Interface Environment
- All Known Implementing Classes: 
 - ActivationRecord, InitialEnvironment
 
public interface Environment
An Environment provides the correspondence between names and the
 values that they are names for.
| 
Method Summary | 
 java.lang.Object | 
get(java.lang.String name)
 
          Return the value corresponding to the specified name. | 
 
get
java.lang.Object get(java.lang.String name)
- Return the value corresponding to the specified name.
- Parameters:
 name - the name to look up
- Returns:
 - the value associated with the name
 - Throws:
 java.lang.Error - if the name is not associated with any value