Uses of Class
de.cau.cs.kieler.krep.compiler.klp.LabelInstruction

Packages that use LabelInstruction
de.cau.cs.kieler.krep.compiler.klp Klp instructions. 
 

Uses of LabelInstruction in de.cau.cs.kieler.krep.compiler.klp
 

Methods in de.cau.cs.kieler.krep.compiler.klp that return LabelInstruction
static LabelInstruction LabelInstruction.get(String name)
           
 

Constructors in de.cau.cs.kieler.krep.compiler.klp with parameters of type LabelInstruction
CJmpInstruction(CJmpInstruction.Cond conditional, RegAccess read, LabelInstruction l)
           
DoneInstruction(LabelInstruction l)
           
JmpInstruction(LabelInstruction l)