|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoutineContext | |
---|---|
org.zmpp.vm | This package contains the base structures for the Z machine, e.g. |
Uses of RoutineContext in org.zmpp.vm |
---|
Methods in org.zmpp.vm that return RoutineContext | |
---|---|
RoutineContext |
Machine.getCurrentRoutineContext()
Returns the current routine context without affecting the state of the machine. |
RoutineContext |
Machine3.getCurrentRoutineContext()
Returns the current routine context without affecting the state of the machine. |
Methods in org.zmpp.vm with parameters of type RoutineContext | |
---|---|
void |
Machine.pushRoutineContext(RoutineContext routineContext)
Pushes a new routine context onto the routine context stack. |
void |
Machine3.pushRoutineContext(RoutineContext routineContext)
Pushes a new routine context onto the routine context stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |