Class AbstractNcssCountRule

  • All Implemented Interfaces:
    PLSQLParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.lang.rule.stat.StatisticalRule, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule
    Direct Known Subclasses:
    NcssMethodCountRule, NcssObjectCountRule

    public abstract class AbstractNcssCountRule
    extends AbstractStatisticalPLSQLRule
    Abstract superclass for NCSS counting methods. Analogous to and cribbed from the Java version of the rule.