Class Defn_Var

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Defn_Var>

    public class Defn_Var
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Defn_Var>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • MODS

        public static final Name MODS
      • PATS

        public static final Name PATS
      • DECLTPE

        public static final Name DECLTPE
      • RHS

        public static final Name RHS
      • decltpe

        public final Type decltpe
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Defn_Var other)
        Specified by:
        compareTo in interface java.lang.Comparable<Defn_Var>
      • withDecltpe

        public Defn_Var withDecltpe​(Type decltpe)