net.sourceforge.pmd.rules
Class ConstructorCallsOverridableMethodRule.MethodHolder

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

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


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

m_Amd

private ASTMethodDeclarator m_Amd

m_Dangerous

private boolean m_Dangerous
Constructor Detail

ConstructorCallsOverridableMethodRule.MethodHolder

public ConstructorCallsOverridableMethodRule.MethodHolder(ASTMethodDeclarator amd)
Method Detail

getASTMethodDeclarator

public ASTMethodDeclarator getASTMethodDeclarator()

isDangerous

public boolean isDangerous()

setDangerous

public void setDangerous(boolean dangerous)