| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Iterable<ModularCompilationUnitMetrics> |
JavaMetrics.getModularCompilationUnits() |
Get an
Iterable that iterates over the modular compilation unit metrics that have
been collected in this instance. |
| Modifier and Type | Method | Description |
|---|---|---|
AggregatedMetrics |
AggregatedMetrics.add(ModularCompilationUnitMetrics pValues) |
Add a
ModularCompilationUnitMetrics to this aggregation. |
void |
JavaMetrics.add(ModularCompilationUnitMetrics pMetrics) |
Add metrics for a modular compilation unit to this instance.
|