| 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 |
|---|---|
CpoolNameAndType |
ConstantPool.addNameAndType(CpoolUtf8 name,
CpoolUtf8 type) |
CpoolNameAndType |
ConstantPool.addNameAndType(Field field) |
CpoolNameAndType |
ConstantPool.addNameAndType(Method method) |
CpoolNameAndType |
CpoolRef.getNameAndType() |
| Modifier and Type | Method and Description |
|---|---|
CpoolRef |
ConstantPool.addRef(int tag,
CpoolClass clas,
CpoolNameAndType nameAndType) |