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 intprivate final Stringprivate final ConstantHTMLprivate final ConstantPoolprivate final PrintWriter -
Constructor Summary
ConstructorsConstructorDescriptionAttributeHTML(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html) -
Method Summary
Modifier and TypeMethodDescription(package private) voidclose()private StringcodeLink(int link, int method_number) (package private) voidwriteAttribute(Attribute attribute, String anchor) (package private) voidwriteAttribute(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
-