| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.vm.CS
public class CS
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 | firstVariableThe index of the first static variable. | 
| static int | klassThe index of the pointer to the class to which the variables pertain. | 
| static int | nextThe 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 | 
|---|
public static final int klass
public static final int next
public static final int firstVariable
| Method Detail | 
|---|
public static void check(Object cs)
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||