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

All Superinterfaces:
ExprConstantNode, ExprNode, ExprValidator, MetaDefItem, java.io.Serializable
All Known Implementing Classes:
ExprVariableNodeImpl

public interface ExprVariableNode
extends ExprConstantNode

Represents a variable in an expression tree.


Method Summary
 java.lang.String getVariableName()
           
 java.lang.String getVariableNameWithSubProp()
           
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprConstantNode
getConstantType, getConstantValue, isConstantValue
 
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

getVariableNameWithSubProp

java.lang.String getVariableNameWithSubProp()

getVariableName

java.lang.String getVariableName()

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