Access flags | Type | Field name |
---|---|---|
private | String | class_name |
private | String | class_package |
private | de.fub.bytecode.classfile.ConstantPool | constant_pool |
private | java.io.PrintWriter | file |
private | String[] | constant_ref |
private | de.fub.bytecode.classfile.Constant[] | constants |
private | de.fub.bytecode.classfile.Method[] | methods |
Access flags | Return type | Method name | Arguments |
---|---|---|---|
String | referenceConstant | (int) | |
private | void | writeConstant | (int) |
private final | int | getMethodNumber | (String) |
void | <init> | (String, String, String, de.fub.bytecode.classfile.Method[], de.fub.bytecode.classfile.ConstantPool) | |
throws | java.io.IOException |