Class JAbstractPossiblyUnmodifiableType

java.lang.Object
honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
All Implemented Interfaces:
honeyroasted.almonds.SimpleName, honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,JType>>, honeyroasted.collect.modify.PossiblyUnmodifiable, JType
Direct Known Subclasses:
JArrayTypeImpl, JClassReferenceImpl, JFieldReferenceImpl, JIntersectionTypeImpl, JMethodReferenceImpl, JParameterizedClassTypeImpl, JParameterizedMethodTypeImpl, JVarTypeImpl, JWildTypeLowerImpl, JWildTypeUpperImpl

public abstract class JAbstractPossiblyUnmodifiableType extends honeyroasted.collect.modify.AbstractPossiblyUnmodifiable implements JType
  • Constructor Details

    • JAbstractPossiblyUnmodifiableType

      public JAbstractPossiblyUnmodifiableType(JTypeSystem typeSystem)
  • Method Details

    • typeSystem

      public JTypeSystem typeSystem()
      Specified by:
      typeSystem in interface JType
    • metadata

      public honeyroasted.collect.property.PropertySet metadata()
      Specified by:
      metadata in interface JType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • simpleName

      public String simpleName()
      Specified by:
      simpleName in interface honeyroasted.almonds.SimpleName
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object