Uses of Class
org.norecess.citkit.lir.LIRLabel

Packages that use LIRLabel
org.norecess.citkit.lir.instructions   
org.norecess.citkit.visitors   
 

Uses of LIRLabel in org.norecess.citkit.lir.instructions
 

Methods in org.norecess.citkit.lir.instructions that return LIRLabel
 LIRLabel LIRGoto.getDestination()
           
 LIRLabel LIRIf.getLabel()
           
 

Constructors in org.norecess.citkit.lir.instructions with parameters of type LIRLabel
LIRGoto(LIRLabel destination)
           
LIRIf(LIRExpression condition, LIRLabel label)
           
 

Uses of LIRLabel in org.norecess.citkit.visitors
 

Methods in org.norecess.citkit.visitors with parameters of type LIRLabel
 T LIRInstructionVisitor.visitLabel(LIRLabel label)
           
 T LIRControlDestinationVisitor.visitLabel(LIRLabel label)