|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ELToken | |
|---|---|
| org.jbpm.jpdl.el.parser | parser classes for expression language resolving. |
| Uses of ELToken in org.jbpm.jpdl.el.parser |
|---|
| Fields in org.jbpm.jpdl.el.parser declared as ELToken | |
|---|---|
ELToken |
ParseException.currentToken
This is the last token that has been consumed successfully. |
ELToken |
ELParser.jj_nt
|
ELToken |
ELToken.next
A reference to the next regular (non-special) token from the input stream. |
ELToken |
ELToken.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. |
ELToken |
ELParser.token
|
| Methods in org.jbpm.jpdl.el.parser that return ELToken | |
|---|---|
ELToken |
ELParser.getNextToken()
|
ELToken |
ELParserTokenManager.getNextToken()
|
ELToken |
ELParser.getToken(int index)
|
static ELToken |
ELToken.newToken(int ofKind)
Returns a new Token object, by default. |
| Constructors in org.jbpm.jpdl.el.parser with parameters of type ELToken | |
|---|---|
ParseException(ELToken currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||