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.
Methods inherited from interface com.espertech.esper.epl.expression.ExprNode |
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toExpressionString |
getVariableNameWithSubProp
java.lang.String getVariableNameWithSubProp()
getVariableName
java.lang.String getVariableName()