public class net.bytebuddy.description.method.MethodList$ForTokens extends net.bytebuddy.description.method.MethodList$AbstractBase<net.bytebuddy.description.method.MethodDescription$InDefinedShape>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.MethodList$ForTokens
super_class: net.bytebuddy.description.method.MethodList$AbstractBase
{
private final net.bytebuddy.description.type.TypeDescription declaringType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<? extends net.bytebuddy.description.method.MethodDescription$Token> tokens;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/method/MethodDescription$Token;>;
public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription$Token[]);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/method/MethodDescription$Token;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokespecial net.bytebuddy.description.method.MethodList$ForTokens.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/description/method/MethodList$ForTokens;
0 2 1 declaringType Lnet/bytebuddy/description/type/TypeDescription;
0 2 2 token [Lnet/bytebuddy/description/method/MethodDescription$Token;
MethodParameters:
Name Flags
declaringType
token
public void <init>(net.bytebuddy.description.type.TypeDescription, java.util.List<? extends net.bytebuddy.description.method.MethodDescription$Token>);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;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.MethodList$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.MethodList$ForTokens.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.MethodList$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/MethodList$ForTokens;
0 4 1 declaringType Lnet/bytebuddy/description/type/TypeDescription;
0 4 2 tokens Ljava/util/List<+Lnet/bytebuddy/description/method/MethodDescription$Token;>;
Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<+Lnet/bytebuddy/description/method/MethodDescription$Token;>;)V
MethodParameters:
Name Flags
declaringType
tokens
public net.bytebuddy.description.method.MethodDescription$InDefinedShape get(int);
descriptor: (I)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.description.method.MethodDescription$Latent
dup
aload 0
getfield net.bytebuddy.description.method.MethodList$ForTokens.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
aload 0
getfield net.bytebuddy.description.method.MethodList$ForTokens.tokens:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast net.bytebuddy.description.method.MethodDescription$Token
invokespecial net.bytebuddy.description.method.MethodDescription$Latent.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodList$ForTokens;
0 1 1 index I
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.MethodList$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/MethodList$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.MethodList$ForTokens.get:(I)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lnet/bytebuddy/description/method/MethodList$AbstractBase<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;
SourceFile: "MethodList.java"
NestHost: net.bytebuddy.description.method.MethodList
InnerClasses:
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public Latent = net.bytebuddy.description.method.MethodDescription$Latent of net.bytebuddy.description.method.MethodDescription
public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
public abstract AbstractBase = net.bytebuddy.description.method.MethodList$AbstractBase of net.bytebuddy.description.method.MethodList
public ForTokens = net.bytebuddy.description.method.MethodList$ForTokens of net.bytebuddy.description.method.MethodList