|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmuskel.Dest
public class Dest
used to store a destination in compact form, basically and int tuple.
| Constructor Summary | |
|---|---|
Dest(int pp,
int ii)
The dest constructor, to be used when constructing MDF graphs. |
|
Dest(int pp,
int ii,
int gg)
The dest constructor |
|
| Method Summary | |
|---|---|
int |
getGraphId()
accessory method |
int |
getIdId()
accessory method |
int |
getPos()
returns the position in the dest instruction input token vector |
java.lang.String |
toString()
overwrites Object toString method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Dest(int pp,
int ii,
int gg)
pp - position of the dest token in the input vector of the target instruction (positions start at 0)ii - identifier of the targer instruction. In case the token is destined to the output stream, this is to be a Mdfi.NoInstrId constant.gg - graph identifier of the target instruction. While construcsting the graph, this should be set to Mdfi.NoGraphId
public Dest(int pp,
int ii)
pp - position of the dest token in the input vector of the target instruction (positions start at 0)ii - identifier of the targer instruction. In case the token is destined to the output stream, this is to be a Mdfi.NoInstrId constant.| Method Detail |
|---|
public int getPos()
public int getIdId()
public int getGraphId()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||