org.jetbrains.kotlin.cfg.pseudocode
Class PseudocodeImpl.PseudocodeLabel
java.lang.Object
org.jetbrains.kotlin.cfg.pseudocode.PseudocodeImpl.PseudocodeLabel
- All Implemented Interfaces:
- Label
- Enclosing class:
- PseudocodeImpl
public class PseudocodeImpl.PseudocodeLabel
- extends java.lang.Object
- implements Label
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getName
@NotNull
public java.lang.String getName()
- Specified by:
getName
in interface Label
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTargetInstructionIndex
public java.lang.Integer getTargetInstructionIndex()
setTargetInstructionIndex
public void setTargetInstructionIndex(int targetInstructionIndex)
resolveToInstruction
public Instruction resolveToInstruction()
copy
public PseudocodeImpl.PseudocodeLabel copy(int newLabelIndex)