org.jetbrains.jet.lang.cfg.pseudocode
Class SubroutineExitInstruction
java.lang.Object
org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.SubroutineExitInstruction
- All Implemented Interfaces:
- Instruction
public class SubroutineExitInstruction
- extends InstructionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SubroutineExitInstruction
public SubroutineExitInstruction(@NotNull
JetElement subroutine,
boolean isError)
getSubroutine
public JetElement getSubroutine()
isError
public boolean isError()
setSink
public void setSink(SubroutineSinkInstruction instruction)
getNextInstructions
@NotNull
public java.util.Collection<Instruction> getNextInstructions()
accept
public void accept(@NotNull
InstructionVisitor visitor)
accept
public <R> R accept(@NotNull
InstructionVisitorWithResult<R> visitor)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
createCopy
@NotNull
protected Instruction createCopy()
- Specified by:
createCopy
in class InstructionImpl