public interface ExprNodeVisitorWithParent
Modifier and Type | Method and Description |
---|---|
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node.
|
void |
visit(ExprNode exprNode,
ExprNode parentExprNode)
Visit the given expression node.
|
boolean isVisit(ExprNode exprNode)
exprNode
- is the node in questions