|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.CJmpInstruction
public class CJmpInstruction
Conditional Jump.
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 |
---|
public CJmpInstruction(CJmpInstruction.Cond conditional, RegAccess read, LabelInstruction l)
conditional
- conditionread
- register to checkl
- label of the targetMethod Detail |
---|
public String toString()
toString
in class AbstractInstruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |