public class ExprNodeStreamSelectVisitor extends Object implements ExprNodeVisitor
Constructor and Description |
---|
ExprNodeStreamSelectVisitor(boolean visitAggregateNodes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasStreamSelect() |
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node.
|
void |
visit(ExprNode exprNode)
Visit the given expression node.
|
public ExprNodeStreamSelectVisitor(boolean visitAggregateNodes)
visitAggregateNodes
- true to indicate that the visitor should visit aggregate nodes, or false
if the visitor ignores aggregate nodespublic boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questionspublic boolean hasStreamSelect()
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visit