Uses of Enum Class
org.camunda.bpm.impl.juel.Scanner.Symbol
-
Uses of Scanner.Symbol in org.camunda.bpm.impl.juel
Modifier and TypeMethodDescriptionScanner.Token.getSymbol()
static Scanner.Symbol
Returns 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.Modifier and TypeMethodDescriptionprotected final Scanner.Token
Parser.consumeToken
(Scanner.Symbol expected) consume current token (get next token); throw exception if the current token doesn't match the expected symbol.protected void
Parser.fail
(Scanner.Symbol expected) throw exceptionprotected Scanner.Token
Scanner.fixed
(Scanner.Symbol symbol) protected Scanner.Token
Scanner.token
(Scanner.Symbol symbol, String value, int length) ModifierConstructorDescriptionToken
(Scanner.Symbol symbol, String image) Token
(Scanner.Symbol symbol, String image, int length)