public class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType 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$WithinType
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean localType;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
        start local 1 // java.lang.String internalName
        start local 2 // boolean localType
         0: .line 3274
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3275
            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$WithinType.name:Ljava/lang/String;
         2: .line 3276
            aload 0 /* this */
            iload 2 /* localType */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType.localType:Z
         3: .line 3277
            return
        end local 2 // boolean localType
        end local 1 // java.lang.String internalName
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinType;
            0    4     1  internalName  Ljava/lang/String;
            0    4     2     localType  Z
    MethodParameters:
              Name  Flags
      internalName  
      localType     

  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=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
        start local 1 // net.bytebuddy.pool.TypePool typePool
         0: .line 3283
            getstatic net.bytebuddy.description.method.MethodDescription.UNDEFINED:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            areturn
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinType;
            0    1     1  typePool  Lnet/bytebuddy/pool/TypePool;
    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$WithinType this
        start local 1 // net.bytebuddy.pool.TypePool typePool
         0: .line 3290
            aload 1 /* typePool */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType.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$WithinType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinType;
            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$WithinType this
         0: .line 3297
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinType;

  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$WithinType this
         0: .line 3304
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType.localType:Z
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$TypeContainment$WithinType;
}
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 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 WithinType = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TypeContainment$WithinType 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()