Package org.apache.bcel.util
Class MethodHTML
- java.lang.Object
-
- org.apache.bcel.util.MethodHTML
-
final class MethodHTML extends java.lang.ObjectConvert methods and fields into HTML file.
-
-
Field Summary
Fields Modifier and Type Field Description private AttributeHTMLattributeHtmlprivate java.lang.StringclassNameprivate ConstantHTMLconstantHtmlprivate java.io.PrintWriterprintWriter
-
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 voidwriteField(Field field)Print field of class.private voidwriteMethod(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.FileNotFoundExceptionjava.io.UnsupportedEncodingException
-
-