Package org.apache.bcel.util
Class AttributeHTML
java.lang.Object
org.apache.bcel.util.AttributeHTML
- All Implemented Interfaces:
Closeable,AutoCloseable
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 className, ConstantPool constantPool, ConstantHTML constantHtml, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private StringcodeLink(int link, int methodNumber) (package private) voidwriteAttribute(Attribute attribute, String anchor) (package private) voidwriteAttribute(Attribute attribute, String anchor, int methodNumber)
-
Field Details
-
className
-
printWriter
-
attrCount
private int attrCount -
constantHtml
-
constantPool
-
-
Constructor Details
-
AttributeHTML
AttributeHTML(String dir, String className, ConstantPool constantPool, ConstantHTML constantHtml, Charset charset) throws FileNotFoundException, UnsupportedEncodingException
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
codeLink
-
writeAttribute
-
writeAttribute
-