Modifier and Type | Field and Description |
---|---|
int |
base
The base address for the tag, relative to
which
offset must be interpreted |
static int |
END
The special base address representing the end of input
|
int |
offset
Relative position to the
base |
static int |
START
The special base address representing the start of input
|
Modifier and Type | Method and Description |
---|---|
static Optimiser.TagAddr |
of(int base,
int offset) |
String |
toString() |
public final int base
offset
must be interpretedpublic final int offset
base
public static final int START
public static final int END
public static Optimiser.TagAddr of(int base, int offset)
base
- offset
-