public abstract class net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod extends java.lang.Enum<net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod> implements net.bytebuddy.implementation.attribute.MethodAttributeAppender, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod EXCLUDING_RECEIVER;
    descriptor: Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod INCLUDING_RECEIVER;
    descriptor: Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 148
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1
            dup
            ldc "EXCLUDING_RECEIVER"
            iconst_0
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1.<init>:(Ljava/lang/String;I)V
         1: .line 151
            putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.EXCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
         2: .line 160
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2
            dup
            ldc "INCLUDING_RECEIVER"
            iconst_1
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2.<init>:(Ljava/lang/String;I)V
         3: .line 172
            putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.INCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
         4: .line 146
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.EXCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.INCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            aastore
            putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
         0: .line 146
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.attribute.MethodAttributeAppender make(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 188
            aload 0 /* this */
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public void apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.attribute.AnnotationValueFilter);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=4
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 3 // net.bytebuddy.implementation.attribute.AnnotationValueFilter annotationValueFilter
         0: .line 195
            new net.bytebuddy.implementation.attribute.AnnotationAppender$Default
            dup
            new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod
            dup
            aload 1 /* methodVisitor */
            invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.<init>:(Lorg/objectweb/asm/MethodVisitor;)V
            invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Default.<init>:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;)V
            astore 4 /* annotationAppender */
        start local 4 // net.bytebuddy.implementation.attribute.AnnotationAppender annotationAppender
         1: .line 196
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* annotationAppender */
         2: .line 197
            aload 3 /* annotationValueFilter */
         3: .line 196
            invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofMethodReturnType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
            astore 4 /* annotationAppender */
         4: .line 198
            aload 4 /* annotationAppender */
         5: .line 199
            aload 3 /* annotationValueFilter */
         6: .line 200
            iconst_0
         7: .line 201
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
         8: .line 198
            invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofTypeVariable:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;ZLjava/util/List;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            astore 4 /* annotationAppender */
         9: .line 202
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc "jdk.internal."
            invokestatic net.bytebuddy.matcher.ElementMatchers.nameStartsWith:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.annotationType:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.annotation.AnnotationList
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 12
      StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
      StackMap stack:
        10: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            astore 5 /* annotation */
        start local 5 // net.bytebuddy.description.annotation.AnnotationDescription annotation
        11: .line 203
            aload 4 /* annotationAppender */
            aload 5 /* annotation */
            aload 3 /* annotationValueFilter */
            invokeinterface net.bytebuddy.implementation.attribute.AnnotationAppender.append:(Lnet/bytebuddy/description/annotation/AnnotationDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            astore 4 /* annotationAppender */
        end local 5 // net.bytebuddy.description.annotation.AnnotationDescription annotation
        12: .line 202
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        13: .line 205
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 26
      StackMap locals:
      StackMap stack:
        14: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            astore 5 /* parameterDescription */
        start local 5 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        15: .line 206
            new net.bytebuddy.implementation.attribute.AnnotationAppender$Default
            dup
            new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter
            dup
            aload 1 /* methodVisitor */
        16: .line 207
            aload 5 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getIndex:()I
            invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter.<init>:(Lorg/objectweb/asm/MethodVisitor;I)V
        17: .line 206
            invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Default.<init>:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;)V
            astore 7 /* parameterAppender */
        start local 7 // net.bytebuddy.implementation.attribute.AnnotationAppender parameterAppender
        18: .line 208
            aload 5 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 7 /* parameterAppender */
        19: .line 209
            aload 3 /* annotationValueFilter */
        20: .line 210
            aload 5 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getIndex:()I
        21: .line 208
            invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofMethodParameterType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;I)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
            astore 7 /* parameterAppender */
        22: .line 211
            aload 5 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.iterator:()Ljava/util/Iterator;
            astore 9
            goto 25
      StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender net.bytebuddy.description.method.ParameterDescription java.util.Iterator net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
      StackMap stack:
        23: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            astore 8 /* annotation */
        start local 8 // net.bytebuddy.description.annotation.AnnotationDescription annotation
        24: .line 212
            aload 7 /* parameterAppender */
            aload 8 /* annotation */
            aload 3 /* annotationValueFilter */
            invokeinterface net.bytebuddy.implementation.attribute.AnnotationAppender.append:(Lnet/bytebuddy/description/annotation/AnnotationDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            astore 7 /* parameterAppender */
        end local 8 // net.bytebuddy.description.annotation.AnnotationDescription annotation
        25: .line 211
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 23
        end local 7 // net.bytebuddy.implementation.attribute.AnnotationAppender parameterAppender
        end local 5 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        26: .line 205
      StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        27: .line 215
            aload 0 /* this */
            aload 4 /* annotationAppender */
            aload 3 /* annotationValueFilter */
            aload 2 /* methodDescription */
            invokevirtual net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.appendReceiver:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            astore 4 /* annotationAppender */
        28: .line 216
            iconst_0
            istore 5 /* exceptionTypeIndex */
        start local 5 // int exceptionTypeIndex
        29: .line 217
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 7
            goto 35
      StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender int top java.util.Iterator
      StackMap stack:
        30: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 6 /* exceptionType */
        start local 6 // net.bytebuddy.description.type.TypeDescription$Generic exceptionType
        31: .line 218
            aload 6 /* exceptionType */
            aload 4 /* annotationAppender */
        32: .line 219
            aload 3 /* annotationValueFilter */
        33: .line 220
            iload 5 /* exceptionTypeIndex */
            iinc 5 /* exceptionTypeIndex */ 1
        34: .line 218
            invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofExceptionType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;I)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
            astore 4 /* annotationAppender */
        end local 6 // net.bytebuddy.description.type.TypeDescription$Generic exceptionType
        35: .line 217
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 30
        36: .line 222
            return
        end local 5 // int exceptionTypeIndex
        end local 4 // net.bytebuddy.implementation.attribute.AnnotationAppender annotationAppender
        end local 3 // net.bytebuddy.implementation.attribute.AnnotationValueFilter annotationValueFilter
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   37     0                   this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            0   37     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   37     2      methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0   37     3  annotationValueFilter  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;
            1   37     4     annotationAppender  Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
           11   12     5             annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription;
           15   26     5   parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
           18   26     7      parameterAppender  Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
           24   25     8             annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription;
           29   37     5     exceptionTypeIndex  I
           31   35     6          exceptionType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      methodDescription      
      annotationValueFilter  

  protected abstract net.bytebuddy.implementation.attribute.AnnotationAppender appendReceiver(net.bytebuddy.implementation.attribute.AnnotationAppender, net.bytebuddy.implementation.attribute.AnnotationValueFilter, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      annotationAppender     
      annotationValueFilter  
      methodDescription      

  public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;>;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
SourceFile: "MethodAttributeAppender.java"
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
  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 abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Default = net.bytebuddy.implementation.attribute.AnnotationAppender$Default of net.bytebuddy.implementation.attribute.AnnotationAppender
  public ForTypeAnnotations = net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations of net.bytebuddy.implementation.attribute.AnnotationAppender
  public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
  public OnMethod = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
  public OnMethodParameter = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
  public abstract Factory = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  public abstract ForInstrumentedMethod = net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1
  net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher