Uses of Enum Class
org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
Packages that use Scanner.Symbol
-
Uses of Scanner.Symbol in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl that return Scanner.SymbolModifier and TypeMethodDescriptionScanner.Token.getSymbol()static Scanner.SymbolReturns the enum constant of this class with the specified name.static Scanner.Symbol[]Scanner.Symbol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl with parameters of type Scanner.SymbolModifier and TypeMethodDescriptionprotected 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 voidParser.fail(Scanner.Symbol expected) throw exceptionprotected Scanner.TokenScanner.fixed(Scanner.Symbol symbol) protected Scanner.TokenScanner.token(Scanner.Symbol symbol, String value, int length) Constructors in org.flowable.common.engine.impl.de.odysseus.el.tree.impl with parameters of type Scanner.SymbolModifierConstructorDescriptionToken(Scanner.Symbol symbol, String image) Token(Scanner.Symbol symbol, String image, int length)