public class Process
extends java.lang.Object
| Constructor and Description |
|---|
Process(java.lang.Runnable logic,
int[] stack) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCStackTop() |
short |
getJavaStackTop() |
int[] |
getStack() |
void |
initialize() |
void |
transferTo(Process nextProcess) |
public void transferTo(Process nextProcess)
public final void initialize()
public int[] getStack()
public short getJavaStackTop()
public int getCStackTop()