Interface ExprConstantNode

All Superinterfaces:
ExprNode, ExprNodeRenderable, ExprValidator
All Known Implementing Classes:
ExprConstantNodeImpl, ExprDeclaredNodeImpl

public interface ExprConstantNode extends ExprNode
Represents a constant in an expressiun tree.
  • Method Details

    • constantAvailable

      boolean constantAvailable()
    • getConstantType

      EPType getConstantType()
    • getConstantValue

      Object getConstantValue()
    • getStringConstantWhenProvided

      default String getStringConstantWhenProvided()