Uses of Class
de.odysseus.el.tree.impl.Scanner.Token
-
Packages that use Scanner.Token Package Description de.odysseus.el.tree.impl -
-
Uses of Scanner.Token in de.odysseus.el.tree.impl
Subclasses of Scanner.Token in de.odysseus.el.tree.impl Modifier and Type Class Description static classScanner.ExtensionTokenFields in de.odysseus.el.tree.impl declared as Scanner.Token Modifier and Type Field Description (package private) Scanner.TokenParser.LookaheadToken. tokenprivate Scanner.TokenParser. tokenprivate Scanner.TokenScanner. tokenFields in de.odysseus.el.tree.impl with type parameters of type Scanner.Token Modifier and Type Field Description private static java.util.HashMap<Scanner.Symbol,Scanner.Token>Scanner. FIXMAPprivate static java.util.HashMap<java.lang.String,Scanner.Token>Scanner. KEYMAPMethods in de.odysseus.el.tree.impl that return Scanner.Token Modifier and Type Method Description protected Scanner.TokenParser. consumeToken()consume current token (get next token).protected 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 Scanner.TokenParser. getToken()Scanner.TokenScanner. getToken()protected Scanner.TokenScanner. keyword(java.lang.String s)protected Scanner.TokenParser. lookahead(int index)get lookahead symbol.Scanner.TokenScanner. 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, java.lang.String value, int length)Methods in de.odysseus.el.tree.impl with parameters of type Scanner.Token Modifier and Type Method Description private 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.Token Constructor Description LookaheadToken(Scanner.Token token, int position)
-