|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.visitor.ExprNodeSummaryVisitor
public class ExprNodeSummaryVisitor
Visitor for compiling usage informaton of special expressions within an expression tree.
Constructor Summary | |
---|---|
ExprNodeSummaryVisitor()
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns a message if the expression contains special-instruction expressions. |
boolean |
isHasAggregation()
|
boolean |
isHasPreviousPrior()
|
boolean |
isHasProperties()
|
boolean |
isHasStreamSelect()
|
boolean |
isHasSubselect()
|
boolean |
isPlain()
Returns true if the expression is a plain-value expression, without any of the following: properties, aggregation, subselect, stream select, previous or prior |
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 ExprNodeSummaryVisitor()
Method Detail |
---|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questions
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visitpublic boolean isPlain()
public boolean isHasProperties()
public boolean isHasAggregation()
public boolean isHasSubselect()
public boolean isHasStreamSelect()
public boolean isHasPreviousPrior()
public java.lang.String getMessage()
|
© 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 |