public final class net.bytebuddy.dynamic.TargetType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: net.bytebuddy.dynamic.TargetType
  super_class: java.lang.Object
{
  public static final net.bytebuddy.description.type.TypeDescription DESCRIPTION;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            ldc Lnet/bytebuddy/dynamic/TargetType;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            putstatic net.bytebuddy.dynamic.TargetType.DESCRIPTION:Lnet/bytebuddy/description/type/TypeDescription;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.description.type.TypeDescription resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
         0: .line 40
            iconst_0
            istore 2 /* arity */
        start local 2 // int arity
         1: .line 41
            aload 0 /* typeDescription */
            astore 3 /* componentType */
        start local 3 // net.bytebuddy.description.type.TypeDescription componentType
         2: .line 42
            goto 5
         3: .line 43
      StackMap locals: int net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 3 /* componentType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* componentType */
         4: .line 44
            iinc 2 /* arity */ 1
         5: .line 42
      StackMap locals:
      StackMap stack:
            aload 3 /* componentType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifne 3
         6: .line 46
            aload 3 /* componentType */
            ldc Lnet/bytebuddy/dynamic/TargetType;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 47
            aload 1 /* targetType */
            iload 2 /* arity */
            invokestatic net.bytebuddy.description.type.TypeDescription$ArrayProjection.of:(Lnet/bytebuddy/description/type/TypeDescription;I)Lnet/bytebuddy/description/type/TypeDescription;
            goto 9
         8: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
         9: .line 46
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDescription componentType
        end local 2 // int arity
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0   10     1       targetType  Lnet/bytebuddy/description/type/TypeDescription;
            1   10     2            arity  I
            2   10     3    componentType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  
      targetType       

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.TargetType this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            new java.lang.UnsupportedOperationException
            dup
            ldc "This class only serves as a marker type and should not be instantiated"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.dynamic.TargetType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/dynamic/TargetType;
}
SourceFile: "TargetType.java"
InnerClasses:
  public ArrayProjection = net.bytebuddy.description.type.TypeDescription$ArrayProjection of net.bytebuddy.description.type.TypeDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription