public class net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter implements net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter
  super_class: java.lang.Object
{
  private final int parameterIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter this
        start local 1 // int parameterIndex
         0: .line 368
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 369
            aload 0 /* this */
            iload 1 /* parameterIndex */
            putfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter.parameterIndex:I
         2: .line 370
            return
        end local 1 // int parameterIndex
        end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethodParameter;
            0    3     1  parameterIndex  I
    MethodParameters:
                Name  Flags
      parameterIndex  

  public net.bytebuddy.implementation.attribute.AnnotationAppender$Target make(org.objectweb.asm.MethodVisitor, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 376
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter.parameterIndex:I
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            if_icmplt 2
         1: .line 377
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Method "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* methodDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " has less then "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter.parameterIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " parameters"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 379
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter
            dup
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter.parameterIndex:I
            invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter.<init>:(Lorg/objectweb/asm/MethodVisitor;I)V
            areturn
        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$Explicit$Target$OnMethodParameter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethodParameter;
            0    3     1      methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    3     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodVisitor      
      methodDescription  
}
SourceFile: "MethodAttributeAppender.java"
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
  public OnMethodParameter = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
  public Explicit = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  protected abstract Target = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit
  public OnMethodParameter = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethodParameter of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()