Class Summary |
AsciiFormatter |
Generates ascii output of Java metrics. |
FunctionMetric |
Basic data class to store all metrics attached to a function. |
Javancss |
While the Java parser class might be the heart of JavaNCSS,
this class is the brain. |
Main |
Main class of the JavaNCSS application. |
Metric |
Base data class to store all metrics common to packages, objects and functions. |
ObjectMetric |
Basic data class to store all metrics attached to an object. |
PackageMetric |
Basic data class to store all metrics attached to a package. |
XmlFormatter |
Generates XML output of Java metrics. |