Sun SPOT API
Green Release  


com.sun.squawk.vm
Class CS

java.lang.Object
  extended by com.sun.squawk.vm.CS

public class CS
extends Object

This class contains the offsets that define the layout of the array (of type "[-global-") that holds the class state (i.e. static variables/globals) for a class.


Field Summary
static int firstVariable
          The index of the first static variable.
static int klass
          The index of the pointer to the class to which the variables pertain.
static int next
          The index of the pointer to the next class state record.
 
Constructor Summary
CS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

klass

public static final int klass
The index of the pointer to the class to which the variables pertain.

See Also:
Constant Field Values

next

public static final int next
The index of the pointer to the next class state record.

See Also:
Constant Field Values

firstVariable

public static final int firstVariable
The index of the first static variable.

See Also:
Constant Field Values
Constructor Detail

CS

public CS()

Sun SPOT API
Green Release  


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