Assem
Class LABEL

java.lang.Object
  extended by Assem.Instr
      extended by Assem.LABEL

public class LABEL
extends Instr


Field Summary
 Label label
           
 
Fields inherited from class Assem.Instr
assem, def, jumps, use
 
Constructor Summary
LABEL(java.lang.String a, 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 Label label
Constructor Detail

LABEL

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