|
|||||||||
| 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.SubroutineSinkInstruction
public class SubroutineSinkInstruction
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
isDead |
| Constructor Summary | |
|---|---|
SubroutineSinkInstruction(JetElement subroutine,
java.lang.String debugLabel)
|
|
| Method Summary | |
|---|---|
void |
accept(InstructionVisitor visitor)
|
protected Instruction |
createCopy()
|
java.util.Collection<Instruction> |
getNextInstructions()
|
JetElement |
getSubroutine()
|
java.lang.String |
toString()
|
| 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 |
| Constructor Detail |
|---|
public SubroutineSinkInstruction(@NotNull
JetElement subroutine,
@NotNull
java.lang.String debugLabel)
| Method Detail |
|---|
public JetElement getSubroutine()
@NotNull public java.util.Collection<Instruction> getNextInstructions()
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 | ||||||||