public abstract class net.bytebuddy.description.method.MethodDescription$AbstractBase extends net.bytebuddy.description.TypeVariableSource$AbstractBase implements net.bytebuddy.description.method.MethodDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.method.MethodDescription$AbstractBase
  super_class: net.bytebuddy.description.TypeVariableSource$AbstractBase
{
  private static final int SOURCE_MODIFIERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1343

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 376
            aload 0 /* this */
            invokespecial net.bytebuddy.description.TypeVariableSource$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public int getStackSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 394
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.getStackSize:()I
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_1
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 401
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstructor:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isTypeInitializer:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isConstructor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 408
            ldc "<init>"
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isTypeInitializer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 415
            ldc "<clinit>"
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean represents(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.lang.reflect.Method method
         0: .line 422
            aload 0 /* this */
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            aload 1 /* method */
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.reflect.Method method
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    1     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public boolean represents(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.lang.reflect.Constructor constructor
         0: .line 429
            aload 0 /* this */
            new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
            dup
            aload 1 /* constructor */
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    1     1  constructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)Z
    MethodParameters:
             Name  Flags
      constructor  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 436
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isMethod:()Z
            ifeq 2
         1: .line 437
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            goto 3
         2: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
         3: .line 436
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public java.lang.String getActualName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 445
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isMethod:()Z
            ifeq 2
         1: .line 446
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getName:()Ljava/lang/String;
            goto 3
         2: .line 447
      StackMap locals:
      StackMap stack:
            ldc ""
         3: .line 445
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 454
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 1 /* descriptor */
        start local 1 // java.lang.StringBuilder descriptor
         1: .line 455
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 2 /* parameterType */
        start local 2 // net.bytebuddy.description.type.TypeDescription parameterType
         3: .line 456
            aload 1 /* descriptor */
            aload 2 /* parameterType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // net.bytebuddy.description.type.TypeDescription parameterType
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 458
            aload 1 /* descriptor */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder descriptor
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1    6     1     descriptor  Ljava/lang/StringBuilder;
            3    4     2  parameterType  Lnet/bytebuddy/description/type/TypeDescription;

  public java.lang.String getGenericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 466
            new org.objectweb.asm.signature.SignatureWriter
            dup
            invokespecial org.objectweb.asm.signature.SignatureWriter.<init>:()V
            astore 1 /* signatureWriter */
        start local 1 // org.objectweb.asm.signature.SignatureWriter signatureWriter
         1: .line 467
            iconst_0
            istore 2 /* generic */
        start local 2 // boolean generic
         2: .line 468
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 4
            goto 17
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 3 /* typeVariable */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         4: .line 469
            aload 1 /* signatureWriter */
            aload 3 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSymbol:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitFormalTypeParameter:(Ljava/lang/String;)V
         5: .line 470
            iconst_1
            istore 5 /* classBound */
        start local 5 // boolean classBound
         6: .line 471
            aload 3 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getUpperBounds:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 7
            goto 15
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator int top java.util.Iterator
      StackMap stack:
         7: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 6 /* upperBound */
        start local 6 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
         8: .line 472
            aload 6 /* upperBound */
         9: new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            iload 5 /* classBound */
            ifeq 11
        10: .line 473
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitClassBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
            goto 12
        11: .line 474
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic new 9 new 9
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitInterfaceBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic new 9 new 9 org.objectweb.asm.signature.SignatureVisitor
        12: invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
        13: .line 472
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        14: .line 475
            iconst_0
            istore 5 /* classBound */
        end local 6 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
        15: .line 471
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator int top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        16: .line 477
            iconst_1
            istore 2 /* generic */
        end local 5 // boolean classBound
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        17: .line 468
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        18: .line 479
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 4
            goto 24
      StackMap locals:
      StackMap stack:
        19: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 3 /* parameterType */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
        20: .line 480
            aload 3 /* parameterType */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitParameterType:()Lorg/objectweb/asm/signature/SignatureVisitor;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        21: .line 481
            iload 2 /* generic */
            ifne 22
            aload 3 /* parameterType */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 22
            iconst_0
            goto 23
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack:
        22: iconst_1
      StackMap locals:
      StackMap stack: int
        23: istore 2 /* generic */
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
        24: .line 479
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        25: .line 483
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 3 /* returnType */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic returnType
        26: .line 484
            aload 3 /* returnType */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitReturnType:()Lorg/objectweb/asm/signature/SignatureVisitor;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        27: .line 485
            iload 2 /* generic */
            ifne 28
            aload 3 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 28
            iconst_0
            goto 29
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
        28: iconst_1
      StackMap locals:
      StackMap stack: int
        29: istore 2 /* generic */
        30: .line 486
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            astore 4 /* exceptionTypes */
        start local 4 // net.bytebuddy.description.type.TypeList$Generic exceptionTypes
        31: .line 487
            aload 4 /* exceptionTypes */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.NON_GENERIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokestatic net.bytebuddy.matcher.ElementMatchers.ofSort:(Lnet/bytebuddy/description/type/TypeDefinition$Sort;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList$Generic
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifne 39
        32: .line 488
            aload 4 /* exceptionTypes */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 6
            goto 38
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeList$Generic top java.util.Iterator
      StackMap stack:
        33: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 5 /* exceptionType */
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic exceptionType
        34: .line 489
            aload 5 /* exceptionType */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitExceptionType:()Lorg/objectweb/asm/signature/SignatureVisitor;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        35: .line 490
            iload 2 /* generic */
            ifne 36
            aload 5 /* exceptionType */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 36
            iconst_0
            goto 37
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack:
        36: iconst_1
      StackMap locals:
      StackMap stack: int
        37: istore 2 /* generic */
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic exceptionType
        38: .line 488
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeList$Generic top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 33
        39: .line 493
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeList$Generic
      StackMap stack:
            iload 2 /* generic */
            ifeq 41
        40: .line 494
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.toString:()Ljava/lang/String;
            goto 42
        41: .line 495
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.description.method.MethodDescription$AbstractBase.NON_GENERIC_SIGNATURE:Ljava/lang/String;
        42: .line 493
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 4 // net.bytebuddy.description.type.TypeList$Generic exceptionTypes
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic returnType
        end local 2 // boolean generic
        end local 1 // org.objectweb.asm.signature.SignatureWriter signatureWriter
        43: .line 496
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase
      StackMap stack: java.lang.reflect.GenericSignatureFormatError
            pop
        44: .line 497
            getstatic net.bytebuddy.description.method.MethodDescription$AbstractBase.NON_GENERIC_SIGNATURE:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   45     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1   43     1  signatureWriter  Lorg/objectweb/asm/signature/SignatureWriter;
            2   43     2          generic  Z
            4   17     3     typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            6   17     5       classBound  Z
            8   15     6       upperBound  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           20   24     3    parameterType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           26   43     3       returnType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           31   43     4   exceptionTypes  Lnet/bytebuddy/description/type/TypeList$Generic;
           34   38     5    exceptionType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
      Exception table:
        from    to  target  type
           0    42      43  Class java.lang.reflect.GenericSignatureFormatError

  public int getActualModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 505
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getModifiers:()I
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/Deprecated;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 506
            ldc 131072
            goto 3
         2: .line 507
      StackMap locals:
      StackMap stack: int
            iconst_0
         3: .line 505
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase
      StackMap stack: int int
            ior
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public int getActualModifiers(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // boolean manifest
         0: .line 514
            iload 1 /* manifest */
            ifeq 2
         1: .line 515
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getActualModifiers:()I
            sipush -1281
            iand
            goto 3
         2: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getActualModifiers:()I
            sipush -257
            iand
            sipush 1024
            ior
         3: .line 514
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // boolean manifest
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    4     1  manifest  Z
    MethodParameters:
          Name  Flags
      manifest  

  public int getActualModifiers(boolean, net.bytebuddy.description.modifier.Visibility);
    descriptor: (ZLnet/bytebuddy/description/modifier/Visibility;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // boolean manifest
        start local 2 // net.bytebuddy.description.modifier.Visibility visibility
         0: .line 523
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getVisibility:()Lnet/bytebuddy/description/modifier/Visibility;
            aload 2 /* visibility */
            invokevirtual net.bytebuddy.description.modifier.Visibility.expandTo:(Lnet/bytebuddy/description/modifier/Visibility;)Lnet/bytebuddy/description/modifier/Visibility;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:(Ljava/util/Collection;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            aload 0 /* this */
            iload 1 /* manifest */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getActualModifiers:(Z)I
            invokevirtual net.bytebuddy.description.modifier.ModifierContributor$Resolver.resolve:(I)I
            ireturn
        end local 2 // net.bytebuddy.description.modifier.Visibility visibility
        end local 1 // boolean manifest
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    1     1    manifest  Z
            0    1     2  visibility  Lnet/bytebuddy/description/modifier/Visibility;
    MethodParameters:
            Name  Flags
      manifest    
      visibility  

  public boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 530
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isVirtual:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
         1: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPublic:()Z
            ifne 6
         2: .line 532
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         3: .line 533
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isProtected:()Z
            ifeq 4
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 6
         4: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifne 5
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isSamePackage:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 6
         5: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifeq 7
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isNestMateOf:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
         6: .line 530
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    8     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isAccessibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 542
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isVirtual:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 4
         1: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPublic:()Z
            ifne 6
         2: .line 544
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         3: .line 545
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifne 4
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isSamePackage:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 6
         4: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifeq 5
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isNestMateOf:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 6
         5: .line 542
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    7     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isVirtual();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 553
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstructor:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isTypeInitializer:()Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isDefaultMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 560
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isAbstract:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isBridge:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.isInterface:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isSpecializableFor(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
         0: .line 567
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifeq 2
         1: .line 568
            iconst_0
            ireturn
         2: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isPrivate:()Z
            ifne 3
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstructor:()Z
            ifeq 4
         3: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            aload 1 /* targetType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isAbstract:()Z
            ifne 5
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    6     1  targetType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
            Name  Flags
      targetType  

  public <T> T getDefaultValue(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.lang.Class type
         0: .line 580
            aload 1 /* type */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    1     1  type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
      Name  Flags
      type  

  public boolean isInvokableOn(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 587
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifne 7
         1: .line 588
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isTypeInitializer:()Z
            ifne 7
         2: .line 589
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
         3: .line 590
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isVirtual:()Z
            ifeq 5
         4: .line 591
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
            goto 6
         5: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 587
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    8     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  private boolean isBootstrap(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeType
         0: .line 602
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            astore 2 /* parameterTypes */
        start local 2 // net.bytebuddy.description.type.TypeList parameterTypes
         1: .line 603
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.size:()I
            tableswitch { // 0 - 3
                    0: 2
                    1: 3
                    2: 4
                    3: 8
              default: 13
          }
         2: .line 605
      StackMap locals: net.bytebuddy.description.type.TypeList
      StackMap stack:
            iconst_0
            ireturn
         3: .line 607
      StackMap locals:
      StackMap stack:
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ireturn
         4: .line 609
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* parameterTypes */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
         5: .line 610
            aload 2 /* parameterTypes */
            iconst_1
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
         6: .line 609
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 612
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* parameterTypes */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 12
         9: .line 613
            aload 2 /* parameterTypes */
            iconst_1
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 10
            aload 2 /* parameterTypes */
            iconst_1
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
        10: .line 614
      StackMap locals:
      StackMap stack:
            aload 2 /* parameterTypes */
            iconst_2
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 11
            aload 2 /* parameterTypes */
            iconst_2
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            aload 1 /* typeType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 12
        11: .line 612
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        13: .line 616
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* parameterTypes */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 17
        14: .line 617
            aload 2 /* parameterTypes */
            iconst_1
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 15
            aload 2 /* parameterTypes */
            iconst_1
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 17
        15: .line 618
      StackMap locals:
      StackMap stack:
            aload 2 /* parameterTypes */
            iconst_2
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            aload 1 /* typeType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 17
        16: .line 616
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        17: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.type.TypeList parameterTypes
        end local 1 // net.bytebuddy.description.type.TypeDescription typeType
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   18     1        typeType  Lnet/bytebuddy/description/type/TypeDescription;
            1   18     2  parameterTypes  Lnet/bytebuddy/description/type/TypeList;
    MethodParameters:
          Name  Flags
      typeType  

  private boolean isBootstrap(java.util.List<?>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.util.List arguments
         0: .line 630
            aload 1 /* arguments */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 13
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* argument */
        start local 2 // java.lang.Object argument
         2: .line 631
            aload 2 /* argument */
            ifnonnull 4
         3: .line 632
            new java.lang.IllegalArgumentException
            dup
            ldc "The null value is not a bootstrap constant"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 634
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List java.lang.Object java.util.Iterator
      StackMap stack:
            aload 2 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 4 /* argumentType */
        start local 4 // java.lang.Class argumentType
         5: .line 635
            aload 4 /* argumentType */
            ldc Ljava/lang/String;
            if_acmpeq 13
         6: .line 636
            aload 4 /* argumentType */
            ldc Ljava/lang/Integer;
            if_acmpeq 13
         7: .line 637
            aload 4 /* argumentType */
            ldc Ljava/lang/Long;
            if_acmpeq 13
         8: .line 638
            aload 4 /* argumentType */
            ldc Ljava/lang/Float;
            if_acmpeq 13
         9: .line 639
            aload 4 /* argumentType */
            ldc Ljava/lang/Double;
            if_acmpeq 13
        10: .line 640
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            aload 4 /* argumentType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
        11: .line 641
            ldc Lnet/bytebuddy/utility/JavaConstant;
            aload 4 /* argumentType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
        12: .line 642
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not a Java constant representation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* argument */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Class argumentType
        end local 2 // java.lang.Object argument
        13: .line 630
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        14: .line 645
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            astore 2 /* parameterTypes */
        start local 2 // net.bytebuddy.description.type.TypeList parameterTypes
        15: .line 646
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.size:()I
            iconst_4
            if_icmpge 18
        16: .line 647
            aload 1 /* arguments */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 17
            aload 2 /* parameterTypes */
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.size:()I
            iconst_1
            isub
            invokeinterface net.bytebuddy.description.type.TypeList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 17
            iconst_0
            ireturn
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List net.bytebuddy.description.type.TypeList
      StackMap stack:
        17: iconst_1
            ireturn
        18: .line 649
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 3 /* index */
        start local 3 // int index
        19: .line 650
            aload 1 /* arguments */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* argumentIterator */
        start local 4 // java.util.Iterator argumentIterator
        20: .line 651
            aload 2 /* parameterTypes */
            iconst_3
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.size:()I
            invokeinterface net.bytebuddy.description.type.TypeList.subList:(II)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 41
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List net.bytebuddy.description.type.TypeList int java.util.Iterator top java.util.Iterator
      StackMap stack:
        21: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 5 /* parameterType */
        start local 5 // net.bytebuddy.description.type.TypeDescription parameterType
        22: .line 652
            aload 4 /* argumentIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 23
            iconst_0
            goto 24
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List net.bytebuddy.description.type.TypeList int java.util.Iterator net.bytebuddy.description.type.TypeDescription java.util.Iterator
      StackMap stack:
        23: iconst_1
      StackMap locals:
      StackMap stack: int
        24: istore 7 /* finalParameterCheck */
        start local 7 // boolean finalParameterCheck
        25: .line 653
            iload 7 /* finalParameterCheck */
            ifne 37
        26: .line 654
            aload 4 /* argumentIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 8 /* argument */
        start local 8 // java.lang.Object argument
        27: .line 655
            aload 8 /* argument */
            instanceof net.bytebuddy.utility.JavaConstant
            ifeq 28
            aload 8 /* argument */
            checkcast net.bytebuddy.utility.JavaConstant
            invokeinterface net.bytebuddy.utility.JavaConstant.getType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 5 /* parameterType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 35
        28: .line 656
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 5 /* parameterType */
            ldc Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 29
            aload 8 /* argument */
            instanceof net.bytebuddy.description.type.TypeDescription
            ifeq 29
            aload 8 /* argument */
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifeq 35
        29: .line 657
      StackMap locals:
      StackMap stack:
            aload 5 /* parameterType */
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 30
            aload 8 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/String;
            if_acmpeq 35
        30: .line 658
      StackMap locals:
      StackMap stack:
            aload 5 /* parameterType */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 31
            aload 8 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/Integer;
            if_acmpeq 35
        31: .line 659
      StackMap locals:
      StackMap stack:
            aload 5 /* parameterType */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 32
            aload 8 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/Long;
            if_acmpeq 35
        32: .line 660
      StackMap locals:
      StackMap stack:
            aload 5 /* parameterType */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 33
            aload 8 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/Float;
            if_acmpeq 35
        33: .line 661
      StackMap locals:
      StackMap stack:
            aload 5 /* parameterType */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 34
            aload 8 /* argument */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/Double;
            if_acmpeq 35
        34: .line 655
      StackMap locals:
      StackMap stack:
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 7 /* finalParameterCheck */
        end local 8 // java.lang.Object argument
        37: .line 663
      StackMap locals:
      StackMap stack:
            iload 7 /* finalParameterCheck */
            ifeq 40
        38: .line 664
            iload 3 /* index */
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.size:()I
            if_icmpne 39
            aload 5 /* parameterType */
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 39
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        39: iconst_0
            ireturn
        40: .line 666
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
        end local 7 // boolean finalParameterCheck
        end local 5 // net.bytebuddy.description.type.TypeDescription parameterType
        41: .line 651
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.util.List net.bytebuddy.description.type.TypeList int java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        42: .line 668
            iconst_1
            ireturn
        end local 4 // java.util.Iterator argumentIterator
        end local 3 // int index
        end local 2 // net.bytebuddy.description.type.TypeList parameterTypes
        end local 1 // java.util.List arguments
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   43     0                 this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   43     1            arguments  Ljava/util/List<*>;
            2   13     2             argument  Ljava/lang/Object;
            5   13     4         argumentType  Ljava/lang/Class<*>;
           15   43     2       parameterTypes  Lnet/bytebuddy/description/type/TypeList;
           19   43     3                index  I
           20   43     4     argumentIterator  Ljava/util/Iterator<*>;
           22   41     5        parameterType  Lnet/bytebuddy/description/type/TypeDescription;
           25   41     7  finalParameterCheck  Z
           27   37     8             argument  Ljava/lang/Object;
    Signature: (Ljava/util/List<*>;)Z
    MethodParameters:
           Name  Flags
      arguments  

  public boolean isInvokeBootstrap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 676
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* returnType */
        start local 1 // net.bytebuddy.description.type.TypeDescription returnType
         1: .line 677
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isMethod:()Z
            ifeq 3
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifeq 4
         2: .line 678
            getstatic net.bytebuddy.utility.JavaType.CALL_SITE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 3
            getstatic net.bytebuddy.utility.JavaType.CALL_SITE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 4
         3: .line 679
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstructor:()Z
            ifeq 5
            getstatic net.bytebuddy.utility.JavaType.CALL_SITE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 5
         4: .line 680
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic net.bytebuddy.utility.JavaType.METHOD_TYPE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isBootstrap:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription returnType
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1    6     1  returnType  Lnet/bytebuddy/description/type/TypeDescription;

  public boolean isInvokeBootstrap(java.util.List<?>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.util.List arguments
         0: .line 689
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isInvokeBootstrap:()Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* arguments */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isBootstrap:(Ljava/util/List;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.util.List arguments
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    2     1  arguments  Ljava/util/List<*>;
    Signature: (Ljava/util/List<*>;)Z
    MethodParameters:
           Name  Flags
      arguments  

  public boolean isConstantBootstrap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 696
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            astore 1 /* parameters */
        start local 1 // net.bytebuddy.description.method.ParameterList parameters
         1: .line 697
            aload 1 /* parameters */
            invokeinterface net.bytebuddy.description.method.ParameterList.isEmpty:()Z
            ifne 5
         2: .line 698
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 699
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDescription.CLASS:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isBootstrap:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 5
         4: .line 697
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.method.ParameterList
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.method.ParameterList parameters
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1    6     1  parameters  Lnet/bytebuddy/description/method/ParameterList<*>;

  public boolean isConstantBootstrap(java.util.List<?>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.util.List arguments
         0: .line 706
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstantBootstrap:()Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* arguments */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isBootstrap:(Ljava/util/List;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.util.List arguments
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    2     1  arguments  Ljava/util/List<*>;
    Signature: (Ljava/util/List<*>;)Z
    MethodParameters:
           Name  Flags
      arguments  

  public boolean isDefaultValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 713
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isConstructor:()Z
            ifne 5
         1: .line 714
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifne 5
         2: .line 715
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAnnotationReturnType:()Z
            ifeq 5
         3: .line 716
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.isEmpty:()Z
            ifeq 5
         4: .line 713
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isDefaultValue(net.bytebuddy.description.annotation.AnnotationValue<?, ?>);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationValue;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
         0: .line 723
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isDefaultValue:()Z
            ifne 2
         1: .line 724
            iconst_0
            ireturn
         2: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 2 /* returnType */
        start local 2 // net.bytebuddy.description.type.TypeDescription returnType
         3: .line 727
            aload 1 /* annotationValue */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 728
            aload 2 /* returnType */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
            aload 3 /* value */
            instanceof java.lang.Boolean
            ifne 29
         5: .line 729
      StackMap locals: net.bytebuddy.description.type.TypeDescription java.lang.Object
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
            aload 3 /* value */
            instanceof java.lang.Byte
            ifne 29
         6: .line 730
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
            aload 3 /* value */
            instanceof java.lang.Character
            ifne 29
         7: .line 731
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
            aload 3 /* value */
            instanceof java.lang.Short
            ifne 29
         8: .line 732
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 9
            aload 3 /* value */
            instanceof java.lang.Integer
            ifne 29
         9: .line 733
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
            aload 3 /* value */
            instanceof java.lang.Long
            ifne 29
        10: .line 734
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 11
            aload 3 /* value */
            instanceof java.lang.Float
            ifne 29
        11: .line 735
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
            aload 3 /* value */
            instanceof java.lang.Double
            ifne 29
        12: .line 736
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 13
            aload 3 /* value */
            instanceof java.lang.String
            ifne 29
        13: .line 737
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc Ljava/lang/Enum;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 14
            aload 3 /* value */
            instanceof net.bytebuddy.description.enumeration.EnumerationDescription
            ifeq 14
            aload 2 /* returnType */
            iconst_1
            anewarray net.bytebuddy.description.enumeration.EnumerationDescription
            dup
            iconst_0
            aload 3 /* value */
            checkcast net.bytebuddy.description.enumeration.EnumerationDescription
            aastore
            invokestatic net.bytebuddy.description.method.MethodDescription$AbstractBase.isEnumerationType:(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Z
            ifne 29
        14: .line 738
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc Ljava/lang/annotation/Annotation;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 15
            aload 3 /* value */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription
            ifeq 15
            aload 2 /* returnType */
            iconst_1
            anewarray net.bytebuddy.description.annotation.AnnotationDescription
            dup
            iconst_0
            aload 3 /* value */
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            aastore
            invokestatic net.bytebuddy.description.method.MethodDescription$AbstractBase.isAnnotationType:(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/annotation/AnnotationDescription;)Z
            ifne 29
        15: .line 739
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
            aload 3 /* value */
            instanceof net.bytebuddy.description.type.TypeDescription
            ifne 29
        16: .line 740
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [Z
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 17
            aload 3 /* value */
            instanceof boolean[]
            ifne 29
        17: .line 741
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [B
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 18
            aload 3 /* value */
            instanceof byte[]
            ifne 29
        18: .line 742
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [C
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 19
            aload 3 /* value */
            instanceof char[]
            ifne 29
        19: .line 743
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [S
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 20
            aload 3 /* value */
            instanceof short[]
            ifne 29
        20: .line 744
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [I
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 21
            aload 3 /* value */
            instanceof int[]
            ifne 29
        21: .line 745
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [J
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 22
            aload 3 /* value */
            instanceof long[]
            ifne 29
        22: .line 746
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [F
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 23
            aload 3 /* value */
            instanceof float[]
            ifne 29
        23: .line 747
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [D
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 24
            aload 3 /* value */
            instanceof double[]
            ifne 29
        24: .line 748
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 25
            aload 3 /* value */
            instanceof java.lang.String[]
            ifne 29
        25: .line 749
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [Ljava/lang/Enum;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 26
            aload 3 /* value */
            instanceof net.bytebuddy.description.enumeration.EnumerationDescription[]
            ifeq 26
            aload 2 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* value */
            checkcast net.bytebuddy.description.enumeration.EnumerationDescription[]
            invokestatic net.bytebuddy.description.method.MethodDescription$AbstractBase.isEnumerationType:(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Z
            ifne 29
        26: .line 750
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [Ljava/lang/annotation/Annotation;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 27
            aload 3 /* value */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription[]
            ifeq 27
            aload 2 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* value */
            checkcast net.bytebuddy.description.annotation.AnnotationDescription[]
            invokestatic net.bytebuddy.description.method.MethodDescription$AbstractBase.isAnnotationType:(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/annotation/AnnotationDescription;)Z
            ifne 29
        27: .line 751
      StackMap locals:
      StackMap stack:
            aload 2 /* returnType */
            ldc [Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 28
            aload 3 /* value */
            instanceof net.bytebuddy.description.type.TypeDescription[]
            ifne 29
        28: .line 728
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        29: iconst_1
            ireturn
        end local 3 // java.lang.Object value
        end local 2 // net.bytebuddy.description.type.TypeDescription returnType
        end local 1 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   30     1  annotationValue  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
            3   30     2       returnType  Lnet/bytebuddy/description/type/TypeDescription;
            4   30     3            value  Ljava/lang/Object;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationValue<**>;)Z
    MethodParameters:
                 Name  Flags
      annotationValue  

  private static boolean isEnumerationType(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.enumeration.EnumerationDescription[]);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Z
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription enumerationType
        start local 1 // net.bytebuddy.description.enumeration.EnumerationDescription[] enumerationDescription
         0: .line 762
            aload 1 /* enumerationDescription */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.enumeration.EnumerationDescription[] top int int net.bytebuddy.description.enumeration.EnumerationDescription[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* anEnumerationDescription */
        start local 2 // net.bytebuddy.description.enumeration.EnumerationDescription anEnumerationDescription
         2: .line 763
            aload 2 /* anEnumerationDescription */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* enumerationType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 764
            iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.enumeration.EnumerationDescription anEnumerationDescription
         4: .line 762
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 767
            iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.enumeration.EnumerationDescription[] enumerationDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription enumerationType
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    7     0           enumerationType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     1    enumerationDescription  [Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            2    4     2  anEnumerationDescription  Lnet/bytebuddy/description/enumeration/EnumerationDescription;
    MethodParameters:
                        Name  Flags
      enumerationType         
      enumerationDescription  

  private static boolean isAnnotationType(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.annotation.AnnotationDescription[]);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/annotation/AnnotationDescription;)Z
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription annotationType
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription[] annotationDescription
         0: .line 778
            aload 1 /* annotationDescription */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.annotation.AnnotationDescription[] top int int net.bytebuddy.description.annotation.AnnotationDescription[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* anAnnotationDescription */
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription anAnnotationDescription
         2: .line 779
            aload 2 /* anAnnotationDescription */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* annotationType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 780
            iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription anAnnotationDescription
         4: .line 778
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 783
            iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription[] annotationDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription annotationType
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    7     0           annotationType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     1    annotationDescription  [Lnet/bytebuddy/description/annotation/AnnotationDescription;
            2    4     2  anAnnotationDescription  Lnet/bytebuddy/description/annotation/AnnotationDescription;
    MethodParameters:
                       Name  Flags
      annotationType         
      annotationDescription  

  public net.bytebuddy.description.TypeVariableSource getEnclosingSource();
    descriptor: ()Lnet/bytebuddy/description/TypeVariableSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 790
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isStatic:()Z
            ifeq 2
         1: .line 791
            getstatic net.bytebuddy.description.TypeVariableSource.UNDEFINED:Lnet/bytebuddy/description/TypeVariableSource;
            goto 3
         2: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 790
      StackMap locals:
      StackMap stack: net.bytebuddy.description.TypeVariableSource
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public <T> T accept(net.bytebuddy.description.TypeVariableSource$Visitor<T>);
    descriptor: (Lnet/bytebuddy/description/TypeVariableSource$Visitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.TypeVariableSource$Visitor visitor
         0: .line 799
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            invokeinterface net.bytebuddy.description.TypeVariableSource$Visitor.onMethod:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Ljava/lang/Object;
            areturn
        end local 1 // net.bytebuddy.description.TypeVariableSource$Visitor visitor
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0    1     1  visitor  Lnet/bytebuddy/description/TypeVariableSource$Visitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lnet/bytebuddy/description/TypeVariableSource$Visitor<TT;>;)TT;
    MethodParameters:
         Name  Flags
      visitor  

  public boolean isGenerified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 806
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public net.bytebuddy.description.method.MethodDescription$Token asToken(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/method/MethodDescription$Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 813
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* receiverType */
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         1: .line 814
            new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
         2: .line 815
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getModifiers:()I
         3: .line 816
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 1 /* matcher */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asTokenList:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         4: .line 817
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment
            dup
            aload 1 /* matcher */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
         5: .line 818
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            aload 1 /* matcher */
            invokeinterface net.bytebuddy.description.method.ParameterList.asTokenList:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         6: .line 819
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment
            dup
            aload 1 /* matcher */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/type/TypeList$Generic;
         7: .line 820
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         8: .line 821
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
         9: .line 822
            aload 2 /* receiverType */
            ifnonnull 11
        10: .line 823
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 12
        11: .line 824
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase net.bytebuddy.matcher.ElementMatcher net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack: new 1 new 1 java.lang.String int net.bytebuddy.description.ByteCodeElement$Token$TokenList net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.ByteCodeElement$Token$TokenList net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.annotation.AnnotationList net.bytebuddy.description.annotation.AnnotationValue
            aload 2 /* receiverType */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment
            dup
            aload 1 /* matcher */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
        12: .line 814
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase net.bytebuddy.matcher.ElementMatcher net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack: new 1 new 1 java.lang.String int net.bytebuddy.description.ByteCodeElement$Token$TokenList net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.ByteCodeElement$Token$TokenList net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.annotation.AnnotationList net.bytebuddy.description.annotation.AnnotationValue net.bytebuddy.description.type.TypeDescription$Generic
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   13     1       matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            1   13     2  receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/description/method/MethodDescription$Token;
    MethodParameters:
         Name  Flags
      matcher  

  public net.bytebuddy.description.method.MethodDescription$SignatureToken asSignatureToken();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 831
            new net.bytebuddy.description.method.MethodDescription$SignatureToken
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokespecial net.bytebuddy.description.method.MethodDescription$SignatureToken.<init>:(Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public net.bytebuddy.description.method.MethodDescription$TypeToken asTypeToken();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 838
            new net.bytebuddy.description.method.MethodDescription$TypeToken
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokespecial net.bytebuddy.description.method.MethodDescription$TypeToken.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;

  public boolean isBridgeCompatible(net.bytebuddy.description.method.MethodDescription$TypeToken);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$TypeToken;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.method.MethodDescription$TypeToken typeToken
         0: .line 845
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            astore 2 /* types */
        start local 2 // java.util.List types
         1: aload 1 /* typeToken */
            invokevirtual net.bytebuddy.description.method.MethodDescription$TypeToken.getParameterTypes:()Ljava/util/List;
            astore 3 /* bridgeTypes */
        start local 3 // java.util.List bridgeTypes
         2: .line 846
            aload 2 /* types */
            invokeinterface java.util.List.size:()I
            aload 3 /* bridgeTypes */
            invokeinterface java.util.List.size:()I
            if_icmpeq 4
         3: .line 847
            iconst_0
            ireturn
         4: .line 849
      StackMap locals: java.util.List java.util.List
      StackMap stack:
            iconst_0
            istore 4 /* index */
        start local 4 // int index
         5: goto 9
         6: .line 850
      StackMap locals: int
      StackMap stack:
            aload 2 /* types */
            iload 4 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            aload 3 /* bridgeTypes */
            iload 4 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 8
            aload 2 /* types */
            iload 4 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifne 7
            aload 3 /* bridgeTypes */
            iload 4 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifeq 8
         7: .line 851
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 849
      StackMap locals:
      StackMap stack:
            iinc 4 /* index */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* index */
            aload 2 /* types */
            invokeinterface java.util.List.size:()I
            if_icmplt 6
        end local 4 // int index
        10: .line 854
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 4 /* returnType */
        start local 4 // net.bytebuddy.description.type.TypeDescription returnType
        11: aload 1 /* typeToken */
            invokevirtual net.bytebuddy.description.method.MethodDescription$TypeToken.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 5 /* bridgeReturnType */
        start local 5 // net.bytebuddy.description.type.TypeDescription bridgeReturnType
        12: .line 855
            aload 4 /* returnType */
            aload 5 /* bridgeReturnType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 14
            aload 4 /* returnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifne 13
            aload 5 /* bridgeReturnType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifeq 14
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase net.bytebuddy.description.method.MethodDescription$TypeToken java.util.List java.util.List net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription
      StackMap stack:
        13: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_1
            ireturn
        end local 5 // net.bytebuddy.description.type.TypeDescription bridgeReturnType
        end local 4 // net.bytebuddy.description.type.TypeDescription returnType
        end local 3 // java.util.List bridgeTypes
        end local 2 // java.util.List types
        end local 1 // net.bytebuddy.description.method.MethodDescription$TypeToken typeToken
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   15     1         typeToken  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
            1   15     2             types  Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
            2   15     3       bridgeTypes  Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
            5   10     4             index  I
           11   15     4        returnType  Lnet/bytebuddy/description/type/TypeDescription;
           12   15     5  bridgeReturnType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
           Name  Flags
      typeToken  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 860
            bipush 17
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 861
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hashCode */
         2: .line 862
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hashCode */
         3: .line 863
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokeinterface net.bytebuddy.description.type.TypeList.hashCode:()I
            iadd
            ireturn
        end local 1 // int hashCode
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1    4     1  hashCode  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
        start local 1 // java.lang.Object other
         0: .line 868
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 869
            iconst_1
            ireturn
         2: .line 870
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.method.MethodDescription
            ifne 4
         3: .line 871
            iconst_0
            ireturn
         4: .line 873
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.method.MethodDescription
            astore 2 /* methodDescription */
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
         5: .line 874
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getInternalName:()Ljava/lang/String;
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getInternalName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         6: .line 875
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         7: .line 876
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 877
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokeinterface net.bytebuddy.description.type.TypeList.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 874
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.method.MethodDescription
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            0   11     1              other  Ljava/lang/Object;
            5   11     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toGenericString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 884
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 885
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getModifiers:()I
            sipush 1343
            iand
            istore 2 /* modifiers */
        start local 2 // int modifiers
         2: .line 886
            iload 2 /* modifiers */
            ifeq 4
         3: .line 887
            aload 1 /* stringBuilder */
            iload 2 /* modifiers */
            invokestatic java.lang.reflect.Modifier.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 889
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isMethod:()Z
            ifeq 7
         5: .line 890
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 891
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 893
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         8: .line 894
            iconst_1
            istore 3 /* first */
        start local 3 // boolean first
         9: .line 895
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 5
            goto 16
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 4 /* typeDescription */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        11: .line 896
            iload 3 /* first */
            ifne 14
        12: .line 897
            aload 1 /* stringBuilder */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 898
            goto 15
        14: .line 899
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack:
            iconst_0
            istore 3 /* first */
        15: .line 901
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 4 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        16: .line 895
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        17: .line 903
            aload 1 /* stringBuilder */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        18: .line 904
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            astore 4 /* exceptionTypes */
        start local 4 // net.bytebuddy.description.type.TypeList$Generic exceptionTypes
        19: .line 905
            aload 4 /* exceptionTypes */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifne 30
        20: .line 906
            aload 1 /* stringBuilder */
            ldc " throws "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        21: .line 907
            iconst_1
            istore 3 /* first */
        22: .line 908
            aload 4 /* exceptionTypes */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 6
            goto 29
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList$Generic top java.util.Iterator
      StackMap stack:
        23: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 5 /* typeDescription */
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        24: .line 909
            iload 3 /* first */
            ifne 27
        25: .line 910
            aload 1 /* stringBuilder */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        26: .line 911
            goto 28
        27: .line 912
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack:
            iconst_0
            istore 3 /* first */
        28: .line 914
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 5 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        29: .line 908
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList$Generic top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 23
        30: .line 917
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList$Generic
      StackMap stack:
            aload 1 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // net.bytebuddy.description.type.TypeList$Generic exceptionTypes
        end local 3 // boolean first
        end local 2 // int modifiers
        end local 1 // java.lang.StringBuilder stringBuilder
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   31     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1   31     1    stringBuilder  Ljava/lang/StringBuilder;
            2   31     2        modifiers  I
            9   31     3            first  Z
           11   16     4  typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           19   31     4   exceptionTypes  Lnet/bytebuddy/description/type/TypeList$Generic;
           24   29     5  typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
         0: .line 922
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 923
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getModifiers:()I
            sipush 1343
            iand
            istore 2 /* modifiers */
        start local 2 // int modifiers
         2: .line 924
            iload 2 /* modifiers */
            ifeq 4
         3: .line 925
            aload 1 /* stringBuilder */
            iload 2 /* modifiers */
            invokestatic java.lang.reflect.Modifier.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 927
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.isMethod:()Z
            ifeq 7
         5: .line 928
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 929
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 931
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         8: .line 932
            iconst_1
            istore 3 /* first */
        start local 3 // boolean first
         9: .line 933
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 16
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 4 /* typeDescription */
        start local 4 // net.bytebuddy.description.type.TypeDescription typeDescription
        11: .line 934
            iload 3 /* first */
            ifne 14
        12: .line 935
            aload 1 /* stringBuilder */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 936
            goto 15
        14: .line 937
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeDescription java.util.Iterator
      StackMap stack:
            iconst_0
            istore 3 /* first */
        15: .line 939
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 4 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // net.bytebuddy.description.type.TypeDescription typeDescription
        16: .line 933
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        17: .line 941
            aload 1 /* stringBuilder */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        18: .line 942
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            astore 4 /* exceptionTypes */
        start local 4 // net.bytebuddy.description.type.TypeList exceptionTypes
        19: .line 943
            aload 4 /* exceptionTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.isEmpty:()Z
            ifne 30
        20: .line 944
            aload 1 /* stringBuilder */
            ldc " throws "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        21: .line 945
            iconst_1
            istore 3 /* first */
        22: .line 946
            aload 4 /* exceptionTypes */
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 29
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList top java.util.Iterator
      StackMap stack:
        23: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 5 /* typeDescription */
        start local 5 // net.bytebuddy.description.type.TypeDescription typeDescription
        24: .line 947
            iload 3 /* first */
            ifne 27
        25: .line 948
            aload 1 /* stringBuilder */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        26: .line 949
            goto 28
        27: .line 950
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList net.bytebuddy.description.type.TypeDescription java.util.Iterator
      StackMap stack:
            iconst_0
            istore 3 /* first */
        28: .line 952
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 5 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // net.bytebuddy.description.type.TypeDescription typeDescription
        29: .line 946
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 23
        30: .line 955
      StackMap locals: net.bytebuddy.description.method.MethodDescription$AbstractBase java.lang.StringBuilder int int net.bytebuddy.description.type.TypeList
      StackMap stack:
            aload 1 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // net.bytebuddy.description.type.TypeList exceptionTypes
        end local 3 // boolean first
        end local 2 // int modifiers
        end local 1 // java.lang.StringBuilder stringBuilder
        end local 0 // net.bytebuddy.description.method.MethodDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   31     0             this  Lnet/bytebuddy/description/method/MethodDescription$AbstractBase;
            1   31     1    stringBuilder  Ljava/lang/StringBuilder;
            2   31     2        modifiers  I
            9   31     3            first  Z
           11   16     4  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           19   31     4   exceptionTypes  Lnet/bytebuddy/description/type/TypeList;
           24   29     5  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;

  public net.bytebuddy.description.ByteCodeElement$Token asToken(net.bytebuddy.matcher.ElementMatcher);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.method.MethodDescription$AbstractBase.asToken:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/method/MethodDescription$Token;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract AbstractBase = net.bytebuddy.description.TypeVariableSource$AbstractBase of net.bytebuddy.description.TypeVariableSource
  public abstract Visitor = net.bytebuddy.description.TypeVariableSource$Visitor of net.bytebuddy.description.TypeVariableSource
  public abstract AbstractBase = net.bytebuddy.description.method.MethodDescription$AbstractBase of net.bytebuddy.description.method.MethodDescription
  public ForLoadedConstructor = net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor of net.bytebuddy.description.method.MethodDescription
  public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public SignatureToken = net.bytebuddy.description.method.MethodDescription$SignatureToken of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public TypeToken = net.bytebuddy.description.method.MethodDescription$TypeToken of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  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 Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public ForSignatureVisitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public abstract Substitutor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public ForDetachment = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher