|
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
|
Integer |
lineNumber
|
Metric |
metric
|
Constructor Summary | |
AbcMetricResult(Metric metric, AbcVector abcVector, Integer lineNumber = null)
|
Method Summary | |
---|---|
Object
|
getAt(String name)
|
int
|
getCount()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final AbcVector abcVector
final Integer lineNumber
final Metric metric
Constructor Detail |
---|
public AbcMetricResult(Metric metric, AbcVector abcVector, Integer lineNumber = null)
Method Detail |
---|
Object getAt(String name)
int getCount()
String toString()
Groovy Documentation