Uses of Interface
com.randomnoun.common.jexl.ast.NodeListInterface
Packages that use NodeListInterface
- 
Uses of NodeListInterface in com.randomnoun.common.jexl.ast
Classes in com.randomnoun.common.jexl.ast that implement NodeListInterfaceModifier and TypeClassDescriptionclassRepresents a grammar list, e.g.classRepresents an optional grammar list, e.g.classRepresents a sequence of nodes nested within a choice, list, optional list, or optional, e.g. - 
Uses of NodeListInterface in com.randomnoun.common.jexl.visitor
Methods in com.randomnoun.common.jexl.visitor with parameters of type NodeListInterfaceModifier and TypeMethodDescriptionprotected voidTreeFormatter.processList(NodeListInterface n) Accepts a NodeListInterface object and performs an optional format command between each node in the list (but not after the last node).protected voidTreeFormatter.processList(NodeListInterface n, com.randomnoun.common.jexl.visitor.FormatCommand cmd)