|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.classfile.AbstractInstructionAccessor
org.multijava.mjc.CodeLabel
This class represents a position in the code array where the associated instruction has not yet been generated.
| Field Summary | |
private int |
address
|
| 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 org.multijava.util.classfile.AbstractInstructionAccessor |
transform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private int address
| Constructor Detail |
public CodeLabel()
| Method Detail |
public void setAddress(int address)
public int getAddress()
public boolean hasAddress()
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||