Class TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazySuperClass

All Implemented Interfaces:
Iterable<TypeDefinition>, AnnotationSource, ModifierReviewable, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, NamedElement, TypeDefinition, TypeDescription.Generic
Enclosing class:
TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription

private class TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazySuperClass extends TypeDescription.Generic.LazyProjection.WithLazyNavigation
Represents a lazy super class of a type description with extended laziness.
  • Field Details

    • internalName

      private final String internalName
      The super class's internal name.
  • Constructor Details

    • LazySuperClass

      protected LazySuperClass(String internalName)
      Creates a lazy super class.
      Parameters:
      internalName - The super class's internal name.
  • Method Details