public class net.bytebuddy.description.method.ParameterList$ForTokens extends net.bytebuddy.description.method.ParameterList$AbstractBase<net.bytebuddy.description.method.ParameterDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterList$ForTokens
  super_class: net.bytebuddy.description.method.ParameterList$AbstractBase
{
  private final net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token> tokens;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;

  public void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token>);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod
        start local 2 // java.util.List tokens
         0: .line 626
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
         1: .line 627
            aload 0 /* this */
            aload 1 /* declaringMethod */
            putfield net.bytebuddy.description.method.ParameterList$ForTokens.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 628
            aload 0 /* this */
            aload 2 /* tokens */
            putfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
         3: .line 629
            return
        end local 2 // java.util.List tokens
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod
        end local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/description/method/ParameterList$ForTokens;
            0    4     1  declaringMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    4     2           tokens  Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;)V
    MethodParameters:
                 Name  Flags
      declaringMethod  
      tokens           

  public net.bytebuddy.description.method.ParameterDescription$InDefinedShape get(int);
    descriptor: (I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
        start local 1 // int index
         0: .line 635
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForTokens.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.isStatic:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* offset */
        start local 2 // int offset
         3: .line 636
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
            iconst_0
            iload 1 /* index */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: net.bytebuddy.description.method.ParameterList$ForTokens int int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription$Token
            astore 3 /* token */
        start local 3 // net.bytebuddy.description.method.ParameterDescription$Token token
         5: .line 637
            iload 2 /* offset */
            aload 3 /* token */
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
            istore 2 /* offset */
        end local 3 // net.bytebuddy.description.method.ParameterDescription$Token token
         6: .line 636
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 639
            new net.bytebuddy.description.method.ParameterDescription$Latent
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForTokens.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription$Token
            iload 1 /* index */
            iload 2 /* offset */
            invokespecial net.bytebuddy.description.method.ParameterDescription$Latent.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/method/ParameterDescription$Token;II)V
            areturn
        end local 2 // int offset
        end local 1 // int index
        end local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lnet/bytebuddy/description/method/ParameterList$ForTokens;
            0    8     1   index  I
            3    8     2  offset  I
            5    6     3   token  Lnet/bytebuddy/description/method/ParameterDescription$Token;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
         0: .line 646
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterList$ForTokens this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterList$ForTokens;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual net.bytebuddy.description.method.ParameterList$ForTokens.get:(I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/method/ParameterList$AbstractBase<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
SourceFile: "ParameterList.java"
NestHost: net.bytebuddy.description.method.ParameterList
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public Latent = net.bytebuddy.description.method.ParameterDescription$Latent of net.bytebuddy.description.method.ParameterDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public abstract AbstractBase = net.bytebuddy.description.method.ParameterList$AbstractBase of net.bytebuddy.description.method.ParameterList
  public ForTokens = net.bytebuddy.description.method.ParameterList$ForTokens of net.bytebuddy.description.method.ParameterList
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription