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

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.names.NameList

public class NameList
extends CompilerThing


Constructor Summary
NameList()
           
 
Method Summary
 Name lookup(String nm)
           
 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

NameList

public NameList()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

lookup

public Name lookup(String nm)