|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.metric.abc.result.AbcMetricResult
class AbcMetricResult
A MetricResult specifically for the ABC metric
| Property Summary | |
|---|---|
AbcVector |
abcVector
|
int |
count
|
Integer |
lineNumber
|
Metric |
metric
|
MetricLevel |
metricLevel
|
| Constructor Summary | |
AbcMetricResult(Metric metric, MetricLevel metricLevel, AbcVector abcVector, Integer lineNumber = null)
|
|
| Method Summary | |
|---|---|
Object
|
getAt(String name)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
final AbcVector abcVector
final int count
final Integer lineNumber
final Metric metric
final MetricLevel metricLevel
| Constructor Detail |
|---|
AbcMetricResult(Metric metric, MetricLevel metricLevel, AbcVector abcVector, Integer lineNumber = null)
| Method Detail |
|---|
Object getAt(String name)
String toString()
Groovy Documentation