Package javassist.bytecode
Class CodeIterator.Jump32
- java.lang.Object
-
- javassist.bytecode.CodeIterator.Branch
-
- javassist.bytecode.CodeIterator.Jump32
-
- Enclosing class:
- CodeIterator
static class CodeIterator.Jump32 extends CodeIterator.Branch
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intoffset-
Fields inherited from class javassist.bytecode.CodeIterator.Branch
orgPos, pos
-
-
Constructor Summary
Constructors Constructor Description Jump32(int p, int off)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidshift(int where, int gapLength, boolean exclusive)(package private) intwrite(int src, byte[] code, int dest, byte[] newcode)-
Methods inherited from class javassist.bytecode.CodeIterator.Branch
deltaSize, expanded, gapChanged, shiftOffset
-
-
-
-
Method Detail
-
shift
void shift(int where, int gapLength, boolean exclusive)- Overrides:
shiftin classCodeIterator.Branch
-
write
int write(int src, byte[] code, int dest, byte[] newcode)- Specified by:
writein classCodeIterator.Branch
-
-