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
attributeHtml
private java.lang.String
className
private ConstantHTML
constantHtml
private java.io.PrintWriter
printWriter
-
Constructor Summary
Constructors Constructor Description MethodHTML(java.lang.String dir, java.lang.String className, Method[] methods, Field[] fields, ConstantHTML constantHtml, AttributeHTML attributeHtml, java.nio.charset.Charset charset)
-
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 methodNumber)
-
-
-
Field Detail
-
className
private final java.lang.String className
-
printWriter
private final java.io.PrintWriter printWriter
-
constantHtml
private final ConstantHTML constantHtml
-
attributeHtml
private final AttributeHTML attributeHtml
-
-
Constructor Detail
-
MethodHTML
MethodHTML(java.lang.String dir, java.lang.String className, Method[] methods, Field[] fields, ConstantHTML constantHtml, AttributeHTML attributeHtml, java.nio.charset.Charset charset) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException
- Throws:
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
-
-