|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExprNodeVisitor
Visitor interface for use with expression node trees.
Method Summary | |
---|---|
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node. |
void |
visit(ExprNode exprNode)
Visit the given expression node. |
Method Detail |
---|
boolean isVisit(ExprNode exprNode)
exprNode
- is the node in questions
void visit(ExprNode exprNode)
exprNode
- is the expression node to visit
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |