net.sourceforge.pmd.rules
Class CyclomaticComplexityRule.Entry

java.lang.Object
  extended bynet.sourceforge.pmd.rules.CyclomaticComplexityRule.Entry
Enclosing class:
CyclomaticComplexityRule

private class CyclomaticComplexityRule.Entry
extends java.lang.Object


Field Summary
 int m_decisionPoints
           
 int m_highestDecisionPoints
           
 int m_methodCount
           
private  SimpleNode m_node
           
 
Constructor Summary
private CyclomaticComplexityRule.Entry(SimpleNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_node

private SimpleNode m_node

m_decisionPoints

public int m_decisionPoints

m_highestDecisionPoints

public int m_highestDecisionPoints

m_methodCount

public int m_methodCount
Constructor Detail

CyclomaticComplexityRule.Entry

private CyclomaticComplexityRule.Entry(SimpleNode node)
Parameters:
node -