public class ReturnValueInstruction extends AbstractJumpInstruction implements JetElementInstruction
isDead| Constructor and Description |
|---|
ReturnValueInstruction(JetExpression returnExpression,
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 ReturnValueInstruction(@NotNull JetExpression returnExpression, @NotNull Label targetLabel)
public void accept(InstructionVisitor visitor)
accept in interface Instructionpublic java.lang.String toString()
toString in class java.lang.Object@NotNull public JetElement getElement()
getElement in interface JetElementInstructionprotected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy in class AbstractJumpInstruction