Uses of Class
orc.Config

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

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.