public abstract class AbstractJavaOperationMetric extends AbstractJavaMetric<ASTMethodOrConstructorDeclaration> implements JavaOperationMetric
Constructor and Description |
---|
AbstractJavaOperationMetric() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(ASTMethodOrConstructorDeclaration node)
Returns true if the metric can be computed on this operation.
|
equals, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
computeFor
public boolean supports(ASTMethodOrConstructorDeclaration node)
supports
in interface Metric<ASTMethodOrConstructorDeclaration>
node
- The operationCopyright © 2002–2017 PMD. All rights reserved.