public class SubroutineSinkInstruction extends InstructionImpl
isDead
Constructor and Description |
---|
SubroutineSinkInstruction(JetElement subroutine,
java.lang.String debugLabel) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InstructionVisitor visitor) |
protected Instruction |
createCopy() |
java.util.Collection<Instruction> |
getNextInstructions() |
JetElement |
getSubroutine() |
java.lang.String |
toString() |
copy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo
public SubroutineSinkInstruction(@NotNull JetElement subroutine, @NotNull java.lang.String debugLabel)
public JetElement getSubroutine()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
protected Instruction createCopy()
createCopy
in class InstructionImpl