Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Field and Description |
---|---|
(package private) CodeIterator.Pointers |
CodeIterator.Switcher.pointers |
Modifier and Type | Method and Description |
---|---|
private static byte[] |
CodeIterator.insertGap2w(byte[] code,
int where,
int gapLength,
boolean exclusive,
java.util.ArrayList jumps,
CodeIterator.Pointers ptrs) |
private static java.util.ArrayList |
CodeIterator.makeJumpList(byte[] code,
int endPos,
CodeIterator.Pointers ptrs) |
Constructor and Description |
---|
Lookup(int pos,
int defaultByte,
int[] matches,
int[] offsets,
CodeIterator.Pointers ptrs) |
Switcher(int pos,
int defaultByte,
int[] offsets,
CodeIterator.Pointers ptrs) |
Table(int pos,
int defaultByte,
int low,
int high,
int[] offsets,
CodeIterator.Pointers ptrs) |