| Package | Description |
|---|---|
| org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
| Modifier and Type | Method and Description |
|---|---|
private static DebugInfo |
JexlException.Tokenization.merge(JexlInfo node,
TokenMgrError cause)
Merge the node info and the cause info to obtain best possible location.
|
| Constructor and Description |
|---|
Tokenization(JexlInfo node,
java.lang.CharSequence expr,
TokenMgrError cause)
Creates a new Tokenization exception instance.
|