com.espertech.esper.epl.expression.core
Interface ExprStreamUnderlyingNode

All Superinterfaces:
ExprNode, ExprStreamRefNode, ExprValidator, MetaDefItem, java.io.Serializable
All Known Implementing Classes:
ExprStreamUnderlyingNodeImpl

public interface ExprStreamUnderlyingNode
extends ExprNode, ExprStreamRefNode

Represents an stream selector that returns the streams underlying event, or null if undefined.


Method Summary
 EventType getEventType()
           
 int getStreamId()
           
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprStreamRefNode
getRootPropertyNameIfAny, getStreamReferencedIfAny
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprNode
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprValidator
validate
 

Method Detail

getStreamId

int getStreamId()

getEventType

EventType getEventType()

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