net.sourceforge.pmd.rules
Class ConstructorCallsOverridableMethodRule.ConstructorHolder
java.lang.Object
net.sourceforge.pmd.rules.ConstructorCallsOverridableMethodRule.ConstructorHolder
- Enclosing class:
- ConstructorCallsOverridableMethodRule
- private final class ConstructorCallsOverridableMethodRule.ConstructorHolder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Cd
private ASTConstructorDeclaration m_Cd
m_Dangerous
private boolean m_Dangerous
m_Ci
private ConstructorCallsOverridableMethodRule.ConstructorInvocation m_Ci
m_CiInitialized
private boolean m_CiInitialized
ConstructorCallsOverridableMethodRule.ConstructorHolder
public ConstructorCallsOverridableMethodRule.ConstructorHolder(ASTConstructorDeclaration cd)
getASTConstructorDeclaration
public ASTConstructorDeclaration getASTConstructorDeclaration()
getCalledConstructor
public ConstructorCallsOverridableMethodRule.ConstructorInvocation getCalledConstructor()
getASTExplicitConstructorInvocation
public ASTExplicitConstructorInvocation getASTExplicitConstructorInvocation()
initCI
private void initCI()
isDangerous
public boolean isDangerous()
setDangerous
public void setDangerous(boolean dangerous)