Uses of Package
orc.env

Packages that use orc.env
orc Top-level package for all Orc code. 
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.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). 
 

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

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.env
Env
          Generic indexed environment, used primarily at runtime.
Env.ENode
          Individual entries in the environment.
 

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.