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

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

public class GlobalName
extends Name


Fields inherited from class uk.ac.man.cs.rainbow.compiler.names.Name
declaration, nm
 
Constructor Summary
GlobalName(String nm, Declaration declaration)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.names.Name
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

GlobalName

public GlobalName(String nm,
                  Declaration declaration)