interface org.jruby.ir.persistence.IRPersistenceValues
minor version: 0
major version: 59
flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.ir.persistence.IRPersistenceValues
super_class: java.lang.Object
{
public static final int VERSION;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int TWO_MEGS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2097152
public static final int PRIMITIVE_BASE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte STRING;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte TRUE;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 116
public static final byte FALSE;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 102
public static final byte ARRAY;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte NULL;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte INSTR;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte LONG;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte FLOAT;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte DOUBLE;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final byte FULL;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final int PROLOGUE_LENGTH;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 12
public static final int NULL_STRING;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: invokestatic org.jruby.ir.operands.OperandType.values:()[Lorg/jruby/ir/operands/OperandType;
arraylength
putstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
1: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
iconst_1
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.STRING:B
2: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
iconst_5
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.ARRAY:B
3: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
bipush 6
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.NULL:B
4: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
bipush 7
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.INSTR:B
5: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
bipush 8
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.LONG:B
6: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
bipush 9
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.FLOAT:B
7: getstatic org.jruby.ir.persistence.IRPersistenceValues.PRIMITIVE_BASE:I
bipush 10
iadd
i2b
putstatic org.jruby.ir.persistence.IRPersistenceValues.DOUBLE:B
8: return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "IRPersistenceValues.java"