final class MethodHTML
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AttributeHTML |
attribute_html |
private java.lang.String |
class_name |
private ConstantHTML |
constant_html |
private java.io.PrintWriter |
file |
| Constructor and Description |
|---|
MethodHTML(java.lang.String dir,
java.lang.String class_name,
Method[] methods,
Field[] fields,
ConstantHTML constant_html,
AttributeHTML attribute_html) |
| Modifier and Type | Method and Description |
|---|---|
private void |
writeField(Field field)
Print field of class.
|
private void |
writeMethod(Method method,
int method_number) |
private final java.lang.String class_name
private final java.io.PrintWriter file
private final ConstantHTML constant_html
private final AttributeHTML attribute_html
MethodHTML(java.lang.String dir,
java.lang.String class_name,
Method[] methods,
Field[] fields,
ConstantHTML constant_html,
AttributeHTML attribute_html)
throws java.io.IOException
java.io.IOException