org.apache.bcel.util
final class AttributeHTML extends Object implements Constants
Version: $Id: AttributeHTML.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| int | attr_count |
| String | class_name |
| ConstantHTML | constant_html |
| ConstantPool | constant_pool |
| PrintWriter | file |
| Constructor Summary | |
|---|---|
| AttributeHTML(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html) | |
| Method Summary | |
|---|---|
| void | close() |
| String | codeLink(int link, int method_number) |
| void | writeAttribute(Attribute attribute, String anchor) |
| void | writeAttribute(Attribute attribute, String anchor, int method_number) |