Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Field and Description |
---|---|
(package private) CodeAttribute.LdcEntry |
CodeAttribute.LdcEntry.next |
Modifier and Type | Method and Description |
---|---|
private static CodeAttribute.LdcEntry |
CodeAttribute.copyCode(byte[] code,
int beginPos,
int endPos,
ConstPool srcCp,
byte[] newcode,
ConstPool destCp,
java.util.Map classnameMap) |
Modifier and Type | Method and Description |
---|---|
private static void |
CodeIterator.addLdcW(CodeAttribute.LdcEntry ldcs,
java.util.ArrayList jumps) |
(package private) static byte[] |
CodeIterator.changeLdcToLdcW(byte[] code,
ExceptionTable etable,
CodeAttribute ca,
CodeAttribute.LdcEntry ldcs) |
(package private) static byte[] |
CodeAttribute.LdcEntry.doit(byte[] code,
CodeAttribute.LdcEntry ldc,
ExceptionTable etable,
CodeAttribute ca) |