public class net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved 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$Unresolved
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean optional;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.asm.Advice$Argument);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/asm/Advice$Argument;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // net.bytebuddy.asm.Advice$Argument argument
         0: .line 1540
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* argument */
            invokeinterface net.bytebuddy.asm.Advice$Argument.readOnly:()Z
            aload 2 /* argument */
            invokeinterface net.bytebuddy.asm.Advice$Argument.typing:()Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 2 /* argument */
            invokeinterface net.bytebuddy.asm.Advice$Argument.value:()I
            aload 2 /* argument */
            invokeinterface net.bytebuddy.asm.Advice$Argument.optional:()Z
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;IZ)V
         1: .line 1541
            return
        end local 2 // net.bytebuddy.asm.Advice$Argument argument
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    2     1    target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    2     2  argument  Lnet/bytebuddy/asm/Advice$Argument;
    MethodParameters:
          Name  Flags
      target    
      argument  

  protected void <init>(net.bytebuddy.description.method.ParameterDescription);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
        start local 1 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         0: .line 1549
            aload 0 /* this */
            aload 1 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            iconst_1
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 1 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getIndex:()I
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;I)V
         1: .line 1550
            return
        end local 1 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    2     1  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
    MethodParameters:
                      Name  Flags
      parameterDescription  

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved 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 // int index
         0: .line 1561
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* readOnly */
            aload 3 /* typing */
            iload 4 /* index */
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;IZ)V
         1: .line 1562
            return
        end local 4 // int index
        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$Unresolved this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    2     1    target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    2     2  readOnly  Z
            0    2     3    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    2     4     index  I
    MethodParameters:
          Name  Flags
      target    
      readOnly  
      typing    
      index     

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, int, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved 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 // int index
        start local 5 // boolean optional
         0: .line 1574
            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 1575
            aload 0 /* this */
            iload 4 /* index */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.index:I
         2: .line 1576
            aload 0 /* this */
            iload 5 /* optional */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.optional:Z
         3: .line 1577
            return
        end local 5 // boolean optional
        end local 4 // int index
        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$Unresolved this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    4     1    target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    4     2  readOnly  Z
            0    4     3    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    4     4     index  I
            0    4     5  optional  Z
    MethodParameters:
          Name  Flags
      target    
      readOnly  
      typing    
      index     
      optional  

  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=3, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 1581
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            astore 2 /* parameters */
        start local 2 // net.bytebuddy.description.method.ParameterList parameters
         1: .line 1582
            aload 2 /* parameters */
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.index:I
            if_icmpgt 3
         2: .line 1583
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not define an index "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 1585
      StackMap locals: net.bytebuddy.description.method.ParameterList
      StackMap stack:
            aload 2 /* parameters */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.index:I
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            areturn
        end local 2 // net.bytebuddy.description.method.ParameterList parameters
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    4     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1    4     2          parameters  Lnet/bytebuddy/description/method/ParameterList<*>;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  

  public net.bytebuddy.asm.Advice$OffsetMapping$Target resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler, net.bytebuddy.asm.Advice$OffsetMapping$Sort);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler;Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
         0: .line 1597
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.optional:Z
            ifeq 5
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.index:I
            if_icmpgt 5
         1: .line 1598
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.readOnly:Z
            ifeq 3
         2: .line 1599
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
            goto 4
         3: .line 1600
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
         4: .line 1598
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
            areturn
         5: .line 1602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* instrumentedType */
            aload 2 /* instrumentedMethod */
            aload 3 /* assigner */
            aload 4 /* argumentHandler */
            aload 5 /* sort */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument.resolve:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler;Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
            areturn
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved;
            0    6     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    6     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0    6     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      argumentHandler     
      sort                
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Argument = net.bytebuddy.asm.Advice$Argument of net.bytebuddy.asm.Advice
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  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 Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved
  public abstract Sort = net.bytebuddy.asm.Advice$OffsetMapping$Sort of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract ForDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public ReadWrite = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  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()