Uses of Class
org.incava.analysis.Report

Packages that use Report
org.incava.analysis   
org.incava.doctorj   
 

Uses of Report in org.incava.analysis
 

Subclasses of Report in org.incava.analysis
 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).
 

Methods in org.incava.analysis that return Report
protected  Report Analyzer.getReport()
          Returns the report used by this analyzer.
 

Constructors in org.incava.analysis with parameters of type Report
Analyzer(Report r)
          Creates an analyzer with a report.
 

Uses of Report in org.incava.doctorj
 

Constructors in org.incava.doctorj with parameters of type Report
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.