Package javassist.bytecode
Class CodeIterator.LdcW
- java.lang.Object
-
- javassist.bytecode.CodeIterator.Branch
-
- javassist.bytecode.CodeIterator.LdcW
-
- Enclosing class:
- CodeIterator
static class CodeIterator.LdcW extends CodeIterator.Branch
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intindex(package private) booleanstate-
Fields inherited from class javassist.bytecode.CodeIterator.Branch
orgPos, pos
-
-
Constructor Summary
Constructors Constructor Description LdcW(int p, int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intdeltaSize()(package private) booleanexpanded()(package private) intwrite(int srcPos, byte[] code, int destPos, byte[] newcode)-
Methods inherited from class javassist.bytecode.CodeIterator.Branch
gapChanged, shift, shiftOffset
-
-
-
-
Method Detail
-
expanded
boolean expanded()
- Overrides:
expandedin classCodeIterator.Branch
-
deltaSize
int deltaSize()
- Overrides:
deltaSizein classCodeIterator.Branch
-
write
int write(int srcPos, byte[] code, int destPos, byte[] newcode)- Specified by:
writein classCodeIterator.Branch
-
-