"

2013 FRC Java API

"

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.
 
Method Summary
static void check(Object cs)
          Give error if cs is not really global array.
 
Methods inherited from class java.lang.Object
equals, 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
Method Detail

check

public static void check(Object cs)
Give error if cs is not really global array.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"