public interface ClassMetric extends Metric
Metric.Version
Modifier and Type | Method and Description |
---|---|
double |
computeFor(ASTClassOrInterfaceDeclaration node,
MetricVersion version)
Actually computes the value of a metric for an AST node.
|
double computeFor(ASTClassOrInterfaceDeclaration node, MetricVersion version)
node
- The node.version
- The version of the metric.Copyright © 2002–2017 PMD. All rights reserved.