Uses of Class
javassist.bytecode.CodeIterator.Gap
-
Packages that use CodeIterator.Gap Package Description javassist.bytecode Bytecode-level API. -
-
Uses of CodeIterator.Gap in javassist.bytecode
Methods in javassist.bytecode that return CodeIterator.Gap 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 indexpos
.Methods in javassist.bytecode with parameters of type CodeIterator.Gap Modifier and Type Method Description private byte[]
CodeIterator. insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, CodeIterator.Gap newWhere)
-