|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.AbstractInstructionAccessor | +--at.dms.kjc.CodeLabel
This class represents a position in the code array where the associated instruction has not yet been generated.
Constructor Summary | |
CodeLabel()
Constructs a new code label. |
Method Summary | |
int |
getAddress()
Returns the address of the label in the code array. |
boolean |
hasAddress()
Returns true iff the label has already been planted. |
void |
setAddress(int address)
Sets the address of the label in the code array. |
Methods inherited from class at.dms.classfile.AbstractInstructionAccessor |
transform |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CodeLabel()
Method Detail |
public void setAddress(int address)
public int getAddress()
public boolean hasAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |