Uses of Class
de.cau.cs.kieler.krep.evalbench.program.klp.Opcode

Packages that use Opcode
de.cau.cs.kieler.krep.evalbench.program.klp classes to represent klp instructions. 
 

Uses of Opcode in de.cau.cs.kieler.krep.evalbench.program.klp
 

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