Uses of Class
de.odysseus.el.tree.impl.Scanner.Token
Packages that use Scanner.Token
-
Uses of Scanner.Token in de.odysseus.el.tree.impl
Subclasses of Scanner.Token in de.odysseus.el.tree.implFields in de.odysseus.el.tree.impl declared as Scanner.TokenModifier and TypeFieldDescription(package private) final Scanner.TokenParser.LookaheadToken.tokenprivate Scanner.TokenParser.tokenprivate Scanner.TokenScanner.tokenFields in de.odysseus.el.tree.impl with type parameters of type Scanner.TokenModifier and TypeFieldDescriptionprivate static final HashMap<Scanner.Symbol, Scanner.Token> Scanner.FIXMAPprivate static final HashMap<String, Scanner.Token> Scanner.KEYMAPMethods in de.odysseus.el.tree.impl that return Scanner.TokenModifier and TypeMethodDescriptionprotected final Scanner.TokenParser.consumeToken()consume current token (get next token).protected final Scanner.TokenParser.consumeToken(Scanner.Symbol expected) consume current token (get next token); throw exception if the current token doesn't match the expected symbol.protected Scanner.TokenScanner.fixed(Scanner.Symbol symbol) protected final Scanner.TokenParser.getToken()Scanner.getToken()protected Scanner.Tokenprotected final Scanner.TokenParser.lookahead(int index) get lookahead symbol.Scanner.next()Scan next token.protected Scanner.TokenScanner.nextEval()token inside an eval expressionprotected Scanner.TokenScanner.nextNumber()number tokenprotected Scanner.TokenScanner.nextString()string tokenprotected Scanner.TokenScanner.nextText()text tokenprotected Scanner.TokenScanner.nextToken()protected Scanner.TokenScanner.token(Scanner.Symbol symbol, String value, int length) Methods in de.odysseus.el.tree.impl with parameters of type Scanner.TokenModifier and TypeMethodDescriptionprivate static voidScanner.addFixToken(Scanner.Token token) private static voidScanner.addKeyToken(Scanner.Token token) protected Parser.ExtensionHandlerParser.getExtensionHandler(Scanner.Token token) Constructors in de.odysseus.el.tree.impl with parameters of type Scanner.TokenModifierConstructorDescription(package private)LookaheadToken(Scanner.Token token, int position)