|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.visitor.ExprNodePreviousVisitorWParent
public class ExprNodePreviousVisitorWParent
Visitor for getting a list of "prev" functions.
Constructor Summary | |
---|---|
ExprNodePreviousVisitorWParent()
|
Method Summary | |
---|---|
java.util.List<Pair<ExprNode,ExprPreviousNode>> |
getPrevious()
Returns the pair of previous nodes and their parent expression. |
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 ExprNodePreviousVisitorWParent()
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,ExprPreviousNode>> getPrevious()
|
© 2006-2016 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 |