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

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

public class JmpInstruction
extends AbstractInstruction

Uncondintional jump.

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

Constructor Summary
JmpInstruction(LabelInstruction l)
           
 
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

JmpInstruction

public JmpInstruction(LabelInstruction l)
Parameters:
l - label to jump to
Method Detail

toString

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