Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl2.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Method and Description |
---|---|
DebugInfo |
DebugInfo.debugInfo()
Gets the underlying debugging information.
|
DebugInfo |
JexlInfo.debugInfo()
Gets the underlying debugging information.
|
private static DebugInfo |
JexlException.Parsing.merge(JexlInfo node,
ParseException cause)
Merge the node info and the cause info to obtain best possible location.
|
private static DebugInfo |
JexlException.Tokenization.merge(JexlInfo node,
TokenMgrError cause)
Merge the node info and the cause info to obtain best possible location.
|
Modifier and Type | Method and Description |
---|---|
DebugInfo |
JexlNode.debugInfo()
Gets the underlying debugging information.
|