| Package | Description |
|---|---|
| javassist.bytecode |
Bytecode-level API.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
CodeIterator.insertGap2(byte[] code,
int where,
int gapLength,
int endPos,
byte[] newcode,
boolean exclusive) |
private static byte[] |
CodeIterator.insertGapCore1(byte[] code,
int where,
int gapLength,
boolean exclusive,
ExceptionTable etable,
CodeAttribute ca) |