de.cau.cs.kieler.krep.compiler.klp
Class InitRegInstruction

java.lang.Object
  extended by de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
      extended by de.cau.cs.kieler.krep.compiler.klp.InitRegInstruction

public class InitRegInstruction
extends AbstractInstruction

Initialize register.

Rating yellow
(2010-02-05) review by cmot, msp, tam

Constructor Summary
InitRegInstruction(String r, Variable.Kind kind, String l, String clk)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
getComment, setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitRegInstruction

public InitRegInstruction(String r,
                          Variable.Kind kind,
                          String l,
                          String clk)
Parameters:
r - register to initialize
kind - io kind of register
l - label with runtime code
clk - clock of the register
Method Detail

toString

public String toString()
Specified by:
toString in class AbstractInstruction