Package org.apache.bcel.util
Class AttributeHTML
- java.lang.Object
-
- org.apache.bcel.util.AttributeHTML
-
final class AttributeHTML extends java.lang.Object
Convert found attributes into HTML file.
-
-
Field Summary
Fields Modifier and Type Field Description private int
attr_count
private java.lang.String
class_name
private ConstantHTML
constant_html
private ConstantPool
constant_pool
private java.io.PrintWriter
file
-
Constructor Summary
Constructors Constructor Description AttributeHTML(java.lang.String dir, java.lang.String class_name, ConstantPool constant_pool, ConstantHTML constant_html)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
close()
private java.lang.String
codeLink(int link, int method_number)
(package private) void
writeAttribute(Attribute attribute, java.lang.String anchor)
(package private) void
writeAttribute(Attribute attribute, java.lang.String anchor, int method_number)
-
-
-
Field Detail
-
class_name
private final java.lang.String class_name
-
file
private final java.io.PrintWriter file
-
attr_count
private int attr_count
-
constant_html
private final ConstantHTML constant_html
-
constant_pool
private final ConstantPool constant_pool
-
-
Constructor Detail
-
AttributeHTML
AttributeHTML(java.lang.String dir, java.lang.String class_name, ConstantPool constant_pool, ConstantHTML constant_html) throws java.io.IOException
- Throws:
java.io.IOException
-
-