public abstract class AbstractApexOperationMetric extends AbstractApexMetric<ASTMethod> implements ApexOperationMetric
Constructor and Description |
---|
AbstractApexOperationMetric() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(ASTMethod node)
Checks if the metric can be computed on the node.
|
equals, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
computeFor
public boolean supports(ASTMethod node)
Copyright © 2002–2018 PMD. All rights reserved.