Class AbstractExtendedType


  • public abstract class AbstractExtendedType
    extends java.lang.Object
    Base class for extended Java types.

    NOTE: The structure of this class is tightly coupled to the generation of bytecode in JavaTypeExtensions. Please do not change it without understanding the associated changes that may be required in the generated bytecode.

    See Also:
    JavaTypeExtensions
    • Constructor Detail

      • AbstractExtendedType

        protected AbstractExtendedType​(IJavaTypeInternal primary)
    • Method Detail

      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object