| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.juel | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Scanner.ExtensionToken  | 
| Modifier and Type | Method and 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)  | 
Scanner.Token | 
Scanner.getToken()  | 
protected Scanner.Token | 
Parser.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 expression 
 | 
protected Scanner.Token | 
Scanner.nextNumber()
number token 
 | 
protected Scanner.Token | 
Scanner.nextString()
string token 
 | 
protected Scanner.Token | 
Scanner.nextText()
text token 
 | 
protected Scanner.Token | 
Scanner.nextToken()  | 
protected Scanner.Token | 
Scanner.token(Scanner.Symbol symbol,
     String value,
     int length)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Parser.ExtensionHandler | 
Parser.getExtensionHandler(Scanner.Token token)  | 
Copyright © 2017. All rights reserved.