Class Summary |
ASCII_UCodeESC_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing). |
AsciiFormatter |
Generates ascii output of Java metrics. |
JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing). |
Javancss |
While the Java parser class might be the heart of JavaNCSS,
this class is the brain. |
JavancssAntTask |
Ant task to report and check basic code metrics. |
JavaParser |
Java source code parser based on a grammar compiled by
JavaCC from Java1.1.jj to the JavaParser class. |
JavaParser.JJCalls |
|
JavaParser.ModifierSet |
Class to hold modifiers. |
JavaParserTokenManager |
|
Main |
Main class of the JavaNCSS application. |
PackageMetric |
Basic data class to store all metrics attached to a package. |
Token |
Describes the input token stream. |
XmlFormatter |
Generates XML output of Java metrics. |