public class MetricEvaluator
extends java.lang.Object
Constructor | Description |
---|---|
MetricEvaluator() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<MetricResult> |
evaluateAllMetrics(net.sourceforge.pmd.lang.ast.Node node) |
Evaluates all available metrics and returns a list of results.
|
public java.util.List<MetricResult> evaluateAllMetrics(net.sourceforge.pmd.lang.ast.Node node) throws java.lang.UnsupportedOperationException
node
- Nodejava.lang.UnsupportedOperationException
- If no metrics are available for this nodeCopyright © 2002–2018 PMD. All rights reserved.