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 TypeClassDescriptionclass
Represents a grammar list, e.g.class
Represents an optional grammar list, e.g.class
Represents 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 void
TreeFormatter.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 void
TreeFormatter.processList
(NodeListInterface n, com.randomnoun.common.jexl.visitor.FormatCommand cmd)