Class Constant

    • Constructor Detail

      • Constant

        public Constant()
    • Method Detail

      • isConstant

        public boolean isConstant()
        Description copied from interface: Value
        Checks if this value is a constant.
        Specified by:
        isConstant in interface Value
        Returns:
        true if constant, false otherwise
      • getValue

        public abstract Object getValue()
        Gets the value of this constant.
        Returns:
        the constant value