Uses of Class
orc.runtime.OrcEngine

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

Uses of OrcEngine in orc
 

Constructors in orc with parameters of type OrcEngine
OrcInstance(OrcEngine engine, Node root, Env env, java.util.concurrent.BlockingQueue<java.lang.Object> q)
           
 

Uses of OrcEngine in orc.runtime
 

Fields in orc.runtime declared as OrcEngine
protected  OrcEngine Token.engine
           
 

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()
           
 

Constructors in orc.runtime with parameters of type OrcEngine
Token(Node node, Env<java.lang.Object> env, GroupCell group, Region region, OrcEngine engine, TokenTracer tracer)
           
Token(Node node, Env<java.lang.Object> env, Token.Continuation continuation, GroupCell group, Region region, java.lang.Object result, OrcEngine engine, TokenTracer tracer)
          Copy constructor
 

Uses of OrcEngine in orc.runtime.regions
 

Methods in orc.runtime.regions that return OrcEngine
 OrcEngine Execution.getEngine()
           
 

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