public class ExprNodeIdentifierCollectVisitor extends Object implements ExprNodeVisitor
Constructor and Description |
---|
ExprNodeIdentifierCollectVisitor()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<ExprIdentNode> |
getExprProperties()
Returns list of event property stream numbers and names that uniquely identify which
property is from whcih stream, and the name of each.
|
Set<Integer> |
getStreamsRequired() |
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<ExprIdentNode> getExprProperties()
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visit