Uses of Class
javassist.bytecode.CodeIterator.Pointers
-
Packages that use CodeIterator.Pointers Package Description javassist.bytecode Bytecode-level API. -
-
Uses of CodeIterator.Pointers in javassist.bytecode
Fields in javassist.bytecode declared as CodeIterator.Pointers Modifier and Type Field Description (package private) CodeIterator.Pointers
CodeIterator.Switcher. pointers
Methods in javassist.bytecode with parameters of type CodeIterator.Pointers Modifier and Type Method Description private static byte[]
CodeIterator. insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, java.util.ArrayList jumps, CodeIterator.Pointers ptrs)
private static java.util.ArrayList
CodeIterator. makeJumpList(byte[] code, int endPos, CodeIterator.Pointers ptrs)
Constructors in javassist.bytecode with parameters of type CodeIterator.Pointers Constructor Description Lookup(int pos, int defaultByte, int[] matches, int[] offsets, CodeIterator.Pointers ptrs)
Switcher(int pos, int defaultByte, int[] offsets, CodeIterator.Pointers ptrs)
Table(int pos, int defaultByte, int low, int high, int[] offsets, CodeIterator.Pointers ptrs)
-