public class net.bytebuddy.description.field.FieldList$ForLoadedFields extends net.bytebuddy.description.field.FieldList$AbstractBase<net.bytebuddy.description.field.FieldDescription$InDefinedShape>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.field.FieldList$ForLoadedFields
super_class: net.bytebuddy.description.field.FieldList$AbstractBase
{
private final java.util.List<? extends java.lang.reflect.Field> fields;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Ljava/lang/reflect/Field;>;
public void <init>(java.lang.reflect.Field[]);
descriptor: ([Ljava/lang/reflect/Field;)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.field.FieldList$ForLoadedFields.<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/field/FieldList$ForLoadedFields;
0 2 1 field [Ljava/lang/reflect/Field;
MethodParameters:
Name Flags
field
public void <init>(java.util.List<? extends java.lang.reflect.Field>);
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.field.FieldList$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.field.FieldList$ForLoadedFields.fields:Ljava/util/List;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/field/FieldList$ForLoadedFields;
0 3 1 fields Ljava/util/List<+Ljava/lang/reflect/Field;>;
Signature: (Ljava/util/List<+Ljava/lang/reflect/Field;>;)V
MethodParameters:
Name Flags
fields
public net.bytebuddy.description.field.FieldDescription$InDefinedShape get(int);
descriptor: (I)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.description.field.FieldDescription$ForLoadedField
dup
aload 0
getfield net.bytebuddy.description.field.FieldList$ForLoadedFields.fields:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.reflect.Field
invokespecial net.bytebuddy.description.field.FieldDescription$ForLoadedField.<init>:(Ljava/lang/reflect/Field;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/field/FieldList$ForLoadedFields;
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.field.FieldList$ForLoadedFields.fields: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/field/FieldList$ForLoadedFields;
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.field.FieldList$ForLoadedFields.get:(I)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lnet/bytebuddy/description/field/FieldList$AbstractBase<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
SourceFile: "FieldList.java"
NestHost: net.bytebuddy.description.field.FieldList
InnerClasses:
public ForLoadedField = net.bytebuddy.description.field.FieldDescription$ForLoadedField of net.bytebuddy.description.field.FieldDescription
public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
public abstract AbstractBase = net.bytebuddy.description.field.FieldList$AbstractBase of net.bytebuddy.description.field.FieldList
public ForLoadedFields = net.bytebuddy.description.field.FieldList$ForLoadedFields of net.bytebuddy.description.field.FieldList