Uses of Class
org.hotswap.agent.javassist.bytecode.CodeIterator.Gap
-
Packages that use CodeIterator.Gap Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of CodeIterator.Gap in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return CodeIterator.Gap Modifier and Type Method Description CodeIterator.GapCodeIterator. insertGapAt(int pos, int length, boolean exclusive)Inserts an inclusive or exclusive gap in front of the instruction at the given indexpos.
-