|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
MetricResult | Represents the result from applying a single metric (to a package, class or method) |
Class Summary | |
---|---|
ClassMetricResult | Represents the results for a single metric for a single class |
FunctionNames | Contains constants for function names |
MethodKey | Serves as a key in the Map of method --> MetricResult. |
MetricResultBuilder | A Builder for MetricResult objects. |
NumberMetricResult | A MetricResult for numbers (integers, BigDecimals, etc.), that has separate values for total, average, minimum and maximum. |
SingleNumberMetricResult | A MetricResult for numbers (integers, BigDecimals, etc.), that returns the same, single value for total, average, minimum and maximum. |
Groovy Documentation