public class OrEvaluator extends java.lang.Object implements Evaluator
| Constructor and Description |
|---|
OrEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(EvaluationContext context,
Node node)
Invoked by the Node to evaluate its own value.
|
public OrEvaluator()
public boolean evaluate(EvaluationContext context, Node node)
Evaluator