|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.visitor.ExprNodeIdentVisitorWParent
public class ExprNodeIdentVisitorWParent
Visitor for getting a list of identifier nodes with their parent node, which can be null if there is no parent node.
Constructor Summary | |
---|---|
ExprNodeIdentVisitorWParent()
|
Method Summary | |
---|---|
java.util.List<Pair<ExprNode,ExprIdentNode>> |
getIdentNodes()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExprNodeIdentVisitorWParent()
Method Detail |
---|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitorWithParent
isVisit
in interface ExprNodeVisitorWithParent
exprNode
- is the node in questions
public void visit(ExprNode exprNode, ExprNode parentExprNode)
ExprNodeVisitorWithParent
visit
in interface ExprNodeVisitorWithParent
exprNode
- is the expression node to visitparentExprNode
- parent to visitpublic java.util.List<Pair<ExprNode,ExprIdentNode>> getIdentNodes()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |