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 TypeFieldDescriptionint
int
int
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(GJNoArguVisitor<R> v) <R,
A> R <A> void
accept
(GJVoidVisitor<A> v, A argu) void
void
getSpecialAt
(int i) int
toString()
void
-
Field Details
-
tokenImage
-
specialTokens
-
beginLine
-
beginColumn
-
endLine
-
endColumn
-
kind
-
-
Constructor Details
-
NodeToken
-
NodeToken
-
-
Method Details