Package | Description |
---|---|
org.incava.analysis | |
org.incava.doctorj |
Modifier and Type | Class and Description |
---|---|
class |
ContextReport
Reports errors in multiple lines, displaying the contextual code, and
denoting the code to which a violation applies.
|
class |
TerseReport
Reports errors in a single line, AKA the format expected by Emacs (!c).
|
Modifier and Type | Method and Description |
---|---|
protected Report |
Analyzer.getReport()
Returns the report used by this analyzer.
|
Constructor and Description |
---|
Analyzer(Report r)
Creates an analyzer with a report.
|
Constructor and Description |
---|
ClassDocAnalyzer(Report r,
ASTClassOrInterfaceDeclaration node) |
CtorDocAnalyzer(Report r,
ASTConstructorDeclaration ctor) |
DocAnalyzer(Report r) |
ExceptionDocAnalyzer(Report report,
JavadocNode javadoc,
SimpleNode function,
int nodeLevel)
Creates and runs the exception documentation analyzer.
|
FieldDocAnalyzer(Report r,
ASTFieldDeclaration field) |
FunctionDocAnalyzer(Report r,
SimpleNode node) |
InterfaceDocAnalyzer(Report r,
ASTClassOrInterfaceDeclaration node) |
ItemDocAnalyzer(Report r,
SimpleNode node) |
JavadocAnalyzer(Report r) |
MethodDocAnalyzer(Report r,
ASTMethodDeclaration method) |
ParameterDocAnalyzer(Report report,
JavadocNode javadoc,
SimpleNode function,
ASTFormalParameters parameterList,
int nodeLevel)
Creates and runs the parameter documentation analyzer.
|
TypeDocAnalyzer(Report r,
ASTClassOrInterfaceDeclaration decl)
Creates an analyzer, but does not yet run.
|