Modifier and Type | Class and Description |
---|---|
class |
ExpressionNode |
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. |