public interface BooleanExpr
Modifier and Type | Method and Description |
---|---|
boolean |
eval(XNode node,
ExprContext context)
Evaluates this expression in the specified context.
|
boolean eval(XNode node, ExprContext context) throws EvalException
node
- context nodecontext
- evaluation contextEvalException
- if this expression cannot be evaluated as a
boolean