Uses of Class
org.apache.commons.jexl2.parser.JexlNode
Packages that use JexlNode
-
Uses of JexlNode in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as JexlNodeModifier and TypeFieldDescriptionprotected final JexlNodeJexlException.markThe point of origin for this exception.Methods in org.apache.commons.jexl2 that return JexlNodeModifier and TypeMethodDescriptionprotected JexlNodeInterpreter.findNullOperand(RuntimeException xrt, JexlNode node, Object left, Object right) Finds the node causing a NPE for diadic operators.Methods in org.apache.commons.jexl2 with parameters of type JexlNodeModifier and TypeMethodDescriptionprotected JexlNodeInterpreter.findNullOperand(RuntimeException xrt, JexlNode node, Object left, Object right) Finds the node causing a NPE for diadic operators.protected ObjectInterpreter.getAttribute(Object object, Object attribute, JexlNode node) Gets an attribute of an object.protected voidFills up the list of variables accessed by a node.Interpret the given script/expression.protected ObjectInterpreter.resolveNamespace(String prefix, JexlNode node) Resolves a namespace, eventually allocating an instance using context as constructor argument.protected voidInterpreter.setAttribute(Object object, Object attribute, Object value, JexlNode node) Sets an attribute of an object.Constructors in org.apache.commons.jexl2 with parameters of type JexlNodeModifierConstructorDescriptionprotectedCreates a new instance of Cancel.JexlException(JexlNode node, String msg) Creates a new JexlException.JexlException(JexlNode node, String msg, Throwable cause) Creates a new JexlException.Creates a new Method exception instance.Creates a new Property exception instance.protectedCreates a new instance of Return.Creates a new Variable exception instance. -
Uses of JexlNode in org.apache.commons.jexl2.parser
Subclasses of JexlNode in org.apache.commons.jexl2.parserModifier and TypeClassDescriptionclassclassclassclassclassfinal classclassclassclassclassclassclassclassclassclassclassclassclassfinal classDeprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0classclassclassclassclassIdentifiers, variables and registers.classfinal classDeprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0classEnhanced script to allow parameters declaration.classclassclassfinal classclassclassclassclassclassclassclassclassclassclassfinal classclassclassclassfinal classclassclassclassclassDeclares a local variable.classFields in org.apache.commons.jexl2.parser declared as JexlNodeModifier and TypeFieldDescriptionprotected JexlNode[]SimpleNode.childrenThe array of children nodes.protected JexlNodeSimpleNode.parentThe parent node.Methods in org.apache.commons.jexl2.parser that return JexlNodeModifier and TypeMethodDescriptionSimpleNode.jjtGetChild(int i) Gets a child of this node.SimpleNode.jjtGetParent()Gets this node's parent.