Uses of Class
org.camunda.bpm.engine.impl.juel.Scanner.Token
-
Packages that use Scanner.Token Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of Scanner.Token in org.camunda.bpm.engine.impl.juel
Subclasses of Scanner.Token in org.camunda.bpm.engine.impl.juel Modifier and Type Class Description static class
Scanner.ExtensionToken
Methods in org.camunda.bpm.engine.impl.juel that return Scanner.Token Modifier and Type Method Description protected Scanner.Token
Parser. consumeToken()
consume current token (get next token).protected 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 Scanner.Token
Scanner. fixed(Scanner.Symbol symbol)
protected Scanner.Token
Parser. getToken()
Scanner.Token
Scanner. getToken()
protected Scanner.Token
Scanner. keyword(String s)
protected Scanner.Token
Parser. lookahead(int index)
get lookahead symbol.Scanner.Token
Scanner. next()
Scan next token.protected Scanner.Token
Scanner. nextEval()
token inside an eval expressionprotected Scanner.Token
Scanner. nextNumber()
number tokenprotected Scanner.Token
Scanner. nextString()
string tokenprotected Scanner.Token
Scanner. nextText()
text tokenprotected Scanner.Token
Scanner. nextToken()
protected Scanner.Token
Scanner. token(Scanner.Symbol symbol, String value, int length)
Methods in org.camunda.bpm.engine.impl.juel with parameters of type Scanner.Token Modifier and Type Method Description protected Parser.ExtensionHandler
Parser. getExtensionHandler(Scanner.Token token)
-