|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Node getLeft()
public Node getRight()
public boolean evaluate(EvaluationContext context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |