de.cau.cs.kieler.krep.compiler.klp
Class DeclareRegInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.DeclareRegInstruction
public class DeclareRegInstruction
- extends AbstractInstruction
Declare that a register is used. This implicitly gives the connection of the program to the
environment, by connecting registers and io ports.
- Rating

- (2010-02-05) review by cmot, msp, tam
DeclareRegInstruction
public DeclareRegInstruction(String r,
Variable.Kind ioKind)
- Parameters:
r
- register to declareioKind
- input, output, local
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction