public class MatchOffsetPair extends Object
Constructor and Description |
---|
MatchOffsetPair(int match,
int offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public MatchOffsetPair(int match, int offset)
match
- the match value.offset
- the branch offset.public int getMatch()
public void setMatch(int match)
match
- the valuepublic int getOffset()
public void setOffset(int offset)
offset
- the offset