See: Description
Interface | Description |
---|---|
EvaluationContext |
Provides context when evaluating an AST of
Node s. |
Evaluator |
An evaluator is paired with a
Node . |
Node |
An AST node in the tree parsed from the conditional expression.
|
Class | Description |
---|---|
AndEvaluator |
And operation, evaluates the left node and then (perhaps) the right node (short circuiting may
take place).
|
ClassNameEvaluator |
Evaluator for a fully qualified class name.
|
EvaluationContextImpl | |
NodeImpl |
Implementation of
Node . |
NotEvaluator |
Evaluates the left child of its peer Node and inverts the result.
|
OrEvaluator |
Or operation, returns true if either left or right Node evaluates to true.
|
Parser |
Parser for conditional expressions.
|
PropertyEvaluator |
Evaluates a system property and returns true if its value is true.
|