Constructor and Description |
---|
IfStatementEvaluator(Evaluator conditionEvaluator,
Evaluator thenEvaluator,
Evaluator elseEvaluator) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(EvaluationContextImpl context) |
Modifier |
getModifier()
In order to obtain a modifier the expression must be evaluated first
|
public Modifier getModifier()
Evaluator
getModifier
in interface Evaluator
public java.lang.Object evaluate(EvaluationContextImpl context) throws EvaluateException
evaluate
in interface Evaluator
EvaluateException