| Access flags | Type | Field name |
|---|---|---|
| private | String | class_name |
| private | java.io.PrintWriter | file |
| private | int | attr_count |
| private | ConstantHTML | constant_html |
| private | de.fub.bytecode.classfile.ConstantPool | constant_pool |
| Access flags | Return type | Method name | Arguments |
|---|---|---|---|
| private final | String | codeLink | (int, int) |
| final | void | close | () |
| final | void | writeAttribute | (de.fub.bytecode.classfile.Attribute, String) |
| throws | java.io.IOException | ||
| final | void | writeAttribute | (de.fub.bytecode.classfile.Attribute, String, int) |
| throws | java.io.IOException | ||
| void | <init> | (String, String, de.fub.bytecode.classfile.ConstantPool, ConstantHTML) | |
| throws | java.io.IOException | ||