Private Methods | |
ConstantHTML (String dir, String class_name, String class_package, Method[] methods, ConstantPool constant_pool) throws IOException | |
final int | getMethodNumber (String str) |
String | referenceConstant (int index) |
void | writeConstant (int index) |
ConstantHTML (String dir, String class_name, String class_package, Method[] methods, ConstantPool constant_pool) throws IOException | |
final int | getMethodNumber (String str) |
String | referenceConstant (int index) |
void | writeConstant (int index) |
Private Attributes | |
String | class_name |
String | class_package |
ConstantPool | constant_pool |
PrintWriter | file |
String[] | constant_ref |
Constant[] | constants |
Method[] | methods |
String[] | constant_ref |
Constant[] | constants |
Method[] | methods |
Definition at line 14 of file lib/jpf/de/fub/bytecode/util/ConstantHTML.java.