| Package | Description |
|---|---|
| org.apache.commons.jexl.parser |
Contains the Parser for JEXL script.
|
| Modifier and Type | Field and Description |
|---|---|
private SimpleCharStream |
ParserTokenManager.input_stream |
(package private) SimpleCharStream |
Parser.jj_input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTokenManager.ReInit(SimpleCharStream stream) |
void |
ParserTokenManager.ReInit(SimpleCharStream stream,
int lexState) |
| Constructor and Description |
|---|
ParserTokenManager(SimpleCharStream stream) |
ParserTokenManager(SimpleCharStream stream,
int lexState) |