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