Uses of Interface
com.espertech.esper.epl.expression.core.ExprStreamRefNode

Packages that use ExprStreamRefNode
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.epl.expression.visitor Expression visitors. 
 

Uses of ExprStreamRefNode in com.espertech.esper.epl.expression.core
 

Subinterfaces of ExprStreamRefNode in com.espertech.esper.epl.expression.core
 interface ExprIdentNode
          Represents an stream property identifier in a filter expressiun tree.
 interface ExprStreamUnderlyingNode
          Represents an stream selector that returns the streams underlying event, or null if undefined.
 

Classes in com.espertech.esper.epl.expression.core that implement ExprStreamRefNode
 class ExprIdentNodeImpl
          Represents an stream property identifier in a filter expressiun tree.
 class ExprStreamUnderlyingNodeImpl
          Represents an stream selector that returns the streams underlying event, or null if undefined.
 

Uses of ExprStreamRefNode in com.espertech.esper.epl.expression.dot
 

Classes in com.espertech.esper.epl.expression.dot that implement ExprStreamRefNode
 class ExprDotNode
          Represents an Dot-operator expression, for use when "(expression).method(...).method(...)"
 

Uses of ExprStreamRefNode in com.espertech.esper.epl.expression.visitor
 

Methods in com.espertech.esper.epl.expression.visitor that return types with arguments of type ExprStreamRefNode
 java.util.List<ExprStreamRefNode> ExprNodeStreamUseCollectVisitor.getReferenced()
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com