Class Constant

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Constant
    extends Value.E0Expr
    Represent a constant, number/string/type
    • Field Detail

      • Null

        public static final java.lang.Object Null
      • value

        public java.lang.Object value
    • Constructor Detail

      • Constant

        public Constant​(java.lang.Object value)