Uses of Class
org.zmpp.vm.RoutineContext

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.
 



Copyright © 2005 . All Rights Reserved.