Class ApexMetricsComputer
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>
-
- net.sourceforge.pmd.lang.apex.metrics.ApexMetricsComputer
-
- All Implemented Interfaces:
MetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>
@Deprecated public class ApexMetricsComputer extends AbstractMetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>
Deprecated.SeeMetricsComputer
Computes metrics for the Apex framework.- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description ApexMetricsComputer()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected List<ASTMethod>
findOperations(ASTUserClassOrInterface<?> node)
Deprecated.static ApexMetricsComputer
getInstance()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer
computeForOperation, computeForType, computeWithResultOption
-
-
-
-
Method Detail
-
findOperations
protected List<ASTMethod> findOperations(ASTUserClassOrInterface<?> node)
Deprecated.- Specified by:
findOperations
in classAbstractMetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>
-
getInstance
@InternalApi public static ApexMetricsComputer getInstance()
Deprecated.
-
-