|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.vm.OPC.Properties
public static class OPC.Properties
Field Summary | |
---|---|
static int |
BYTECODE_COUNT
The total number of instructions. |
static int |
ESCAPE_WIDE_DELTA
The delta that is applied to an opcode >= 256 to get the widened version of the opcode. |
static int |
FLOAT_BYTECODE_COUNT
The number of floating point instructions. |
static int |
NON_FLOAT_BYTECODE_COUNT
The number of non-floating point instructions. |
static int |
WIDE_DELTA
The delta that is applied to an opcode < 256 to get the widened version of the opcode. |
Constructor Summary | |
---|---|
OPC.Properties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NON_FLOAT_BYTECODE_COUNT
public static final int FLOAT_BYTECODE_COUNT
public static final int BYTECODE_COUNT
public static final int WIDE_DELTA
public static final int ESCAPE_WIDE_DELTA
Constructor Detail |
---|
public OPC.Properties()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |