Uses of Class
com.mayam.wf.attributes.shared.expr.Token
-
Uses of Token in com.mayam.wf.attributes.shared.expr
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
SimpleNode.jjtSetFirstToken
(Token token) void
SimpleNode.jjtSetLastToken
(Token token) ModifierConstructorDescriptionParseException
(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.