static class CodeAttribute.LdcEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
index |
(package private) CodeAttribute.LdcEntry |
next |
(package private) int |
where |
| Constructor and Description |
|---|
LdcEntry() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static byte[] |
doit(byte[] code,
CodeAttribute.LdcEntry ldc,
ExceptionTable etable,
CodeAttribute ca) |
CodeAttribute.LdcEntry next
int where
int index
static byte[] doit(byte[] code,
CodeAttribute.LdcEntry ldc,
ExceptionTable etable,
CodeAttribute ca)
throws BadBytecode
BadBytecode