Uses of Class
org.apache.commons.ognl.SimpleNode
-
Packages that use SimpleNode Package Description org.apache.commons.ognl -
-
Uses of SimpleNode in org.apache.commons.ognl
Subclasses of SimpleNode in org.apache.commons.ognl Modifier and Type Class Description class
ASTAnd
$Id$class
ASTChain
$Id$class
ASTConst
$Id$class
ASTCtor
$Id$class
ASTInstanceof
$Id$class
ASTList
$Id$class
ASTMethod
$Id$class
ASTOr
$Id$class
ASTProperty
$Id$class
ASTRootVarRef
$Id$class
ASTSequence
$Id$class
ASTStaticField
$Id$class
ASTStaticMethod
$Id$class
ASTThisVarRef
$Id$class
ASTVarRef
$Id$class
BooleanExpression
Base class for boolean expressions.class
ComparisonExpression
Base class for types that compare values.class
ExpressionNode
class
NumericExpression
Base class for numeric expressions.Methods in org.apache.commons.ognl that return SimpleNode Modifier and Type Method Description SimpleNode
Evaluation. getNode()
Returns theSimpleNode
for thisEvaluation
Methods in org.apache.commons.ognl with parameters of type SimpleNode Modifier and Type Method Description void
Evaluation. init(SimpleNode node, Object source, boolean setOperation)
Reinitializes this Evaluation to the parameters specified.void
Evaluation. setNode(SimpleNode value)
Sets the node of the evaluation.Constructors in org.apache.commons.ognl with parameters of type SimpleNode Constructor Description Evaluation(SimpleNode node, Object source)
Constructs a new "get"Evaluation
from the node and source given.Evaluation(SimpleNode node, Object source, boolean setOperation)
Constructs a newEvaluation
from the node and source given.
-