public class SubroutineEnterInstruction extends InstructionWithNext
element
isDead
Constructor and Description |
---|
SubroutineEnterInstruction(JetElement subroutine) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InstructionVisitor visitor) |
protected Instruction |
createCopy() |
JetElement |
getSubroutine() |
java.lang.String |
toString() |
getNext, getNextInstructions, setNext
getElement
copy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCopies, getOwner, getPreviousInstructions, setOwner
public SubroutineEnterInstruction(@NotNull JetElement subroutine)
public JetElement getSubroutine()
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
protected Instruction createCopy()
createCopy
in class InstructionImpl