Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method | 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 . |
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.