Package org.gmetrics.resultsnode
Class MethodResultsNode
java.lang.Object
org.gmetrics.resultsnode.MethodResultsNode
- All Implemented Interfaces:
groovy.lang.GroovyObject
,ResultsNode
-
Constructor Summary
ConstructorsConstructorDescriptionMethodResultsNode
(String name) MethodResultsNode
(String name, String signature) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMetricResult
(MetricResult metricResult) boolean
final MetricLevel
getLevel()
groovy.lang.MetaClass
getMetricResult
(Metric metric) final List
<MetricResult> final String
getName()
getProperty
(String property) final String
invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) toString()
-
Constructor Details
-
MethodResultsNode
-
MethodResultsNode
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getName
- Specified by:
getName
in interfaceResultsNode
-
getSignature
-
getLevel
- Specified by:
getLevel
in interfaceResultsNode
-
getMetricResults
- Specified by:
getMetricResults
in interfaceResultsNode
-
containsClassResults
public boolean containsClassResults()- Specified by:
containsClassResults
in interfaceResultsNode
-
getMetricResult
- Specified by:
getMetricResult
in interfaceResultsNode
-
addMetricResult
-
getChildren
- Specified by:
getChildren
in interfaceResultsNode
-
toString
-