Class UninitializedObjectType

    • Constructor Detail

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Returns true on equality of this and o. Equality means the ObjectType instances of "initialized" equal one another in this and the o instance.
        Overrides:
        equals in class Type
        Returns:
        whether the Types are equal
      • getInitialized

        public ObjectType getInitialized()
        Returns the ObjectType of the same class as the one of the uninitialized object represented by this UninitializedObjectType instance.
        Returns:
        the ObjectType.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Type
        Returns:
        a hash code value for the object.