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

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.LocalName

public class LocalName
extends Name


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

LocalName

public LocalName(String nm,
                 Declaration declaration,
                 int current_scope)