| 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 |
|---|---|
CpoolUtf8 |
ConstantPool.addUtf8 (java.lang.String s) |
CpoolUtf8 |
CpoolClass.getName () |
CpoolUtf8 |
CpoolNameAndType.getName () |
CpoolUtf8 |
CpoolString.getString () |
CpoolUtf8 |
CpoolNameAndType.getType () |
| Modifier and Type | Method and Description |
|---|---|
CpoolClass |
ConstantPool.addClass (CpoolUtf8 name) |
CpoolNameAndType |
ConstantPool.addNameAndType (CpoolUtf8 name,
CpoolUtf8 type) |
CpoolString |
ConstantPool.addString (CpoolUtf8 str) |