Interface JavaOperationMetric
-
- All Superinterfaces:
Metric<MethodLikeNode>
- All Known Implementing Classes:
AbstractJavaOperationMetric,AtfdMetric.AtfdOperationMetric,ClassFanOutMetric.ClassFanOutOperationMetric,CognitiveComplexityMetric,CycloMetric,LocMetric.LocOperationMetric,NcssMetric.NcssOperationMetric,NpathMetric
public interface JavaOperationMetric extends Metric<MethodLikeNode>
Metric that can be computed on an operation.- Author:
- Clément Fournier
-
-
Method Summary
-
Methods inherited from interface net.sourceforge.pmd.lang.metrics.Metric
computeFor, supports
-
-