| Interface | Description |
|---|---|
| JavaCodingStandardCheckerConstants | |
| ResultsFormatter |
ResultsFormatter - Formatter of the parsing results. |
| Return |
Return Collection of Return classes; used by the grammar to
return complex return values |
| ViolationsSorter |
Interface for sorting the found violations
|
| Class | Description |
|---|---|
| BatchSummary |
Argument being passed into ResultsFormatter when
being used in batch mode.
|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JavaCodingStandardChecker |
Grammar to parse Java version 1.5
|
| JavaCodingStandardChecker.ModifierSet |
Class to hold modifiers.
|
| JavaCodingStandardCheckerTokenManager | |
| MethodMetric |
MethodMetric - a metric for a method |
| Return.FormalParameterReturn |
FormalParameterReturn |
| Return.MethodDeclaratorReturn |
MethodDeclaratorReturn |
| Token |
Describes the input token stream.
|
| Token.GTToken | |
| TriStateBoolean |
TriStateBoolean is a boolean which can have
three states - true, false, either. |
| Violation |
Violation - a violation and its information |
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
JCSC is released under the terms of the GNU General Public License