| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Token | |
| XLangSource | |
| Uses of Token in XLangSource |
| Fields in XLangSource declared as Token | |
Token | GrammarSource.jj_nt |
(package private) Token | GrammarSource.JJCalls.first |
Token | GrammarSource.token |
Token | ParseException.currentTokenThis is the last token that has been consumed successfully. |
Token | Token.nextA reference to the next regular (non-special) token from the input stream. |
Token | Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. |
| Constructors in XLangSource with parameters of type Token | |
ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)This constructor is used by the method "generateParseException" in the generated parser. | |
| Methods in XLangSource that return Token | |
final Token | GrammarSource.getNextToken() |
final Token | GrammarSource.getToken(int index) |
final Token | GrammarSourceTokenManager.getNextToken() |
final static Token | Token.newToken(int ofKind)Returns a new Token object, by default. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||