|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.result.ClassMetricResult
class ClassMetricResult
Represents the results for a single metric for a single class
| Property Summary | |
|---|---|
MetricResult |
classMetricResult
|
Map |
methodMetricResults
|
| Constructor Summary | |
ClassMetricResult(MetricResult metricResult, Map methodMetricResults = null)
|
|
| Method Summary | |
|---|---|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
MetricResult classMetricResult
Map methodMetricResults
| Constructor Detail |
|---|
public ClassMetricResult(MetricResult metricResult, Map methodMetricResults = null)
| Method Detail |
|---|
String toString()
Groovy Documentation