Uses of Package
orc.env

Packages that use orc.env
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.arg   
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.ast.simple.arg   
orc.ast.simple.type   
orc.env A lexical context which supports both offset- and name-based lookup. 
orc.runtime Runtime for Orc interpreter. 
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
orc.type   
 

Classes in orc.env used by orc.ast.oil
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.ast.oil.arg
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.ast.simple
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.ast.simple.arg
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.ast.simple.type
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.env
Env
          Generic indexed environment, used primarily at runtime.
EnvException
          Any exception generated by Orc, during compilation, loading, or execution.
LookupFailureException
          Any exception generated by Orc, during compilation, loading, or execution.
SearchFailureException
          Any exception generated by Orc, during compilation, loading, or execution.
 

Classes in orc.env used by orc.runtime
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.runtime.values
Env
          Generic indexed environment, used primarily at runtime.
 

Classes in orc.env used by orc.type
Env
          Generic indexed environment, used primarily at runtime.