public class MethodResultsNode extends Object implements ResultsNode, groovy.lang.GroovyObject
| Constructor and Description |
|---|
MethodResultsNode(String name) |
MethodResultsNode(String name,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetricResult(MetricResult metricResult) |
boolean |
containsClassResults() |
Map |
getChildren() |
MetricLevel |
getLevel() |
groovy.lang.MetaClass |
getMetaClass() |
MetricResult |
getMetricResult(Metric metric) |
List<MetricResult> |
getMetricResults() |
String |
getName() |
Object |
getProperty(String property) |
String |
getSignature() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
String |
toString() |
public MethodResultsNode(String name)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getName()
getName in interface ResultsNodepublic String getSignature()
public MetricLevel getLevel()
getLevel in interface ResultsNodepublic List<MetricResult> getMetricResults()
getMetricResults in interface ResultsNodepublic boolean containsClassResults()
containsClassResults in interface ResultsNodepublic MetricResult getMetricResult(Metric metric)
getMetricResult in interface ResultsNodepublic void addMetricResult(MetricResult metricResult)
public Map getChildren()
getChildren in interface ResultsNodeCopyright © 2015. All rights reserved.