Class NodeListOptional

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

public class NodeListOptional extends Object implements NodeListInterface
Represents an optional grammar list, e.g. ( A )*
See Also: