|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleNode | |
---|---|
org.apache.commons.ognl |
Uses of SimpleNode in org.apache.commons.ognl |
---|
Subclasses of SimpleNode in org.apache.commons.ognl | |
---|---|
class |
ASTAnd
$Id: ASTAnd.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTChain
$Id: ASTChain.java 1197011 2011-11-03 09:19:44Z mcucchiara $ |
class |
ASTConst
$Id: ASTConst.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTCtor
$Id: ASTCtor.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTInstanceof
$Id: ASTInstanceof.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTList
$Id: ASTList.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTMethod
$Id: ASTMethod.java 1198659 2011-11-07 09:12:44Z mcucchiara $ |
class |
ASTOr
$Id: ASTOr.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTProperty
$Id: ASTProperty.java 1197445 2011-11-04 09:13:17Z mcucchiara $ |
class |
ASTRootVarRef
$Id: ASTRootVarRef.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTSequence
$Id: ASTSequence.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTStaticField
$Id: ASTStaticField.java 1198661 2011-11-07 09:14:07Z mcucchiara $ |
class |
ASTStaticMethod
$Id: ASTStaticMethod.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
class |
ASTThisVarRef
$Id: ASTThisVarRef.java 1184964 2011-10-17 00:26:34Z mcucchiara $ |
class |
ASTVarRef
$Id: ASTVarRef.java 1194869 2011-10-29 11:10:16Z mcucchiara $ |
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 | |
---|---|
SimpleNode |
Evaluation.getNode()
Returns the SimpleNode for this Evaluation |
Methods in org.apache.commons.ognl with parameters of type SimpleNode | |
---|---|
Evaluation |
EvaluationPool.create(SimpleNode node,
Object source)
Deprecated. Returns an Evaluation that contains the node, source and whether it is a set operation. |
Evaluation |
EvaluationPool.create(SimpleNode node,
Object source,
boolean setOperation)
Deprecated. Returns an Evaluation that contains the node, source and whether it is a set operation. |
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 | |
---|---|
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 new Evaluation from the node and source given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |