Class NodeToken
java.lang.Object
com.randomnoun.common.jexl.ast.NodeToken
- All Implemented Interfaces:
Node, Serializable
-
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