Uses of Class
orc.Config

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

Uses of Config in orc
 

Methods in orc with parameters of type Config
static Expression Orc.compile(java.io.Reader source, Config cfg)
           
static Expression Orc.compile(java.io.Reader source, Config cfg, boolean includeStdlib)
           
protected static Node Orc.compile(java.io.Reader source, Node target, Config cfg)
           
static OrcInstance Orc.runEmbedded(java.io.Reader source, Config cfg)
          Deprecated.  
 

Uses of Config in orc.runtime
 

Constructors in orc.runtime with parameters of type Config
OrcEngine(Config config)