|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.gjt.jclasslib.bytecode.MatchOffsetPair
Holds a single match-offset pair.
| Constructor Summary | |
MatchOffsetPair(int match,
int offset)
Constructor. |
|
| Method Summary | |
int |
getMatch()
Get the match value of this match-offset pair. |
int |
getOffset()
Get the offset of the branch for this match-offset pair. |
void |
setMatch(int match)
Set the match value of this match-offset pair. |
void |
setOffset(int offset)
Set the offset of the branch for this match-offset pair. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatchOffsetPair(int match,
int offset)
match - the match value.offset - the branch offset.| Method Detail |
public int getMatch()
public void setMatch(int match)
match - the valuepublic int getOffset()
public void setOffset(int offset)
offset - the offset
|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||