uk.ac.man.cs.rainbow.simulator.rasm
Class PopAll

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.simulator.Instruction
        |
        +--uk.ac.man.cs.rainbow.simulator.Instruction.MACRO
              |
              +--uk.ac.man.cs.rainbow.simulator.rasm.PopAll
All Implemented Interfaces:
Serializable

public class PopAll
extends Instruction.MACRO

Clears the current stack frame.

... x

See Also:
RASM.KillStackRange, Serialized Form

Inner classes inherited from class uk.ac.man.cs.rainbow.simulator.Instruction
Instruction.MACRO
 
Constructor Summary
PopAll()
           
PopAll(RASMCode code)
           
 
Method Summary
protected  void definition(RASMCode code)
           
 String toString()
           
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Instruction.MACRO
addSequence, execute, location
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Instruction
addClass, getInstruction, getInstruction, getInstruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopAll

public PopAll()

PopAll

public PopAll(RASMCode code)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

definition

protected void definition(RASMCode code)
Overrides:
definition in class Instruction.MACRO