| Class | Description |
|---|---|
| AggregatedMetrics |
An aggregation of several source code metrics instances.
|
| CodeElementMetrics |
Base class for metrics associated with a source code element such as a compilation unit, a field
or a method.
|
| CommentMetrics |
Metrics for source code comments, separated into block comments, line comments, and JavaDoc
comments.
|
| CompilationUnitMetrics |
Source code metrics for an ordinary compilation unit.
|
| FieldMetrics |
Source code metrics for a field, an enum constant or an annotation type element.
|
| JavaMetrics |
Source code metrics for a Java code base.
|
| MethodMetrics |
Source code metrics for a constructor, initializer, or method.
|
| ModularCompilationUnitMetrics |
Source code metrics for a modular compilation unit.
|
| ModuleDeclarationMetrics |
Source code metrics for a module declaration.
|
| PackageMetrics |
Source code metrics for a java package.
|
| StatementElementMetrics |
Base class for metrics associated with a source code element that may contain statements.
|
| StatementMetrics |
Metrics for source code statements.
|
| TypeMetrics |
Source code metrics for a class, an interface, an enum, or an annotation.
|
| Enum | Description |
|---|---|
| FieldMetrics.Kind |
The kinds of field for which metrics are collected.
|
| MethodMetrics.Kind |
The kinds of method for which metrics are collected.
|
| TypeMetrics.Kind |
The kinds of type for which metrics are collected.
|