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 Node Orc.compile(Config cfg)
           
static Expression Orc.compile(java.io.Reader source, Config cfg)
           
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
 

Methods in orc.runtime that return Config
 Config OrcEngine.getConfig()
           
 

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