|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.AbstractJumpInstruction
org.jetbrains.jet.lang.cfg.pseudocode.ConditionalJumpInstruction
public class ConditionalJumpInstruction
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
element |
| Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
isDead, lexicalScope |
| Constructor Summary | |
|---|---|
ConditionalJumpInstruction(JetElement element,
boolean onTrue,
LexicalScope lexicalScope,
Label targetLabel)
|
|
| Method Summary | ||
|---|---|---|
void |
accept(InstructionVisitor visitor)
|
|
|
accept(InstructionVisitorWithResult<R> visitor)
|
|
protected AbstractJumpInstruction |
createCopy(Label newLabel,
LexicalScope lexicalScope)
|
|
java.util.Collection<Instruction> |
getNextInstructions()
|
|
Instruction |
getNextOnFalse()
|
|
Instruction |
getNextOnTrue()
|
|
boolean |
onTrue()
|
|
void |
setNextOnFalse(Instruction nextOnFalse)
|
|
void |
setNextOnTrue(Instruction nextOnTrue)
|
|
java.lang.String |
toString()
|
|
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.AbstractJumpInstruction |
|---|
copy, createCopy, getResolvedTarget, getTargetLabel, setResolvedTarget |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
getElement, render |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
copy, die, getCopies, getLexicalScope, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.cfg.pseudocode.Instruction |
|---|
getCopies, getLexicalScope, getOwner, getPreviousInstructions, setOwner |
| Constructor Detail |
|---|
public ConditionalJumpInstruction(@NotNull
JetElement element,
boolean onTrue,
LexicalScope lexicalScope,
Label targetLabel)
| Method Detail |
|---|
public boolean onTrue()
public Instruction getNextOnTrue()
public void setNextOnTrue(Instruction nextOnTrue)
public Instruction getNextOnFalse()
public void setNextOnFalse(Instruction nextOnFalse)
@NotNull public java.util.Collection<Instruction> getNextInstructions()
getNextInstructions in interface InstructiongetNextInstructions in class AbstractJumpInstruction
public void accept(@NotNull
InstructionVisitor visitor)
public <R> R accept(@NotNull
InstructionVisitorWithResult<R> visitor)
public java.lang.String toString()
toString in class java.lang.Object
protected AbstractJumpInstruction createCopy(@NotNull
Label newLabel,
@NotNull
LexicalScope lexicalScope)
createCopy in class AbstractJumpInstruction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||