Class AbstractApexClassMetric
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetric<N>
-
- net.sourceforge.pmd.lang.apex.metrics.AbstractApexMetric<ASTUserClassOrInterface<?>>
-
- net.sourceforge.pmd.lang.apex.metrics.impl.AbstractApexClassMetric
-
- All Implemented Interfaces:
ApexClassMetric
,Metric<ASTUserClassOrInterface<?>>
- Direct Known Subclasses:
ClassCognitiveComplexityMetric
,WmcMetric
public abstract class AbstractApexClassMetric extends AbstractApexMetric<ASTUserClassOrInterface<?>> implements ApexClassMetric
Base class for Apex metrics.- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description AbstractApexClassMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(ASTUserClassOrInterface<?> node)
-
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
-
-
-
-
Method Detail
-
supports
public boolean supports(ASTUserClassOrInterface<?> node)
- Specified by:
supports
in interfaceMetric<ASTUserClassOrInterface<?>>
-
-