public final class BBConstants extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ADDRESS_TYPE |
static byte |
CONDITIONAL_ |
static byte |
CONDITIONALTARGET |
static byte |
DOUBLE_TYPE |
static short |
DUMMYBLOCK |
static short |
EXCEPTIONHANDLER |
static short |
EXITBLOCK |
static byte |
FALLTHRU_ |
static byte |
FALLTHRUTARGET |
static byte |
FLOAT_TYPE |
static byte |
HASHANDLER_ |
static byte |
INJSR_ |
static byte |
INT_TYPE |
static byte |
JSRENTRY |
static byte |
LENGTH_MASK |
static byte |
LONG_TYPE |
static byte |
LONGHALF_TYPE |
static byte |
METHODENTRY |
static byte |
NOTBLOCK |
static short |
STARTBLOCK |
static byte |
TARGET_ |
static byte |
TRYHANDLERSTART |
static byte |
TRYSTART_ |
static byte |
UNCONDITIONALTARGET |
static byte |
VOID_TYPE |
Modifier | Constructor and Description |
---|---|
private |
BBConstants() |
public static final byte LENGTH_MASK
public static final byte VOID_TYPE
public static final byte INT_TYPE
public static final byte ADDRESS_TYPE
public static final byte LONG_TYPE
public static final byte FLOAT_TYPE
public static final byte DOUBLE_TYPE
public static final byte LONGHALF_TYPE
public static final short DUMMYBLOCK
public static final short STARTBLOCK
public static final short EXITBLOCK
public static final short EXCEPTIONHANDLER
public static final byte TARGET_
public static final byte CONDITIONAL_
public static final byte FALLTHRU_
public static final byte TRYSTART_
public static final byte NOTBLOCK
public static final byte INJSR_
public static final byte JSRENTRY
public static final byte TRYHANDLERSTART
public static final byte HASHANDLER_
public static final byte METHODENTRY
public static final byte CONDITIONALTARGET
public static final byte UNCONDITIONALTARGET
public static final byte FALLTHRUTARGET
private BBConstants()