public abstract class net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase extends net.bytebuddy.description.ModifierReviewable$AbstractBase implements net.bytebuddy.description.type.TypeDescription$Generic
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
  super_class: net.bytebuddy.description.ModifierReviewable$AbstractBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
         0: .line 3564
            aload 0 /* this */
            invokespecial net.bytebuddy.description.ModifierReviewable$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
         0: .line 3570
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getModifiers:()I
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription$Generic asGenericType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
         0: .line 3577
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription$Generic asRawType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
         0: .line 3584
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;

  public boolean represents(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
        start local 1 // java.lang.reflect.Type type
         0: .line 3591
            aload 0 /* this */
            aload 1 /* type */
            invokestatic net.bytebuddy.description.type.TypeDefinition$Sort.describe:(Ljava/lang/reflect/Type;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.reflect.Type type
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;
            0    1     1  type  Ljava/lang/reflect/Type;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.ModifierReviewable$AbstractBase of net.bytebuddy.description.ModifierReviewable
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase of net.bytebuddy.description.type.TypeDescription$Generic