static class CodeIterator.Lookup extends CodeIterator.Switcher
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
matches |
defaultByte, gap, offsets, pointers
orgPos, pos
Constructor and Description |
---|
Lookup(int pos,
int defaultByte,
int[] matches,
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, write
expanded, shiftOffset
Lookup(int pos, int defaultByte, int[] matches, int[] offsets, CodeIterator.Pointers ptrs)
int write2(int dest, byte[] newcode)
write2
in class CodeIterator.Switcher
int tableSize()
tableSize
in class CodeIterator.Switcher