assem
Class LABEL

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

public class LABEL
extends Instr


Constructor Summary
LABEL(java.lang.String a, temp.Label l)
           
 
Method Summary
 List<temp.Temp> def()
           
 temp.Label getLabel()
           
 Targets jumps()
           
 List<temp.Temp> use()
           
 
Methods inherited from class assem.Instr
format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LABEL

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

use

public List<temp.Temp> use()
Specified by:
use in class Instr

def

public List<temp.Temp> def()
Specified by:
def in class Instr

jumps

public Targets jumps()
Specified by:
jumps in class Instr

getLabel

public temp.Label getLabel()