| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 | guardThis is a word that is always unused. | 
| static int | lastBCIThe bytecode index of the next instruction to be executed in the inner most activation frame's method. | 
| static int | lastFPThe pointer to the inner most activation frame in the stack. | 
| static int | limitThe offset of the stack limit (i.e. | 
| static int | nextThe index of the pointer to the next stack chunk in a list of stack chunks. | 
| static int | ownerThe index of the pointer to the VMThread instance that owns this chunk. | 
| Field Detail | 
|---|
static final int next
static final int owner
static final int lastFP
static final int lastBCI
static final int guard
static final int limit
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||