Package | Description |
---|---|
org.apache.commons.ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTAnd |
class |
ASTChain |
class |
ASTConst |
class |
ASTCtor |
class |
ASTInstanceof |
class |
ASTList |
class |
ASTMethod |
class |
ASTOr |
class |
ASTProperty |
class |
ASTRootVarRef |
class |
ASTSequence |
class |
ASTStaticField |
class |
ASTStaticMethod |
class |
ASTThisVarRef |
class |
ASTVarRef |
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.
|
Modifier and Type | Method and Description |
---|---|
SimpleNode |
Evaluation.getNode()
Returns the
SimpleNode for this Evaluation |
Modifier and Type | Method and Description |
---|---|
Evaluation |
EvaluationPool.create(SimpleNode node,
Object source)
Returns an Evaluation that contains the node, source and whether it
is a set operation.
|
Evaluation |
EvaluationPool.create(SimpleNode node,
Object source,
boolean setOperation)
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.
|
Constructor and 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 new
Evaluation from the node and source given. |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.