public class BlockStatementEvaluator extends java.lang.Object implements Evaluator
| Modifier and Type | Field and Description |
|---|---|
protected Evaluator[] |
myStatements |
| Constructor and Description |
|---|
BlockStatementEvaluator(Evaluator[] statements) |
| 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
|
protected Evaluator[] myStatements
public BlockStatementEvaluator(Evaluator[] statements)
public java.lang.Object evaluate(EvaluationContextImpl context) throws EvaluateException
evaluate in interface EvaluatorEvaluateExceptionpublic Modifier getModifier()
EvaluatorgetModifier in interface Evaluator