Uses of Interface
com.espertech.esper.epl.expression.ExprNodeVisitor

Packages that use ExprNodeVisitor
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
 

Uses of ExprNodeVisitor in com.espertech.esper.epl.expression
 

Classes in com.espertech.esper.epl.expression that implement ExprNodeVisitor
 class ExprNodeIdentifierVisitor
          Visitor that collects event property identifier information under expression nodes.
 class ExprNodeSubselectVisitor
          Visitor that collects ExprSubselectNode instances.
 class ExprNodeVariableVisitor
          Visitor for expression node trees that determines if the expressions within contain a variable.
 

Methods in com.espertech.esper.epl.expression with parameters of type ExprNodeVisitor
 void ExprNode.accept(ExprNodeVisitor visitor)
          Accept the visitor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com