Sun SPOT API
Green Release  


com.sun.squawk.vm
Class CID

java.lang.Object
  extended by 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.


Field Summary
static int ADDRESS
           
static int ADDRESS_ARRAY
           
static int BOOLEAN
           
static int BOOLEAN_ARRAY
           
static int BYTE
           
static int BYTE_ARRAY
           
static int BYTECODE
           
static int BYTECODE_ARRAY
           
static int CHAR
           
static int CHAR_ARRAY
           
static int DOUBLE
           
static int DOUBLE_ARRAY
           
static int DOUBLE2
           
static int FLOAT
           
static int FLOAT_ARRAY
           
static int GLOBAL
           
static int GLOBAL_ARRAY
           
static int GLOBAL_ARRAYARRAY
           
static int INT
           
static int INT_ARRAY
           
static int KLASS
           
static int LAST_SYSTEM_ID
           
static int LOCAL
           
static int LOCAL_ARRAY
           
static int LONG
           
static int LONG_ARRAY
           
static int LONG2
           
static int NATIVEUNSAFE
           
static int NULL
           
static int OBJECT
           
static int OBJECT_ARRAY
           
static int OFFSET
           
static int SHORT
           
static int SHORT_ARRAY
           
static int STRING
           
static int STRING_ARRAY
           
static int STRING_OF_BYTES
           
static int THROWABLE
           
static int UWORD
           
static int UWORD_ARRAY
           
static int VOID
           
 
Constructor Summary
CID()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CID

public CID()

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.