Groovy Documentation

groovy.org.codenarc.rule.size
[Groovy] Class CyclomaticComplexityAstVisitor

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.size.AbstractMethodMetricAstVisitor
          groovy.org.codenarc.rule.size.CyclomaticComplexityAstVisitor

class CyclomaticComplexityAstVisitor
extends AbstractMethodMetricAstVisitor

Field Summary
 
Fields inherited from class AbstractMethodMetricAstVisitor
metric
 
Property Summary
String metricShortDescription

 
Method Summary
protected Object createMetric()

protected Object getMaxClassMetricValue()

protected Object getMaxMethodMetricValue()

 
Methods inherited from class AbstractMethodMetricAstVisitor
createMetric, extractMethodName, getLineNumber, getMaxClassMetricValue, getMaxMethodMetricValue, getMethodNode, getMetricShortDescription, getSourceLine, isIgnoredMethodName, visitClassEx
 

Property Detail

metricShortDescription

final String metricShortDescription


 
Method Detail

createMetric

protected Object createMetric()


getMaxClassMetricValue

protected Object getMaxClassMetricValue()


getMaxMethodMetricValue

protected Object getMaxMethodMetricValue()


 

Groovy Documentation