Package org.apache.bcel.util
Class AttributeHTML
java.lang.Object
org.apache.bcel.util.AttributeHTML
Convert found attributes into HTML file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final String
private final ConstantHTML
private final ConstantPool
private final PrintWriter
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeHTML
(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html) -
Method Summary
Modifier and TypeMethodDescription(package private) void
close()
private String
codeLink
(int link, int method_number) (package private) void
writeAttribute
(Attribute attribute, String anchor) (package private) void
writeAttribute
(Attribute attribute, String anchor, int method_number)
-
Field Details
-
class_name
-
file
-
attr_count
private int attr_count -
constant_html
-
constant_pool
-
-
Constructor Details
-
AttributeHTML
AttributeHTML(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html) throws IOException - Throws:
IOException
-
-
Method Details
-
codeLink
-
close
void close() -
writeAttribute
-
writeAttribute
-