Package com.randomnoun.common.jexl.ast
Class NodeToken
java.lang.Object
com.randomnoun.common.jexl.ast.NodeToken
- All Implemented Interfaces:
Node,Serializable
Represents a single token in the grammar. If the "-tk" option
is used, also contains a Vector of preceding special tokens.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(GJNoArguVisitor<R> v) <R,A> R <A> voidaccept(GJVoidVisitor<A> v, A argu) voidvoidgetSpecialAt(int i) inttoString()void
-
Field Details
-
tokenImage
-
specialTokens
-
beginLine
-
beginColumn
-
endLine
-
endColumn
-
kind
-
-
Constructor Details
-
NodeToken
-
NodeToken
-
-
Method Details