jellyj.classfile.util
Class AttributeHTML


final class AttributeHTML
implements Constants

Convert found attributes into HTML file.

Author:
JellyJ Design Group

Constructor Summary
 (package private) AttributeHTML(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html)
           

Method Summary
 (package private) final voidclose()
           
 (package private) final voidwriteAttribute(Attribute attribute, String anchor)
           
 (package private) final voidwriteAttribute(Attribute attribute, String anchor, int method_number)
           

Constructor Detail

AttributeHTML

AttributeHTML(String dir, String class_name, ConstantPool constant_pool, ConstantHTML constant_html)
throws java.io.IOException
Method Detail

close

final void close()

writeAttribute

final void writeAttribute(Attribute attribute, String anchor)
throws java.io.IOException

writeAttribute

final void writeAttribute(Attribute attribute, String anchor, int method_number)
throws java.io.IOException

Association Links

to Class java.lang.String

to Class java.io.PrintWriter

to Class jellyj.classfile.util.ConstantHTML

to Class jellyj.classfile.javaclass.ConstantPool