org.incava.doctorj
Class DocAnalyzer

java.lang.Object
  extended by org.incava.analysis.Analyzer
      extended by org.incava.doctorj.DocAnalyzer
Direct Known Subclasses:
ExceptionDocAnalyzer, ItemDocAnalyzer, ParameterDocAnalyzer

public class DocAnalyzer
extends Analyzer

Analyzes Javadoc and code.


Field Summary
protected static int CHKLVL_DOC_EXISTS
           
protected static int CHKLVL_TAG_CONTENT
           
 
Constructor Summary
DocAnalyzer(Report r)
           
 
Method Summary
 boolean isCheckable(SimpleNode node, int level)
           
 
Methods inherited from class org.incava.analysis.Analyzer
addViolation, addViolation, addViolation, getReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHKLVL_DOC_EXISTS

protected static final int CHKLVL_DOC_EXISTS
See Also:
Constant Field Values

CHKLVL_TAG_CONTENT

protected static final int CHKLVL_TAG_CONTENT
See Also:
Constant Field Values
Constructor Detail

DocAnalyzer

public DocAnalyzer(Report r)
Method Detail

isCheckable

public boolean isCheckable(SimpleNode node,
                           int level)