| Package | Description |
|---|---|
| org.apache.commons.jexl2.parser |
Contains the Parser for JEXL script.
|
| Modifier and Type | Field and Description |
|---|---|
protected SimpleCharStream |
ParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTokenManager.ReInit(SimpleCharStream stream)
Reinitialise parser.
|
void |
ParserTokenManager.ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
ParserTokenManager(SimpleCharStream stream)
Constructor.
|
ParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.