Assem
Class Instr.LABEL

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

public static class Instr.LABEL
extends Instr


Nested Class Summary
 
Nested classes/interfaces inherited from class Assem.Instr
Instr.LABEL, Instr.MOVE, Instr.OPER
 
Field Summary
 Temp.Label label
           
 
Fields inherited from class Assem.Instr
assem, def, jumps, use
 
Constructor Summary
Instr.LABEL(java.lang.String a, Temp.Label l)
           
 
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
 

Field Detail

label

public Temp.Label label
Constructor Detail

Instr.LABEL

public Instr.LABEL(java.lang.String a,
                   Temp.Label l)