|
|||||||||
| 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.NondeterministicJumpInstruction
public class NondeterministicJumpInstruction
| 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, lexicalScope |
| Constructor Summary | |
|---|---|
NondeterministicJumpInstruction(JetElement element,
Label targetLabel,
LexicalScope lexicalScope)
|
|
NondeterministicJumpInstruction(JetElement element,
java.util.List<Label> targetLabels,
LexicalScope lexicalScope)
|
|
| Method Summary | ||
|---|---|---|
void |
accept(InstructionVisitor visitor)
|
|
|
accept(InstructionVisitorWithResult<R> visitor)
|
|
Instruction |
copy(java.util.List<Label> newTargetLabels)
|
|
protected Instruction |
createCopy()
|
|
Instruction |
getNext()
|
|
java.util.Collection<Instruction> |
getNextInstructions()
|
|
java.util.Map<Label,Instruction> |
getResolvedTargets()
|
|
java.util.List<Label> |
getTargetLabels()
|
|
void |
setNext(Instruction next)
|
|
void |
setResolvedTarget(Label label,
Instruction resolvedTarget)
|
|
java.lang.String |
toString()
|
|
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl |
|---|
getElement, render |
| Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
|---|
copy, die, getCopies, getLexicalScope, 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, getLexicalScope, getOwner, getPreviousInstructions, setOwner |
| Constructor Detail |
|---|
public NondeterministicJumpInstruction(@NotNull
JetElement element,
java.util.List<Label> targetLabels,
LexicalScope lexicalScope)
public NondeterministicJumpInstruction(@NotNull
JetElement element,
Label targetLabel,
LexicalScope lexicalScope)
| Method Detail |
|---|
public java.util.List<Label> getTargetLabels()
public java.util.Map<Label,Instruction> getResolvedTargets()
public void setResolvedTarget(Label label,
Instruction resolvedTarget)
public Instruction getNext()
public void setNext(Instruction next)
public void accept(@NotNull
InstructionVisitor visitor)
accept in interface Instruction
public <R> R accept(@NotNull
InstructionVisitorWithResult<R> visitor)
accept in interface Instruction@NotNull public java.util.Collection<Instruction> getNextInstructions()
getNextInstructions in interface Instructionpublic java.lang.String toString()
toString in class java.lang.Object@NotNull protected Instruction createCopy()
createCopy in class InstructionImpl
@NotNull
public final Instruction copy(@NotNull
java.util.List<Label> newTargetLabels)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||