org.jetbrains.jet.lang.cfg.pseudocode
Class VariableDeclarationInstruction
java.lang.Object
org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.InstructionWithNext
org.jetbrains.jet.lang.cfg.pseudocode.VariableDeclarationInstruction
- All Implemented Interfaces:
- Instruction, JetElementInstruction
public class VariableDeclarationInstruction
- extends InstructionWithNext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VariableDeclarationInstruction
protected VariableDeclarationInstruction(@NotNull
JetParameter element)
VariableDeclarationInstruction
protected VariableDeclarationInstruction(@NotNull
JetVariableDeclaration element)
getVariableDeclarationElement
public JetDeclaration getVariableDeclarationElement()
accept
public void accept(@NotNull
InstructionVisitor visitor)
accept
public <R> R accept(@NotNull
InstructionVisitorWithResult<R> visitor)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
createCopy
@NotNull
protected Instruction createCopy()
- Specified by:
createCopy
in class InstructionImpl