Package javancss

Interface Summary
Formatter Interface that each class generating output has to implement.
JavancssConstants Contains a couple of constants used to fill and access data structures containing Java metric data.
JavaParserConstants  
 

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.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
JavaParser.LookaheadSuccess  
TokenMgrError