| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Iterable<CompilationUnitMetrics> |
PackageMetrics.getCompilationUnits() |
Get an
Iterable that iterates over the metrics for each compilation unit belonging to
the package. |
| Modifier and Type | Method | Description |
|---|---|---|
AggregatedMetrics |
AggregatedMetrics.add(CompilationUnitMetrics pValues) |
Add a
CompilationUnitMetrics to this aggregation. |
void |
PackageMetrics.add(CompilationUnitMetrics pCompilationUnit) |
Add metrics for a compilation unit to this instance.
|
AggregatedMetrics |
AggregatedMetrics.addChildren(CompilationUnitMetrics pValues) |
Add the comments and types of a
CompilationUnitMetrics to this aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(CompilationUnitMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a
CompilationUnitMetrics to the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(CompilationUnitMetrics pValues) |
Create a new
AggregatedMetrics and add values from the comments and types of a
CompilationUnitMetrics to the aggregation. |