Uses of Class
orc.runtime.OrcEngine

Packages that use OrcEngine
orc.gui   
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
 

Uses of OrcEngine in orc.gui
 

Fields in orc.gui declared as OrcEngine
protected  OrcEngine OrcGui.engine
           
 

Uses of OrcEngine in orc.runtime
 

Fields in orc.runtime with type parameters of type OrcEngine
static Globals<OrcEngine,java.lang.Object> OrcEngine.globals
           
 

Methods in orc.runtime that return OrcEngine
 OrcEngine Token.getEngine()
           
 

Uses of OrcEngine in orc.runtime.regions
 

Constructors in orc.runtime.regions with parameters of type OrcEngine
Execution(OrcEngine engine)