uk.ac.man.cs.rainbow.simulator
Class RASM.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
Enclosing class:
RASM

Deprecated. Use PopAll

public static class RASM.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
RASM.PopAll()
          Deprecated.  
RASM.PopAll(RASMCode code)
          Deprecated.  
 
Method Summary
protected  void addSequence(RASMCode code)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Instruction.MACRO
definition, 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

RASM.PopAll

public RASM.PopAll()
Deprecated. 

RASM.PopAll

public RASM.PopAll(RASMCode code)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

addSequence

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