public class WriteValueInstruction extends InstructionWithNext
elementisDead| Constructor and Description |
|---|
WriteValueInstruction(JetElement assignment,
JetElement lValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor) |
protected Instruction |
createCopy() |
JetElement |
getlValue() |
java.lang.String |
toString() |
getNext, getNextInstructions, setNextgetElementcopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCopies, getOwner, getPreviousInstructions, setOwnerpublic WriteValueInstruction(@NotNull JetElement assignment, @NotNull JetElement lValue)
@NotNull public JetElement getlValue()
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString in class java.lang.Objectprotected Instruction createCopy()
createCopy in class InstructionImpl