| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
AggregatedMetrics |
AggregatedMetrics.add(CommentMetrics pValues) |
Add the values of a
CommentMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(CompilationUnitMetrics pValues) |
Add a
CompilationUnitMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(FieldMetrics pValues) |
Add a
FieldMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(MethodMetrics pValues) |
Add a
MethodMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(ModularCompilationUnitMetrics pValues) |
Add a
ModularCompilationUnitMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(PackageMetrics pValues) |
Add a
PackageMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(StatementMetrics pValues) |
Add the values of a
StatementMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.add(TypeMetrics pValues) |
Add a
TypeMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(CompilationUnitMetrics pValues) |
Add the comments and types of a
CompilationUnitMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(FieldMetrics pValues) |
Add the statements and comments of a
FieldMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(MethodMetrics pValues) |
Add the statements and comments of a
MethodMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(PackageMetrics pValues) |
Add the compilation units of a
PackageMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(TypeMetrics pValues) |
Add the comments and members of a
TypeMetrics 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.of(FieldMetrics pValues) |
Create a new
AggregatedMetrics and add the values of a FieldMetrics to the
aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(JavaMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a JavaMetrics to the
aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(MethodMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a MethodMetrics to the
aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(PackageMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a PackageMetrics to
the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(TypeMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a TypeMetrics 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. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(FieldMetrics pValues) |
Create a new
AggregatedMetrics and add values from the comments and statements of a
FieldMetrics to the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(MethodMetrics pValues) |
Create a new
AggregatedMetrics and add values from the comments and statements of a
MethodMetrics to the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(PackageMetrics pValues) |
Create a new
AggregatedMetrics and add values from the compilation units of a
PackageMetrics to the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(TypeMetrics pValues) |
Create a new
AggregatedMetrics and add values from the comments and members of a
TypeMetrics to the aggregation. |