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

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

public class MovInstruction
extends AbstractInstruction

Copy register value to another register.

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

Constructor Summary
MovInstruction(Variable toReg, RegAccess fromReg)
           
 
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

MovInstruction

public MovInstruction(Variable toReg,
                      RegAccess fromReg)
Parameters:
toReg - target register
fromReg - source register
Method Detail

toString

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