|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
An AST node in the tree parsed from the conditional expression. Nodes form a binary tree, each node may have a left and a right sub-node.
| Method Summary | |
|---|---|
boolean |
evaluate(EvaluationContext context)
Evaluates the nodes using the context to provide access to runtime information. |
Node |
getLeft()
|
Node |
getRight()
|
| Method Detail |
|---|
Node getLeft()
Node getRight()
boolean evaluate(EvaluationContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||