public class net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved extends net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
{
  private final net.bytebuddy.description.method.ParameterDescription parameterDescription;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, net.bytebuddy.description.method.ParameterDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/description/method/ParameterDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // boolean readOnly
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 4 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         0: .line 1657
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* readOnly */
            aload 3 /* typing */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
         1: .line 1658
            aload 0 /* this */
            aload 4 /* parameterDescription */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
         2: .line 1659
            return
        end local 4 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // boolean readOnly
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved;
            0    3     1                target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    3     2              readOnly  Z
            0    3     3                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    3     4  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
    MethodParameters:
                      Name  Flags
      target                
      readOnly              
      typing                
      parameterDescription  

  protected net.bytebuddy.description.method.ParameterDescription resolve(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/method/ParameterDescription;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 1663
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription;
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1664
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not a parameter of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved;
            0    3     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract ForArgument = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument of net.bytebuddy.asm.Advice$OffsetMapping
  public Resolved = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()