Package javassist.bytecode
Class CodeAttribute.LdcEntry
- java.lang.Object
-
- javassist.bytecode.CodeAttribute.LdcEntry
-
- Enclosing class:
- CodeAttribute
static class CodeAttribute.LdcEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
index
(package private) CodeAttribute.LdcEntry
next
(package private) int
where
-
Constructor Summary
Constructors Constructor Description LdcEntry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static byte[]
doit(byte[] code, CodeAttribute.LdcEntry ldc, ExceptionTable etable, CodeAttribute ca)
-
-
-
Field Detail
-
next
CodeAttribute.LdcEntry next
-
where
int where
-
index
int index
-
-
Method Detail
-
doit
static byte[] doit(byte[] code, CodeAttribute.LdcEntry ldc, ExceptionTable etable, CodeAttribute ca) throws BadBytecode
- Throws:
BadBytecode
-
-