Uses of Class
orc.runtime.OrcEngine

Packages that use OrcEngine
orc Top-level package for all Orc code. 
orc.runtime Runtime for Orc interpreter. 
 

Uses of OrcEngine in orc
 

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

Uses of OrcEngine in orc.runtime
 

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

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