public class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod implements net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String methodName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String methodDescriptor;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
        start local 1 // java.lang.String internalName
        start local 2 // java.lang.String methodName
        start local 3 // java.lang.String methodDescriptor
         0: .line 3336
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3337
            aload 0 /* this */
            aload 1 /* internalName */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.name:Ljava/lang/String;
         2: .line 3338
            aload 0 /* this */
            aload 2 /* methodName */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodName:Ljava/lang/String;
         3: .line 3339
            aload 0 /* this */
            aload 3 /* methodDescriptor */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodDescriptor:Ljava/lang/String;
         4: .line 3340
            return
        end local 3 // java.lang.String methodDescriptor
        end local 2 // java.lang.String methodName
        end local 1 // java.lang.String internalName
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod;
            0    5     1      internalName  Ljava/lang/String;
            0    5     2        methodName  Ljava/lang/String;
            0    5     3  methodDescriptor  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      internalName      
      methodName        
      methodDescriptor  

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape getEnclosingMethod(net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
        start local 1 // net.bytebuddy.pool.TypePool typePool
         0: .line 3346
            aload 0 /* this */
            aload 1 /* typePool */
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.getEnclosingType:(Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 2 /* enclosingType */
        start local 2 // net.bytebuddy.description.type.TypeDescription enclosingType
         1: .line 3347
            aload 2 /* enclosingType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         2: .line 3348
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodName:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.hasMethodName:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodDescriptor:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.hasDescriptor:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
         3: .line 3347
            astore 3 /* enclosingMethod */
        start local 3 // net.bytebuddy.description.method.MethodList enclosingMethod
         4: .line 3349
            aload 3 /* enclosingMethod */
            invokeinterface net.bytebuddy.description.method.MethodList.isEmpty:()Z
            ifeq 6
         5: .line 3350
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.methodDescriptor:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not declared by "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* enclosingType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3352
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodList
      StackMap stack:
            aload 3 /* enclosingMethod */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            areturn
        end local 3 // net.bytebuddy.description.method.MethodList enclosingMethod
        end local 2 // net.bytebuddy.description.type.TypeDescription enclosingType
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod;
            0    7     1         typePool  Lnet/bytebuddy/pool/TypePool;
            1    7     2    enclosingType  Lnet/bytebuddy/description/type/TypeDescription;
            4    7     3  enclosingMethod  Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;
    MethodParameters:
          Name  Flags
      typePool  

  public net.bytebuddy.description.type.TypeDescription getEnclosingType(net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
        start local 1 // net.bytebuddy.pool.TypePool typePool
         0: .line 3359
            aload 1 /* typePool */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod.name:Ljava/lang/String;
            invokeinterface net.bytebuddy.pool.TypePool.describe:(Ljava/lang/String;)Lnet/bytebuddy/pool/TypePool$Resolution;
            invokeinterface net.bytebuddy.pool.TypePool$Resolution.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod;
            0    1     1  typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
          Name  Flags
      typePool  

  public boolean isSelfContained();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
         0: .line 3366
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod;

  public boolean isLocalType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
         0: .line 3373
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod;
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default
  protected abstract TypeContainment = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  public WithinMethod = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinMethod of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()