|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
public class LocalDeclarationInstruction
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
element |
| Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
isDead |
| Constructor Summary | |
|---|---|
LocalDeclarationInstruction(JetElement element,
Pseudocode body)
|
|
| Method Summary | |
|---|---|
void |
accept(InstructionVisitor visitor)
|
protected Instruction |
createCopy()
|
Pseudocode |
getBody()
|
java.util.Collection<Instruction> |
getNextInstructions()
|
void |
setSink(SubroutineSinkInstruction sink)
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionWithNext |
|---|
getNext, setNext |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
getElement |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
copy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.cfg.pseudocode.Instruction |
|---|
getCopies, getOwner, getPreviousInstructions, setOwner |
| Constructor Detail |
|---|
public LocalDeclarationInstruction(@NotNull
JetElement element,
Pseudocode body)
| Method Detail |
|---|
public Pseudocode getBody()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
getNextInstructions in interface InstructiongetNextInstructions in class InstructionWithNextpublic void setSink(SubroutineSinkInstruction sink)
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString in class java.lang.Objectprotected Instruction createCopy()
createCopy in class InstructionImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||