org.jetbrains.jet.lang.cfg.pseudocode
Class LocalDeclarationInstruction
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.LocalDeclarationInstruction
- All Implemented Interfaces:
- Instruction, JetElementInstruction
public class LocalDeclarationInstruction
- extends InstructionWithNext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalDeclarationInstruction
public LocalDeclarationInstruction(@NotNull
JetElement element,
Pseudocode body)
getBody
public Pseudocode getBody()
getNextInstructions
@NotNull
public java.util.Collection<Instruction> getNextInstructions()
- Specified by:
getNextInstructions
in interface Instruction
- Overrides:
getNextInstructions
in class InstructionWithNext
setSink
public void setSink(SubroutineSinkInstruction sink)
accept
public void accept(InstructionVisitor visitor)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
createCopy
protected Instruction createCopy()
- Specified by:
createCopy
in class InstructionImpl