uk.ac.man.cs.rainbow.compiler.names
Class Environment

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.names.Environment
Direct Known Subclasses:
CGEnv, TCEnv

public abstract class Environment
extends CompilerThing


Constructor Summary
Environment()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.CompilerThing
className, crashHere, getSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Method Detail

toString

public String toString()
Overrides:
toString in class Object