static class CodeIterator.Table extends CodeIterator.Switcher
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
high |
(package private) int |
low |
defaultByte, gap, offsets, pointersorgPos, pos| Constructor and Description |
|---|
Table(int pos,
int defaultByte,
int low,
int high,
int[] offsets,
CodeIterator.Pointers ptrs) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
tableSize() |
(package private) int |
write2(int dest,
byte[] newcode) |
adjustOffsets, deltaSize, gapChanged, shift, writeexpanded, shiftOffsetTable(int pos,
int defaultByte,
int low,
int high,
int[] offsets,
CodeIterator.Pointers ptrs)
int write2(int dest,
byte[] newcode)
write2 in class CodeIterator.Switcherint tableSize()
tableSize in class CodeIterator.Switcher