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, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomputeForpublic boolean supports(ASTMethodOrConstructorDeclaration node)
supports in interface Metric<ASTMethodOrConstructorDeclaration>node - The operationCopyright © 2002–2017 PMD. All rights reserved.