at.dms.kjc.spacetime.switchIR
Class SwitchProcessorIns

java.lang.Object
  extended by at.dms.kjc.spacetime.switchIR.SwitchProcessorIns
All Implemented Interfaces:
SwitchIns
Direct Known Subclasses:
BnezdIns, FullIns, JumpIns, MoveIns

public class SwitchProcessorIns
extends Object
implements SwitchIns


Field Summary
protected  String arg1
           
protected  String arg2
           
protected  String arg3
           
protected  String op
           
 
Constructor Summary
SwitchProcessorIns()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

op

protected String op

arg1

protected String arg1

arg2

protected String arg2

arg3

protected String arg3
Constructor Detail

SwitchProcessorIns

public SwitchProcessorIns()
Method Detail

toString

public String toString()
Overrides:
toString in class Object