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