Package org.apache.bcel.util
Class MethodHTML
- java.lang.Object
-
- org.apache.bcel.util.MethodHTML
-
final class MethodHTML extends java.lang.Object
Convert methods and fields into HTML file.
-
-
Field Summary
Fields Modifier and Type Field Description private AttributeHTML
attribute_html
private java.lang.String
class_name
private ConstantHTML
constant_html
private java.io.PrintWriter
file
-
Constructor Summary
Constructors Constructor Description MethodHTML(java.lang.String dir, java.lang.String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
writeField(Field field)
Print field of class.private void
writeMethod(Method method, int method_number)
-
-
-
Field Detail
-
class_name
private final java.lang.String class_name
-
file
private final java.io.PrintWriter file
-
constant_html
private final ConstantHTML constant_html
-
attribute_html
private final AttributeHTML attribute_html
-
-
Constructor Detail
-
MethodHTML
MethodHTML(java.lang.String dir, java.lang.String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html) throws java.io.IOException
- Throws:
java.io.IOException
-
-