| Class | Description |
|---|---|
| BlockEnvironment | |
| DebugEnvironment |
Read-only environment based on a frame descriptor used to give debugger code access to the
lexical environment it's to be evaluated in.
|
| DerivedEnvironment |
Base class for environments that extend the current function or block environment.
|
| Environment | |
| Environment.VarRef | |
| EvalEnvironment | |
| FunctionEnvironment | |
| GlobalEnvironment | |
| PrivateEnvironment |
PrivateEnvironment of a class.
|
| WithEnvironment |
This environment stores "with" blocks.
|