| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
jellyj.parser |
Uses of Token in jellyj.parser |
Fields in jellyj.parser declared as Token | |
Token | JellyJParser.jj_nt |
Token | JellyJParser.token |
(package private) Token | JJJellyJParserCalls.first |
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. |
Constructors in jellyj.parser 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 jellyj.parser that return Token | |
final Token | JellyJParser.getNextToken() |
final Token | JellyJParser.getToken(int index) |
final Token | JellyJParserTokenManager.getNextToken() |
final static Token | Token.newToken(int ofKind) Returns a new Token object, by default. |
Methods in jellyj.parser with parameters of type Token | |
void | JellyJParser.recordSourceCoord(SyntaxTreeNode node, Token token) Sets source coordinates for error reporting. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |