|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface MetricResult
Represents the result from applying a single metric (to a package, class or method)
Method Summary | |
---|---|
Object
|
getAt(String propertyName)
Return the metric result value for the named function (e.g. |
int
|
getCount()
Return the count of the nodes/results that are descendants. |
Integer
|
getLineNumber()
Return the line number associated with this metric result (i.e., method or class) |
Metric
|
getMetric()
|
Method Detail |
---|
Object getAt(String propertyName)
int getCount()
Integer getLineNumber()
Metric getMetric()
Groovy Documentation