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.
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 |
getVariableNameWithSubProp
java.lang.String getVariableNameWithSubProp()
getVariableName
java.lang.String getVariableName()