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

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

public class CJmpInstruction
extends AbstractInstruction

Conditional Jump.

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

Nested Class Summary
static class CJmpInstruction.Cond
           
 
Constructor Summary
CJmpInstruction(CJmpInstruction.Cond conditional, RegAccess read, 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

CJmpInstruction

public CJmpInstruction(CJmpInstruction.Cond conditional,
                       RegAccess read,
                       LabelInstruction l)
Parameters:
conditional - condition
read - register to check
l - label of the target
Method Detail

toString

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