EnvironmentClass

Overview

The EnvironmentClass will define an Environment object to hold all of the information about the current lexical environment for the Intermediate Code Generation phase.

It will have a parent environment, and an association list of variables and their local variable locations. Searching for a variable will check the current environment and then recursively check the parent until the variable is found, or declared to be unbound (aka free).

References

HyperSpec CLtL
link 1 Link 2

Implementation

Details of implementation

Core Java Classes Javadoc Links

Discussions

Links to Blog issues

Current Status of EnvironmentClass

Status:

Release Level:

Open bug count:

Test Suites

Links to JUnit results

-- JerryBoetje - 12 Jul 2003

Topic revision: r2 - 2009-02-12 - 20:54:21 - RobertGoodrich
 
Home
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback