Uses of Class
orc.Config

Packages that use Config
orc Top-level package for all Orc code. 
orc.parser The Orc parser. 
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 Expr Orc.compile(java.io.Reader source, Config cfg)
           
static OrcInstance Orc.runEmbedded(java.io.Reader source, Config cfg)
          Deprecated.  
 

Uses of Config in orc.parser
 

Constructors in orc.parser with parameters of type Config
OrcParser(Config config, java.io.Reader reader)
           
OrcParser(Config config, java.io.Reader reader, java.lang.String filename)
          If you know the filename, it can be used to improve parse error messages.
OrcParserRats(Config config, java.io.Reader reader, java.lang.String filename)
           
 

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)