public class VariableDeclarationInstruction extends InstructionWithNext
elementisDead| Modifier | Constructor and Description |
|---|---|
protected |
VariableDeclarationInstruction(JetParameter element) |
protected |
VariableDeclarationInstruction(JetVariableDeclaration element) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor) |
protected Instruction |
createCopy() |
JetDeclaration |
getVariableDeclarationElement() |
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, setOwnerprotected VariableDeclarationInstruction(@NotNull JetParameter element)
protected VariableDeclarationInstruction(@NotNull JetVariableDeclaration element)
public JetDeclaration getVariableDeclarationElement()
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString in class java.lang.Objectprotected Instruction createCopy()
createCopy in class InstructionImpl