Uses of Class
javassist.bytecode.CodeIterator.Pointers
Packages that use CodeIterator.Pointers
-
Uses of CodeIterator.Pointers in javassist.bytecode
Fields in javassist.bytecode declared as CodeIterator.PointersModifier and TypeFieldDescription(package private) CodeIterator.PointersCodeIterator.Switcher.pointersMethods in javassist.bytecode with parameters of type CodeIterator.PointersModifier and TypeMethodDescriptionprivate static byte[]CodeIterator.insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, List<CodeIterator.Branch> jumps, CodeIterator.Pointers ptrs) private static List<CodeIterator.Branch>CodeIterator.makeJumpList(byte[] code, int endPos, CodeIterator.Pointers ptrs) Constructors in javassist.bytecode with parameters of type CodeIterator.PointersModifierConstructorDescription(package private)Lookup(int pos, int defaultByte, int[] matches, int[] offsets, CodeIterator.Pointers ptrs) (package private)Switcher(int pos, int defaultByte, int[] offsets, CodeIterator.Pointers ptrs) (package private)Table(int pos, int defaultByte, int low, int high, int[] offsets, CodeIterator.Pointers ptrs)