Uses of Class
com.mayam.wf.attributes.shared.expr.Token
Packages that use Token
-
Uses of Token in com.mayam.wf.attributes.shared.expr
Fields in com.mayam.wf.attributes.shared.expr declared as TokenModifier and TypeFieldDescriptionParseException.currentToken
This is the last token that has been consumed successfully.protected Token
SimpleNode.firstToken
Expression.jj_nt
Next token.protected Token
SimpleNode.lastToken
Token.next
A reference to the next regular (non-special) token from the input stream.Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Expression.token
Current token.Methods in com.mayam.wf.attributes.shared.expr that return TokenModifier and TypeMethodDescriptionfinal Token
Expression.getNextToken()
ExpressionTokenManager.getNextToken()
Get the next Token.final Token
Expression.getToken
(int index) protected Token
ExpressionTokenManager.jjFillToken()
SimpleNode.jjtGetFirstToken()
SimpleNode.jjtGetLastToken()
static Token
Token.newToken
(int ofKind) static Token
Returns a new Token object, by default.Methods in com.mayam.wf.attributes.shared.expr with parameters of type TokenModifier and TypeMethodDescriptionvoid
SimpleNode.jjtSetFirstToken
(Token token) void
SimpleNode.jjtSetLastToken
(Token token) Constructors in com.mayam.wf.attributes.shared.expr with parameters of type TokenModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) ParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal, String lexicalStateName) This constructor is used by the method "generateParseException" in the generated parser.