Uses of Class
de.cau.cs.kieler.krep.compiler.klp.CJmpInstruction.Cond

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

Uses of CJmpInstruction.Cond in de.cau.cs.kieler.krep.compiler.klp
 

Methods in de.cau.cs.kieler.krep.compiler.klp that return CJmpInstruction.Cond
static CJmpInstruction.Cond CJmpInstruction.Cond.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CJmpInstruction.Cond[] CJmpInstruction.Cond.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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