public class ThrowExceptionInstruction extends AbstractJumpInstruction implements JetElementInstruction
isDead| Constructor and Description |
|---|
ThrowExceptionInstruction(JetThrowExpression expression,
Label errorLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor) |
protected AbstractJumpInstruction |
createCopy(Label newLabel) |
JetExpression |
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 ThrowExceptionInstruction(@NotNull JetThrowExpression expression, @NotNull Label errorLabel)
@NotNull public JetExpression getElement()
getElement in interface JetElementInstructionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void accept(InstructionVisitor visitor)
accept in interface Instructionprotected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy in class AbstractJumpInstruction