public interface ExprConstantNode extends ExprNode, ExprEvaluator
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getType()
Returns the type that the node's evaluate method returns an instance of.
|
java.lang.Object |
getValue() |
boolean |
isConstantValue() |
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
validate
evaluate
java.lang.Class getType()
ExprEvaluator
getType
in interface ExprEvaluator
java.lang.Object getValue()
boolean isConstantValue()