Class AbstractApexMetric<N extends net.sourceforge.pmd.lang.ast.Node>

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.metrics.Metric<N>
    Direct Known Subclasses:
    AbstractApexClassMetric, AbstractApexOperationMetric

    public abstract class AbstractApexMetric<N extends net.sourceforge.pmd.lang.ast.Node>
    extends net.sourceforge.pmd.lang.metrics.AbstractMetric<N>
    Base class for all Apex metrics.
    Author:
    Clément Fournier
    • Method Summary

      • Methods inherited from class net.sourceforge.pmd.lang.metrics.AbstractMetric

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.sourceforge.pmd.lang.metrics.Metric

        computeFor, supports
    • Constructor Detail

      • AbstractApexMetric

        public AbstractApexMetric()