org.incava.doctorj

Class ClassDocAnalyzer

public class ClassDocAnalyzer extends TypeDocAnalyzer

Analyzes Javadoc and code for a class, either concrete or abstract.
Constructor Summary
ClassDocAnalyzer(Report r, ASTClassOrInterfaceDeclaration node)
Method Summary
StringgetItemType()
protected ListgetValidTags()
Returns the valid tags, as strings, for classes.

Constructor Detail

ClassDocAnalyzer

public ClassDocAnalyzer(Report r, ASTClassOrInterfaceDeclaration node)

Method Detail

getItemType

public String getItemType()

getValidTags

protected List getValidTags()
Returns the valid tags, as strings, for classes.