Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<ASTMethod> findOperations​(ASTUserClassOrInterface<?> node)  
      • Methods inherited from class net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer

        computeForOperation, computeForType, computeWithResultOption
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait