uk.ac.man.cs.rainbow.compiler.rasm
Class DelayParams

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.rasm.DelayParams

public class DelayParams
extends CompilerThing


Constructor Summary
DelayParams(int one)
           
DelayParams(int one, int two)
           
DelayParams(int one, int two, int three)
           
 
Method Summary
 RASMList push()
           
 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

DelayParams

public DelayParams(int one,
                   int two,
                   int three)

DelayParams

public DelayParams(int one,
                   int two)

DelayParams

public DelayParams(int one)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

push

public RASMList push()