public class ClassMetricResult
extends java.lang.Object
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ClassMetricResult(MetricResult metricResult) |
ClassMetricResult(MetricResult metricResult,
java.util.Map<MethodKey,MetricResult> methodMetricResults) |
| Modifier and Type | Method and Description |
|---|---|
MetricResult |
getClassMetricResult() |
groovy.lang.MetaClass |
getMetaClass() |
java.util.Map<MethodKey,MetricResult> |
getMethodMetricResults() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setClassMetricResult(MetricResult value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setMethodMetricResults(java.util.Map<MethodKey,MetricResult> value) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
java.lang.String |
toString() |
public ClassMetricResult(MetricResult metricResult)
public ClassMetricResult(MetricResult metricResult, java.util.Map<MethodKey,MetricResult> methodMetricResults)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic MetricResult getClassMetricResult()
public void setClassMetricResult(MetricResult value)
public java.util.Map<MethodKey,MetricResult> getMethodMetricResults()
public void setMethodMetricResults(java.util.Map<MethodKey,MetricResult> value)
public java.lang.String toString()
toString in class java.lang.Object