Class TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverType

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.LazyTypeDescription.LazyMethodDescription

protected class TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverType extends TypeDescription.Generic.OfNonGenericType
A lazy description of a non-generic receiver type.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The type description of the non-generic receiver type.
  • Constructor Details

    • LazyNonGenericReceiverType

      protected LazyNonGenericReceiverType()
      Creates a new non-generic receiver type of the method's declaring type.
    • LazyNonGenericReceiverType

      protected LazyNonGenericReceiverType(TypeDescription typeDescription)
      Creates a new non-generic receiver type of the supplied type.
      Parameters:
      typeDescription - The type to represent as a non-generic receiver type.
  • Method Details