Uses of Interface
net.sourceforge.pmd.lang.metrics.Metric
-
Packages that use Metric Package Description net.sourceforge.pmd.lang.metrics Language-independent framework to represent code metrics. -
-
Uses of Metric in net.sourceforge.pmd.lang.metrics
Classes in net.sourceforge.pmd.lang.metrics that implement Metric Modifier and Type Class Description classAbstractMetric<N extends Node>Abstract class for all metrics.Methods in net.sourceforge.pmd.lang.metrics that return Metric Modifier and Type Method Description Metric<N>MetricKey. getCalculator()Returns the object used to calculate the metric.Methods in net.sourceforge.pmd.lang.metrics with parameters of type Metric Modifier and Type Method Description static <T extends Node>
MetricKey<T>MetricKeyUtil. of(String name, Metric<T> metric)Creates a new metric key from its metric and name.
-