|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.metric.AbstractMetric
org.gmetrics.metric.fieldcount.FieldCountMetric
class FieldCountMetric extends AbstractMetric
Metric for counting the number of methods within classes and interfaces.
Property Summary | |
---|---|
MetricLevel |
baseLevel
|
String |
name
|
Method Summary | |
---|---|
protected ClassMetricResult
|
calculateForClass(org.codehaus.groovy.ast.ClassNode classNode, SourceCode sourceCode)
|
Methods inherited from class AbstractMetric | |
---|---|
applyToClass, applyToPackage, calculateForClass, calculateForPackage, createAggregateMetricResult, isNotAnInterface |
Property Detail |
---|
final MetricLevel baseLevel
final String name
Method Detail |
---|
protected ClassMetricResult calculateForClass(org.codehaus.groovy.ast.ClassNode classNode, SourceCode sourceCode)
Groovy Documentation