public class ReturnNoValueInstruction extends AbstractJumpInstruction implements JetElementInstruction
isDead| Constructor and Description |
|---|
ReturnNoValueInstruction(JetElement element,
Label targetLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor) |
protected AbstractJumpInstruction |
createCopy(Label newLabel) |
JetElement |
getElement() |
java.lang.String |
toString() |
copy, createCopy, getNextInstructions, getResolvedTarget, getTargetLabel, setResolvedTargetcopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCopies, getNextInstructions, getOwner, getPreviousInstructions, setOwnerpublic ReturnNoValueInstruction(@NotNull JetElement element, Label targetLabel)
@NotNull public JetElement getElement()
getElement in interface JetElementInstructionpublic void accept(InstructionVisitor visitor)
accept in interface Instructionpublic java.lang.String toString()
toString in class java.lang.Objectprotected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy in class AbstractJumpInstruction