HTMLWriter
└─ClassWriter
public class ClassWriter
extends HTMLWriter
| Constructor Summary | |
|---|---|
classWriter(Doclet doclet) Build the class definitons. |
|
| Method Summary | |
|---|---|
| void | inheritFields(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package) Display the inherited fields of an element. |
| void | inheritMethods(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package) Display the inherited methods of an element. |
public classWriter(Doclet doclet)
Build the class definitons.
public void inheritFields(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)
Display the inherited fields of an element. This method calls itself recursively if the element has a parent class.
public void inheritMethods(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)
Display the inherited methods of an element. This method calls itself recursively if the element has a parent class.
This generates the HTML API documentation for each individual interface and class.