|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.cfg.pseudocode.PseudocodeImpl.PseudocodeLabel
public class PseudocodeImpl.PseudocodeLabel
Method Summary | |
---|---|
Label |
copy()
|
java.lang.String |
getName()
|
java.lang.Integer |
getTargetInstructionIndex()
|
Instruction |
resolveToInstruction()
|
void |
setTargetInstructionIndex(int targetInstructionIndex)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
getName
in interface Label
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Integer getTargetInstructionIndex()
public void setTargetInstructionIndex(int targetInstructionIndex)
public Instruction resolveToInstruction()
public Label copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |