Class NodeList

java.lang.Object
com.randomnoun.common.jexl.ast.NodeList
All Implemented Interfaces:
Node, NodeListInterface, Serializable

public class NodeList extends Object implements NodeListInterface
Represents a grammar list, e.g. ( A )+
See Also: