|
|||||||||
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.AbstractJumpInstruction
org.jetbrains.jet.lang.cfg.pseudocode.UnconditionalJumpInstruction
public class UnconditionalJumpInstruction
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
---|
isDead |
Constructor Summary | |
---|---|
UnconditionalJumpInstruction(Label targetLabel)
|
Method Summary | |
---|---|
void |
accept(InstructionVisitor visitor)
|
protected AbstractJumpInstruction |
createCopy(Label newLabel)
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.AbstractJumpInstruction |
---|
copy, createCopy, getNextInstructions, getResolvedTarget, getTargetLabel, setResolvedTarget |
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 UnconditionalJumpInstruction(Label targetLabel)
Method Detail |
---|
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
protected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy
in class AbstractJumpInstruction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |