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 ApexOperationMetric
ApexOperationMetricKey. 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 class
AbstractApexOperationMetric
Base class for Apex operation metrics.class
CognitiveComplexityMetric
Measures the cognitive complexity of a Class / Method in Apex.class
CycloMetric
See the doc for the Java metric.
-