class net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2 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$2
  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$2 this
         0: .line 172
            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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod$2;
    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=3, locals=5, args_size=4
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2 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 177
            aload 3 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 4 /* receiverType */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         1: .line 178
            aload 4 /* receiverType */
            ifnonnull 3
         2: .line 179
            aload 1 /* annotationAppender */
            goto 4
         3: .line 180
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 4 /* receiverType */
            aload 1 /* annotationAppender */
            aload 2 /* annotationValueFilter */
            invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofReceiverType:(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
         4: .line 178
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.attribute.AnnotationAppender
            areturn
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        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$2 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod$2;
            0    5     1     annotationAppender  Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
            0    5     2  annotationValueFilter  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;
            0    5     3      methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            1    5     4           receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    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 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 ForTypeAnnotations = net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations of net.bytebuddy.implementation.attribute.AnnotationAppender
  public abstract ForInstrumentedMethod = net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2