public class sun.jvm.hotspot.runtime.BasicType
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.BasicType
super_class: java.lang.Object
{
public static final int tBoolean;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public static final int tChar;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 5
public static final int tFloat;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final int tDouble;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 7
public static final int tByte;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8
public static final int tShort;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 9
public static final int tInt;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 10
public static final int tLong;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 11
public static final int tObject;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 12
public static final int tArray;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 13
public static final int tVoid;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 14
public static final int tAddress;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 15
public static final int tConflict;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int tIllegal;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 99
public static final sun.jvm.hotspot.runtime.BasicType T_BOOLEAN;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_CHAR;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_FLOAT;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_DOUBLE;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_BYTE;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_SHORT;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_INT;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_LONG;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_OBJECT;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_ARRAY;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_VOID;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_ADDRESS;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_CONFLICT;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.runtime.BasicType T_ILLEGAL;
descriptor: Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private int type;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new sun.jvm.hotspot.runtime.BasicType
dup
iconst_4
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
1: new sun.jvm.hotspot.runtime.BasicType
dup
iconst_5
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
2: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 6
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
3: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 7
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
4: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 8
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
5: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 9
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
6: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 10
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
7: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 11
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
8: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 12
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
9: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 13
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
10: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 14
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
11: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 15
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
12: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 16
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
13: new sun.jvm.hotspot.runtime.BasicType
dup
bipush 99
invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
putstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
return
LocalVariableTable:
Start End Slot Name Signature
public static int getTBoolean();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_4
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTChar();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_5
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTFloat();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 6
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTDouble();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 7
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTByte();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 8
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTShort();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 9
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTInt();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 10
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTLong();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 11
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTObject();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 12
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTArray();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 13
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTVoid();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 14
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTAddress();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 15
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTConflict();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 16
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getTIllegal();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: bipush 99
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static sun.jvm.hotspot.runtime.BasicType charToBasicType(char);
descriptor: (C)Lsun/jvm/hotspot/runtime/BasicType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
tableswitch { // 66 - 91
66: 1
67: 2
68: 3
69: 12
70: 4
71: 12
72: 12
73: 5
74: 6
75: 12
76: 10
77: 12
78: 12
79: 12
80: 12
81: 12
82: 12
83: 7
84: 12
85: 12
86: 9
87: 12
88: 12
89: 12
90: 8
91: 11
default: 12
}
1: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
2: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
areturn
3: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
4: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
5: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
6: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
areturn
7: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
8: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
areturn
9: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
areturn
10: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
11: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
areturn
12: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 c C
MethodParameters:
Name Flags
c
public static int charToType(char);
descriptor: (C)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
invokestatic sun.jvm.hotspot.runtime.BasicType.charToBasicType:(C)Lsun/jvm/hotspot/runtime/BasicType;
invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 c C
MethodParameters:
Name Flags
c
public int getType();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.BasicType.type:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/BasicType;
private void <init>(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield sun.jvm.hotspot.runtime.BasicType.type:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/BasicType;
0 3 1 type I
MethodParameters:
Name Flags
type
}
SourceFile: "BasicType.java"