public final class com.oracle.svm.hosted.c.info.SizableInfo$ElementKind extends java.lang.Enum<com.oracle.svm.hosted.c.info.SizableInfo$ElementKind>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
super_class: java.lang.Enum
{
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind INTEGER;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind POINTER;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind FLOAT;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind STRING;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind BYTEARRAY;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind OBJECT;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind UNKNOWN;
descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind[] ENUM$VALUES;
descriptor: [Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "INTEGER"
iconst_0
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
1: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.INTEGER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
2: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "POINTER"
iconst_1
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
3: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.POINTER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
4: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "FLOAT"
iconst_2
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
5: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.FLOAT:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
6: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "STRING"
iconst_3
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
7: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.STRING:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
8: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "BYTEARRAY"
iconst_4
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
9: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.BYTEARRAY:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
10: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "OBJECT"
iconst_5
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
11: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.OBJECT:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
12: new com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
ldc "UNKNOWN"
bipush 6
invokespecial com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.<init>:(Ljava/lang/String;I)V
13: putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.UNKNOWN:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
14: bipush 7
anewarray com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
iconst_0
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.INTEGER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
iconst_1
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.POINTER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
iconst_2
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.FLOAT:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
iconst_3
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.STRING:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
iconst_4
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.BYTEARRAY:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
iconst_5
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.OBJECT:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
dup
bipush 6
getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.UNKNOWN:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aastore
putstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.ENUM$VALUES:[Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static com.oracle.svm.hosted.c.info.SizableInfo$ElementKind[] values();
descriptor: ()[Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.ENUM$VALUES:[Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.oracle.svm.hosted.c.info.SizableInfo$ElementKind valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;>;
SourceFile: "SizableInfo.java"
NestHost: com.oracle.svm.hosted.c.info.SizableInfo
InnerClasses:
public final ElementKind = com.oracle.svm.hosted.c.info.SizableInfo$ElementKind of com.oracle.svm.hosted.c.info.SizableInfo