ApexOperationMetric, net.sourceforge.pmd.lang.metrics.Metric<ASTMethod>CycloMetricpublic abstract class AbstractApexOperationMetric extends AbstractApexMetric<ASTMethod> implements ApexOperationMetric
| Constructor | Description |
|---|---|
AbstractApexOperationMetric() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
supports(ASTMethod node) |
Checks if the metric can be computed on the node.
|
public boolean supports(ASTMethod node)
supports in interface net.sourceforge.pmd.lang.metrics.Metric<ASTMethod>node - The node to checkCopyright © 2002–2018 PMD. All rights reserved.