uk.ac.man.cs.rainbow.compiler
Class CompilerThing

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
Direct Known Subclasses:
ChannelList, CompilerNode, DelayParams, DeviceAddresses, Environment, Errors, LocalDeclarationStack, MOp, Name, NameList, Op, PipeEnds, SourcePosition

public abstract class CompilerThing
extends Object

Superclass of (almost) every class in the compiler


Constructor Summary
CompilerThing()
           
 
Method Summary
 String className()
           
 void crashHere()
           
 int getSerial()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerThing

public CompilerThing()
Method Detail

className

public String className()

getSerial

public int getSerial()

crashHere

public void crashHere()