|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.rules.ConstructorCallsOverridableMethodRule.ConstructorInvocation
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 |
private ASTExplicitConstructorInvocation m_Eci
private java.lang.String name
private int count
Constructor Detail |
public ConstructorCallsOverridableMethodRule.ConstructorInvocation(ASTExplicitConstructorInvocation eci)
Method Detail |
public ASTExplicitConstructorInvocation getASTExplicitConstructorInvocation()
public int getArgumentCount()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |