class net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1 extends net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1
  super_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1 this
         0: .line 151
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1 this
        start local 1 // net.bytebuddy.implementation.attribute.AnnotationAppender annotationAppender
        start local 2 // net.bytebuddy.implementation.attribute.AnnotationValueFilter annotationValueFilter
        start local 3 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 156
            aload 1 /* annotationAppender */
            areturn
        end local 3 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 2 // net.bytebuddy.implementation.attribute.AnnotationValueFilter annotationValueFilter
        end local 1 // net.bytebuddy.implementation.attribute.AnnotationAppender annotationAppender
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod$1;
            0    1     1     annotationAppender  Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            0    1     2  annotationValueFilter  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;
            0    1     3      methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                       Name  Flags
      annotationAppender     
      annotationValueFilter  
      methodDescription      
}
SourceFile: "MethodAttributeAppender.java"
EnclosingMethod: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
  public abstract ForInstrumentedMethod = net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1