Uses of Class
javassist.bytecode.CodeIterator.Branch
Packages that use CodeIterator.Branch
-
Uses of CodeIterator.Branch in javassist.bytecode
Subclasses of CodeIterator.Branch in javassist.bytecodeModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
Methods in javassist.bytecode that return types with arguments of type CodeIterator.BranchModifier and TypeMethodDescriptionprivate static List
<CodeIterator.Branch> CodeIterator.makeJumpList
(byte[] code, int endPos, CodeIterator.Pointers ptrs) Method parameters in javassist.bytecode with type arguments of type CodeIterator.BranchModifier and TypeMethodDescriptionprivate static void
CodeIterator.addLdcW
(CodeAttribute.LdcEntry ldcs, List<CodeIterator.Branch> jumps) private static byte[]
CodeIterator.insertGap2w
(byte[] code, int where, int gapLength, boolean exclusive, List<CodeIterator.Branch> jumps, CodeIterator.Pointers ptrs) private static byte[]
CodeIterator.makeExapndedCode
(byte[] code, List<CodeIterator.Branch> jumps, int where, int gapLength)