Uses of Class
javassist.bytecode.CodeIterator.Gap
Packages that use CodeIterator.Gap
-
Uses of CodeIterator.Gap in javassist.bytecode
Methods in javassist.bytecode that return CodeIterator.GapModifier and TypeMethodDescriptionCodeIterator.insertGapAt
(int pos, int length, boolean exclusive) Inserts an inclusive or exclusive gap in front of the instruction at the given indexpos
.