de.cau.cs.kieler.krep.compiler.klp
Class InitRegInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.InitRegInstruction
public class InitRegInstruction
- extends AbstractInstruction
Initialize register.
- Rating

- (2010-02-05) review by cmot, msp, tam
InitRegInstruction
public InitRegInstruction(String r,
Variable.Kind kind,
String l,
String clk)
- Parameters:
r
- register to initializekind
- io kind of registerl
- label with runtime codeclk
- clock of the register
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction