com.espertech.esper.epl.expression
Interface ExprVariableNode

All Superinterfaces:
ExprConstantNode, ExprEvaluator, 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.ExprConstantNode
getType, getValue, isConstantValue
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprNode
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toExpressionString
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprValidator
validate
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprEvaluator
evaluate
 

Method Detail

getVariableNameWithSubProp

java.lang.String getVariableNameWithSubProp()

getVariableName

java.lang.String getVariableName()

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