| Access flags | Type | Field name |
|---|---|---|
| private static | boolean | wide |
| private | String | class_name |
| private | de.fub.bytecode.classfile.Method[] | methods |
| private | java.io.PrintWriter | file |
| private | java.util.BitSet | goto_set |
| private | de.fub.bytecode.classfile.ConstantPool | constant_pool |
| private | ConstantHTML | constant_html |
| Access flags | Return type | Method name | Arguments |
|---|---|---|---|
| private final | String | codeToHTML | (ByteSequence, int) |
| throws | java.io.IOException | ||
| private final | void | findGotos | (ByteSequence, de.fub.bytecode.classfile.Method, de.fub.bytecode.classfile.Code) |
| throws | java.io.IOException | ||
| private | void | writeMethod | (de.fub.bytecode.classfile.Method, int) |
| throws | java.io.IOException | ||
| void | <init> | (String, String, de.fub.bytecode.classfile.Method[], de.fub.bytecode.classfile.ConstantPool, ConstantHTML) | |
| throws | java.io.IOException | ||
| static | void | <clinit> | () |