|
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.SC
public class SC
This class contains the offsets that define that define the layout of the array (of type "[-local-") that implements a stack for a thread.
| Field Summary | |
|---|---|
static int |
guard
This is a word that is always unused. |
static int |
lastBCI
The bytecode index of the next instruction to be executed in the inner most activation frame's method. |
static int |
lastFP
The pointer to the inner most activation frame in the stack. |
static int |
limit
The offset of the stack limit (i.e. |
static int |
next
The index of the pointer to the next stack chunk in a list of stack chunks. |
static int |
owner
The index of the pointer to the VMThread instance that owns this chunk. |
| Constructor Summary | |
|---|---|
SC()
|
|
| 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 next
public static final int owner
public static final int lastFP
public static final int lastBCI
public static final int guard
public static final int limit
| Constructor Detail |
|---|
public SC()
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||