public class PseudocodeImpl.PseudocodeLabel extends java.lang.Object implements Label
Modifier and Type | Method and Description |
---|---|
Label |
copy() |
java.lang.String |
getName() |
java.lang.Integer |
getTargetInstructionIndex() |
Instruction |
resolveToInstruction() |
void |
setTargetInstructionIndex(int targetInstructionIndex) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Integer getTargetInstructionIndex()
public void setTargetInstructionIndex(int targetInstructionIndex)
public Instruction resolveToInstruction()