|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlNode | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl2.parser | Contains the Parser for JEXL script. |
Uses of JexlNode in org.apache.commons.jexl2 |
---|
Fields in org.apache.commons.jexl2 declared as JexlNode | |
---|---|
protected JexlNode |
JexlException.mark
The point of origin for this exception. |
Methods in org.apache.commons.jexl2 that return JexlNode | |
---|---|
protected JexlNode |
Interpreter.findNullOperand(java.lang.RuntimeException xrt,
JexlNode node,
java.lang.Object left,
java.lang.Object right)
Finds the node causing a NPE for diadic operators. |
Methods in org.apache.commons.jexl2 with parameters of type JexlNode | |
---|---|
protected JexlNode |
Interpreter.findNullOperand(java.lang.RuntimeException xrt,
JexlNode node,
java.lang.Object left,
java.lang.Object right)
Finds the node causing a NPE for diadic operators. |
protected java.lang.Object |
Interpreter.getAttribute(java.lang.Object object,
java.lang.Object attribute,
JexlNode node)
Gets an attribute of an object. |
java.lang.Object |
Interpreter.interpret(JexlNode node)
Interpret the given script/expression. |
protected java.lang.Object |
Interpreter.resolveNamespace(java.lang.String prefix,
JexlNode node)
Resolves a namespace, eventually allocating an instance using context as constructor argument. |
protected void |
Interpreter.setAttribute(java.lang.Object object,
java.lang.Object attribute,
java.lang.Object value,
JexlNode node)
Sets an attribute of an object. |
Constructors in org.apache.commons.jexl2 with parameters of type JexlNode | |
---|---|
JexlException(JexlNode node,
java.lang.String msg)
Creates a new JexlException. |
|
JexlException(JexlNode node,
java.lang.String msg,
java.lang.Throwable cause)
Creates a new JexlException. |
Uses of JexlNode in org.apache.commons.jexl2.parser |
---|
Fields in org.apache.commons.jexl2.parser declared as JexlNode | |
---|---|
protected JexlNode[] |
SimpleNode.children
The array of children nodes. |
protected JexlNode |
SimpleNode.parent
The parent node. |
Methods in org.apache.commons.jexl2.parser that return JexlNode | |
---|---|
JexlNode |
SimpleNode.jjtGetChild(int i)
Gets a child of this node. |
JexlNode |
SimpleNode.jjtGetParent()
Gets this node's parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |