org.apache.bcel.util
final class MethodHTML extends Object implements Constants
Version: $Id: MethodHTML.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| AttributeHTML | attribute_html |
| String | class_name |
| ConstantHTML | constant_html |
| PrintWriter | file |
| Constructor Summary | |
|---|---|
| MethodHTML(String dir, String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html) | |
| Method Summary | |
|---|---|
| void | writeField(Field field)
Print field of class.
|
| void | writeMethod(Method method, int method_number) |
Parameters: field field to print
Throws: java.io.IOException