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) int
index
(package private) boolean
state
-
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) int
deltaSize()
(package private) boolean
expanded()
(package private) int
write(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:
expanded
in classCodeIterator.Branch
-
deltaSize
int deltaSize()
- Overrides:
deltaSize
in classCodeIterator.Branch
-
write
int write(int srcPos, byte[] code, int destPos, byte[] newcode)
- Specified by:
write
in classCodeIterator.Branch
-
-