|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Address
A pointer to a tuple within the list of tuples. Addresses are used for jumps, especially in reaction to conditional checks (i.e., if false, jump to else block, etc.).
Addresses have the following properties:
All addresses should have a meaningful label.
Method Summary | |
---|---|
void |
assignIndex(int idx)
Set the tuple index of this address. |
int |
index()
|
java.lang.String |
label()
The label of the address. |
Method Detail |
---|
java.lang.String label()
void assignIndex(int idx)
idx
- The tuple location within the tuple list (queue)
for this address.int index()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |