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 |
---|---|
CpoolRef |
ConstantPool.addFieldRef(Field field) |
CpoolRef |
ConstantPool.addMethodRef(Method method) |
CpoolRef |
ConstantPool.addRef(int tag,
CpoolClass clas,
CpoolNameAndType nameAndType) |
Modifier and Type | Method and Description |
---|---|
CpoolMethodHandle |
ConstantPool.addMethodHandle(int kind,
CpoolRef reference) |