|
|||||||||
| 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.InstructionWithNext
public abstract class InstructionWithNext
| 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 |
| Constructor Summary | |
|---|---|
protected |
InstructionWithNext(JetElement element)
|
| Method Summary | |
|---|---|
Instruction |
getNext()
|
java.util.Collection<Instruction> |
getNextInstructions()
|
void |
setNext(Instruction next)
|
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
getElement |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
copy, createCopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.cfg.pseudocode.Instruction |
|---|
accept, getCopies, getOwner, getPreviousInstructions, setOwner |
| Constructor Detail |
|---|
protected InstructionWithNext(@NotNull
JetElement element)
| Method Detail |
|---|
public Instruction getNext()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
public void setNext(Instruction next)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||