public class ExprNodeStreamUseCollectVisitor extends Object implements ExprNodeVisitor
Constructor and Description |
---|
ExprNodeStreamUseCollectVisitor() |
Modifier and Type | Method and Description |
---|---|
List<ExprStreamRefNode> |
getReferenced() |
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node.
|
void |
visit(ExprNode exprNode)
Visit the given expression node.
|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questionspublic List<ExprStreamRefNode> getReferenced()
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visit