Uses of Class
org.camunda.bpm.engine.impl.juel.Scanner.Symbol
-
Packages that use Scanner.Symbol Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of Scanner.Symbol in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return Scanner.Symbol Modifier and Type Method Description Scanner.SymbolScanner.Token. getSymbol()static Scanner.SymbolScanner.Symbol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scanner.Symbol[]Scanner.Symbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.engine.impl.juel with parameters of type Scanner.Symbol Modifier and Type Method Description 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 voidParser. fail(Scanner.Symbol expected)throw exceptionprotected Scanner.TokenScanner. fixed(Scanner.Symbol symbol)protected Scanner.TokenScanner. token(Scanner.Symbol symbol, java.lang.String value, int length)Constructors in org.camunda.bpm.engine.impl.juel with parameters of type Scanner.Symbol Constructor Description Token(Scanner.Symbol symbol, java.lang.String image)Token(Scanner.Symbol symbol, java.lang.String image, int length)
-