|
Sun SPOT 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 |
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 |
|---|
public static final int klass
public static final int next
public static final int firstVariable
| Constructor Detail |
|---|
public CS()
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||