|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.rules.ConstructorCallsOverridableMethodRule.MethodHolder
Field Summary | |
private ASTMethodDeclarator |
m_Amd
|
private boolean |
m_Dangerous
|
Constructor Summary | |
ConstructorCallsOverridableMethodRule.MethodHolder(ASTMethodDeclarator amd)
|
Method Summary | |
ASTMethodDeclarator |
getASTMethodDeclarator()
|
boolean |
isDangerous()
|
void |
setDangerous(boolean dangerous)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ASTMethodDeclarator m_Amd
private boolean m_Dangerous
Constructor Detail |
public ConstructorCallsOverridableMethodRule.MethodHolder(ASTMethodDeclarator amd)
Method Detail |
public ASTMethodDeclarator getASTMethodDeclarator()
public boolean isDangerous()
public void setDangerous(boolean dangerous)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |