net.sourceforge.pmd.rules
Class ConstructorCallsOverridableMethodRule.ConstructorInvocation

java.lang.Object
  extended bynet.sourceforge.pmd.rules.ConstructorCallsOverridableMethodRule.ConstructorInvocation
Enclosing class:
ConstructorCallsOverridableMethodRule

private final class ConstructorCallsOverridableMethodRule.ConstructorInvocation
extends java.lang.Object


Field Summary
private  int count
           
private  ASTExplicitConstructorInvocation m_Eci
           
private  java.lang.String name
           
 
Constructor Summary
ConstructorCallsOverridableMethodRule.ConstructorInvocation(ASTExplicitConstructorInvocation eci)
           
 
Method Summary
 int getArgumentCount()
           
 ASTExplicitConstructorInvocation getASTExplicitConstructorInvocation()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Eci

private ASTExplicitConstructorInvocation m_Eci

name

private java.lang.String name

count

private int count
Constructor Detail

ConstructorCallsOverridableMethodRule.ConstructorInvocation

public ConstructorCallsOverridableMethodRule.ConstructorInvocation(ASTExplicitConstructorInvocation eci)
Method Detail

getASTExplicitConstructorInvocation

public ASTExplicitConstructorInvocation getASTExplicitConstructorInvocation()

getArgumentCount

public int getArgumentCount()

getName

public java.lang.String getName()