Class NodeToken

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

public class NodeToken extends Object implements Node
Represents a single token in the grammar. If the "-tk" option is used, also contains a Vector of preceding special tokens.
See Also: