Metricpublic class FieldCountMetric extends AbstractMetric
| Constructor | Description |
|---|---|
FieldCountMetric() |
| Modifier and Type | Method | Description |
|---|---|---|
protected ClassMetricResult |
calculateForClass(org.codehaus.groovy.ast.ClassNode classNode,
SourceCode sourceCode) |
|
MetricLevel |
getBaseLevel() |
|
groovy.lang.MetaClass |
getMetaClass() |
|
String |
getName() |
|
Object |
getProperty(String property) |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setProperty(String property,
Object value) |
applyToClass, applyToPackage, calculateForPackage, createAggregateMetricResult, createAggregateMetricResult, getEnabled, getFunctions, isEnabled, isNotAnInterface, setEnabled, setFunctionspublic groovy.lang.MetaClass getMetaClass()
getMetaClass in class AbstractMetricpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in class AbstractMetricpublic Object invokeMethod(String method, Object arguments)
invokeMethod in class AbstractMetricpublic Object getProperty(String property)
getProperty in class AbstractMetricpublic void setProperty(String property, Object value)
setProperty in class AbstractMetricpublic final String getName()
public final MetricLevel getBaseLevel()
protected ClassMetricResult calculateForClass(org.codehaus.groovy.ast.ClassNode classNode, SourceCode sourceCode)
calculateForClass in class AbstractMetricCopyright © 2019. All rights reserved.