| Package | Description |
|---|---|
| gnu.bytecode |
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files. |
| Modifier and Type | Method and Description |
|---|---|
ConstantPool |
Field.getConstants() |
ConstantPool |
Attribute.getConstants() |
ConstantPool |
Method.getConstants() |
ConstantPool |
ClassType.getConstants() |
ConstantPool |
AttrContainer.getConstants() |
ConstantPool |
CodeAttr.getConstants() |
ConstantPool |
ClassFileInput.readConstants() |
ConstantPool |
dump.readConstants() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ConstantValueAttr.getValue(ConstantPool cpool) |
void |
Location.setName(int name_index,
ConstantPool constants) |
void |
Location.setSignature(int signature_index,
ConstantPool constants) |
| Constructor and Description |
|---|
CpoolEntry(ConstantPool cpool,
int h) |