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