| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
fipaos.parser.sl |
Uses of Token in fipaos.parser.sl |
Fields in fipaos.parser.sl declared as Token | |
Token | ParseException.currentToken This is the last token that has been consumed successfully. |
Token | SLParser.jj_nt |
(package private) Token | SLParser.JJCalls.first |
Token | SLParser.token |
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 fipaos.parser.sl 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 fipaos.parser.sl that return Token | |
final Token | SLParser.getNextToken() |
final Token | SLParser.getToken(int index) |
final Token | SLParserTokenManager.getNextToken() |
final static Token | Token.newToken(int ofKind) Returns a new Token object, by default. |
Methods in fipaos.parser.sl with parameters of type Token | |
(package private) final void | SLParserTokenManager.TokenLexicalActions(Token matchedToken) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |