| 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 |
|---|---|
CpoolClass |
ConstantPool.addClass(CpoolUtf8 name) |
CpoolClass |
ConstantPool.addClass(ObjectType otype) |
CpoolClass |
CpoolRef.getCpoolClass() |
| Modifier and Type | Method and Description |
|---|---|
CpoolRef |
ConstantPool.addRef(int tag,
CpoolClass clas,
CpoolNameAndType nameAndType) |