|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.visitor.ExprNodeGroupingVisitorWParent
public class ExprNodeGroupingVisitorWParent
Constructor Summary | |
---|---|
ExprNodeGroupingVisitorWParent()
Ctor. |
Method Summary | |
---|---|
java.util.List<Pair<ExprNode,ExprGroupingIdNode>> |
getGroupingIdNodes()
|
java.util.List<Pair<ExprNode,ExprGroupingNode>> |
getGroupingNodes()
|
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 ExprNodeGroupingVisitorWParent()
Method Detail |
---|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitorWithParent
isVisit
in interface ExprNodeVisitorWithParent
exprNode
- is the node in questions
public java.util.List<Pair<ExprNode,ExprGroupingIdNode>> getGroupingIdNodes()
public java.util.List<Pair<ExprNode,ExprGroupingNode>> getGroupingNodes()
public void visit(ExprNode exprNode, ExprNode parentExprNode)
ExprNodeVisitorWithParent
visit
in interface ExprNodeVisitorWithParent
exprNode
- is the expression node to visitparentExprNode
- parent to visit
|
© 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 |