Class NodeSequence

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

public class NodeSequence extends Object implements NodeListInterface
Represents a sequence of nodes nested within a choice, list, optional list, or optional, e.g. ( A B )+ or [ C D E ]
See Also: