|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
infosapient.rulecompiler |
Uses of Token in infosapient.rulecompiler |
Fields in infosapient.rulecompiler declared as Token | |
Token |
CompileSPRule.token
|
Token |
CompileSPRule.jj_nt
|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully. |
Token |
Token.next
A reference to the next regular (non-special) token from the input stream. |
Token |
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. |
Methods in infosapient.rulecompiler that return Token | |
Token |
CompileSPRule.getNextToken()
|
Token |
CompileSPRule.getToken(int index)
|
private Token |
CompileSPRule.jj_consume_token(int kind)
|
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default. |
Token |
CompileSPRuleTokenManager.getNextToken()
|
private Token |
CompileSPRuleTokenManager.jjFillToken()
|
Methods in infosapient.rulecompiler with parameters of type Token | |
private void |
CompileSPRule.trace_scan(Token t1,
int t2)
|
private void |
CompileSPRule.trace_token(Token t,
java.lang.String where)
|
Constructors in infosapient.rulecompiler with parameters of type Token | |
ParseException.ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
License to use this program is provided under the TERMS OF THE COMMON PUBLIC LICENSE 0.5. ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. | ||||||||
PREV NEXT | FRAMES NO FRAMES |