public abstract class InstructionWithNext extends JetElementInstructionImpl
elementisDead| Modifier | Constructor and Description |
|---|---|
protected |
InstructionWithNext(JetElement element) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
getNext() |
java.util.Collection<Instruction> |
getNextInstructions() |
void |
setNext(Instruction next) |
getElementcopy, createCopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getCopies, getOwner, getPreviousInstructions, setOwnerprotected InstructionWithNext(@NotNull JetElement element)
public Instruction getNext()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
public void setNext(Instruction next)