| Package | Description |
|---|---|
| javassist.bytecode |
Bytecode-level API.
|
| Modifier and Type | Method and Description |
|---|---|
CodeIterator.Gap |
CodeIterator.insertGapAt(int pos,
int length,
boolean exclusive)
Inserts an inclusive or exclusive gap in front of the instruction
at the given index
pos. |
| Modifier and Type | Method and Description |
|---|---|
private byte[] |
CodeIterator.insertGapCore0w(byte[] code,
int where,
int gapLength,
boolean exclusive,
ExceptionTable etable,
CodeAttribute ca,
CodeIterator.Gap newWhere) |