Uses of Class
javassist.bytecode.CodeIterator.Branch
-
Packages that use CodeIterator.Branch Package Description javassist.bytecode Bytecode-level API. -
-
Uses of CodeIterator.Branch in javassist.bytecode
Subclasses of CodeIterator.Branch in javassist.bytecode Modifier and Type Class Description (package private) static class
CodeIterator.Branch16
(package private) static class
CodeIterator.If16
(package private) static class
CodeIterator.Jump16
(package private) static class
CodeIterator.Jump32
(package private) static class
CodeIterator.LdcW
(package private) static class
CodeIterator.Lookup
(package private) static class
CodeIterator.Switcher
(package private) static class
CodeIterator.Table
Methods in javassist.bytecode that return types with arguments of type CodeIterator.Branch Modifier and Type Method Description private static java.util.List<CodeIterator.Branch>
CodeIterator. makeJumpList(byte[] code, int endPos, CodeIterator.Pointers ptrs)
Method parameters in javassist.bytecode with type arguments of type CodeIterator.Branch Modifier and Type Method Description private static void
CodeIterator. addLdcW(CodeAttribute.LdcEntry ldcs, java.util.List<CodeIterator.Branch> jumps)
private static byte[]
CodeIterator. insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, java.util.List<CodeIterator.Branch> jumps, CodeIterator.Pointers ptrs)
private static byte[]
CodeIterator. makeExapndedCode(byte[] code, java.util.List<CodeIterator.Branch> jumps, int where, int gapLength)
-