Package javassist.bytecode
Class CodeIterator.Jump16
- java.lang.Object
-
- javassist.bytecode.CodeIterator.Branch
-
- javassist.bytecode.CodeIterator.Branch16
-
- javassist.bytecode.CodeIterator.Jump16
-
- Enclosing class:
- CodeIterator
static class CodeIterator.Jump16 extends CodeIterator.Branch16
-
-
Field Summary
-
Fields inherited from class javassist.bytecode.CodeIterator.Branch16
BIT16, BIT32, EXPAND, offset, state
-
Fields inherited from class javassist.bytecode.CodeIterator.Branch
orgPos, pos
-
-
Constructor Summary
Constructors Constructor Description Jump16(int p, int off)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
deltaSize()
(package private) void
write32(int src, byte[] code, int dest, byte[] newcode)
-
Methods inherited from class javassist.bytecode.CodeIterator.Branch16
expanded, shift, write
-
Methods inherited from class javassist.bytecode.CodeIterator.Branch
gapChanged, shiftOffset
-
-
-
-
Method Detail
-
deltaSize
int deltaSize()
- Specified by:
deltaSize
in classCodeIterator.Branch16
-
write32
void write32(int src, byte[] code, int dest, byte[] newcode)
- Specified by:
write32
in classCodeIterator.Branch16
-
-