public class LocalDeclarationInstruction extends InstructionWithNext
element
isDead
Constructor and Description |
---|
LocalDeclarationInstruction(JetElement element,
Pseudocode body) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InstructionVisitor visitor) |
protected Instruction |
createCopy() |
Pseudocode |
getBody() |
java.util.Collection<Instruction> |
getNextInstructions() |
void |
setSink(SubroutineSinkInstruction sink) |
java.lang.String |
toString() |
getNext, 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 LocalDeclarationInstruction(@NotNull JetElement element, Pseudocode body)
public Pseudocode getBody()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
getNextInstructions
in interface Instruction
getNextInstructions
in class InstructionWithNext
public void setSink(SubroutineSinkInstruction sink)
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
protected Instruction createCopy()
createCopy
in class InstructionImpl