public interface ExprConstantNode extends ExprNode
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getConstantType() |
java.lang.Object |
getConstantValue(ExprEvaluatorContext context) |
boolean |
isConstantValue() |
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getForge, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes
toEPL
validate
java.lang.Class getConstantType()
java.lang.Object getConstantValue(ExprEvaluatorContext context)
boolean isConstantValue()