Package javassist.bytecode
Class CodeAttribute.LdcEntry
java.lang.Object
javassist.bytecode.CodeAttribute.LdcEntry
- Enclosing class:
CodeAttribute
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) CodeAttribute.LdcEntry
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static byte[]
doit
(byte[] code, CodeAttribute.LdcEntry ldc, ExceptionTable etable, CodeAttribute ca)
-
Field Details
-
next
-
where
int where -
index
int index
-
-
Constructor Details
-
LdcEntry
LdcEntry()
-
-
Method Details
-
doit
static byte[] doit(byte[] code, CodeAttribute.LdcEntry ldc, ExceptionTable etable, CodeAttribute ca) throws BadBytecode - Throws:
BadBytecode
-