Uses of Interface
net.sourceforge.pmd.lang.apex.metrics.api.ApexOperationMetric
-
Packages that use ApexOperationMetric Package Description net.sourceforge.pmd.lang.apex.metrics.api net.sourceforge.pmd.lang.apex.metrics.impl -
-
Uses of ApexOperationMetric in net.sourceforge.pmd.lang.apex.metrics.api
Methods in net.sourceforge.pmd.lang.apex.metrics.api that return ApexOperationMetric Modifier and Type Method Description ApexOperationMetricApexOperationMetricKey. getCalculator() -
Uses of ApexOperationMetric in net.sourceforge.pmd.lang.apex.metrics.impl
Classes in net.sourceforge.pmd.lang.apex.metrics.impl that implement ApexOperationMetric Modifier and Type Class Description classAbstractApexOperationMetricBase class for Apex operation metrics.classCognitiveComplexityMetricMeasures the cognitive complexity of a Class / Method in Apex.classCycloMetricSee the doc for the Java metric.
-