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, setResolvedTarget
copy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCopies, getNextInstructions, getOwner, getPreviousInstructions, setOwner
public ThrowExceptionInstruction(@NotNull JetThrowExpression expression, @NotNull Label errorLabel)
@NotNull public JetExpression getElement()
getElement
in interface JetElementInstruction
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(InstructionVisitor visitor)
accept
in interface Instruction
protected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy
in class AbstractJumpInstruction