|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.visitor.ExprNodeVariableVisitor
public class ExprNodeVariableVisitor
Visitor for expression node trees that determines if the expressions within contain a variable.
Constructor Summary | |
---|---|
ExprNodeVariableVisitor()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getVariableNames()
Returns the set of variable names encoountered. |
boolean |
isHasVariables()
Returns true if the visitor finds a variable value. |
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node. |
void |
visit(ExprNode exprNode)
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 ExprNodeVariableVisitor()
Method Detail |
---|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questions
public boolean isHasVariables()
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visitpublic java.util.Set<java.lang.String> getVariableNames()
|
© 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 |