org.jetbrains.jet.lang.cfg.pseudocode
Class ThrowExceptionInstruction
java.lang.Object
org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.AbstractJumpInstruction
org.jetbrains.jet.lang.cfg.pseudocode.ThrowExceptionInstruction
- All Implemented Interfaces:
- Instruction, JetElementInstruction
public class ThrowExceptionInstruction
- extends AbstractJumpInstruction
- implements JetElementInstruction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ThrowExceptionInstruction
public ThrowExceptionInstruction(@NotNull
JetThrowExpression expression,
@NotNull
LexicalScope lexicalScope,
@NotNull
Label errorLabel)
getElement
@NotNull
public JetExpression getElement()
- Specified by:
getElement
in interface JetElementInstruction
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
accept
public void accept(@NotNull
InstructionVisitor visitor)
- Specified by:
accept
in interface Instruction
accept
public <R> R accept(@NotNull
InstructionVisitorWithResult<R> visitor)
- Specified by:
accept
in interface Instruction
createCopy
protected AbstractJumpInstruction createCopy(@NotNull
Label newLabel,
@NotNull
LexicalScope lexicalScope)
- Specified by:
createCopy
in class AbstractJumpInstruction