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) int
offset
-
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) void
shift(int where, int gapLength, boolean exclusive)
(package private) int
write(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:
shift
in classCodeIterator.Branch
-
write
int write(int src, byte[] code, int dest, byte[] newcode)
- Specified by:
write
in classCodeIterator.Branch
-
-