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 Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<ASTMethod>
findOperations(ASTUserClassOrInterface<?> node)
-
-
-
Method Detail
-
findOperations
protected java.util.List<ASTMethod> findOperations(ASTUserClassOrInterface<?> node)
- Specified by:
findOperations
in classnet.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>
-
-