Assem
Class Instr.OPER

java.lang.Object
  extended by Assem.Instr
      extended by Assem.Instr.OPER
Enclosing class:
Instr

public static class Instr.OPER
extends Instr


Nested Class Summary
 
Nested classes/interfaces inherited from class Assem.Instr
Instr.LABEL, Instr.MOVE, Instr.OPER
 
Field Summary
 
Fields inherited from class Assem.Instr
assem, def, jumps, use
 
Constructor Summary
Instr.OPER(java.lang.String a, Temp[] d, Temp[] s, Temp.Label... j)
           
 
Method Summary
 
Methods inherited from class Assem.Instr
format, replaceDef, replaceUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instr.OPER

public Instr.OPER(java.lang.String a,
                  Temp[] d,
                  Temp[] s,
                  Temp.Label... j)