public interface Evaluator
Node
. The Node provides structure, the Evaluator provides
meaning, interpreting the node.Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EvaluationContext context,
Node node)
Invoked by the Node to evaluate its own value.
|
boolean evaluate(EvaluationContext context, Node node)