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 start local 1 start local 2 0: aload 0
invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.ParameterList$ForTokens.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 3: aload 0
getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
iconst_0
iload 1
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
start local 3 5: iload 2
aload 3
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
end local 3 6: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
7: new net.bytebuddy.description.method.ParameterDescription$Latent
dup
aload 0
getfield net.bytebuddy.description.method.ParameterList$ForTokens.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
aload 0
getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast net.bytebuddy.description.method.ParameterDescription$Token
iload 1
iload 2
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 end local 1 end local 0 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 0: aload 0
getfield net.bytebuddy.description.method.ParameterList$ForTokens.tokens:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 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: 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