com.sun.squawk.vm
Class CID
java.lang.Object
com.sun.squawk.vm.CID
public final class CID
- extends Object
This class enumerates the identifiers for the special system classes that the
Squawk VM must be able to identify without necessary having a reference to a
Klass object.
|
Constructor Summary |
CID()
|
NULL
public static final int NULL
- See Also:
- Constant Field Values
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
THROWABLE
public static final int THROWABLE
- See Also:
- Constant Field Values
KLASS
public static final int KLASS
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
LONG2
public static final int LONG2
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
DOUBLE2
public static final int DOUBLE2
- See Also:
- Constant Field Values
OBJECT_ARRAY
public static final int OBJECT_ARRAY
- See Also:
- Constant Field Values
STRING_ARRAY
public static final int STRING_ARRAY
- See Also:
- Constant Field Values
BOOLEAN_ARRAY
public static final int BOOLEAN_ARRAY
- See Also:
- Constant Field Values
BYTE_ARRAY
public static final int BYTE_ARRAY
- See Also:
- Constant Field Values
CHAR_ARRAY
public static final int CHAR_ARRAY
- See Also:
- Constant Field Values
SHORT_ARRAY
public static final int SHORT_ARRAY
- See Also:
- Constant Field Values
INT_ARRAY
public static final int INT_ARRAY
- See Also:
- Constant Field Values
LONG_ARRAY
public static final int LONG_ARRAY
- See Also:
- Constant Field Values
FLOAT_ARRAY
public static final int FLOAT_ARRAY
- See Also:
- Constant Field Values
DOUBLE_ARRAY
public static final int DOUBLE_ARRAY
- See Also:
- Constant Field Values
STRING_OF_BYTES
public static final int STRING_OF_BYTES
- See Also:
- Constant Field Values
LOCAL
public static final int LOCAL
- See Also:
- Constant Field Values
GLOBAL
public static final int GLOBAL
- See Also:
- Constant Field Values
LOCAL_ARRAY
public static final int LOCAL_ARRAY
- See Also:
- Constant Field Values
GLOBAL_ARRAY
public static final int GLOBAL_ARRAY
- See Also:
- Constant Field Values
GLOBAL_ARRAYARRAY
public static final int GLOBAL_ARRAYARRAY
- See Also:
- Constant Field Values
BYTECODE
public static final int BYTECODE
- See Also:
- Constant Field Values
BYTECODE_ARRAY
public static final int BYTECODE_ARRAY
- See Also:
- Constant Field Values
ADDRESS
public static final int ADDRESS
- See Also:
- Constant Field Values
ADDRESS_ARRAY
public static final int ADDRESS_ARRAY
- See Also:
- Constant Field Values
UWORD
public static final int UWORD
- See Also:
- Constant Field Values
UWORD_ARRAY
public static final int UWORD_ARRAY
- See Also:
- Constant Field Values
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
NATIVEUNSAFE
public static final int NATIVEUNSAFE
- See Also:
- Constant Field Values
LAST_SYSTEM_ID
public static final int LAST_SYSTEM_ID
- See Also:
- Constant Field Values
CID
public CID()
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.