Modifier and Type | Class | Description |
---|---|---|
class |
ASTUserClass |
|
class |
ASTUserInterface |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ApexParserVisitorReducedAdapter.visit(ASTUserClassOrInterface<?> node,
java.lang.Object data) |
Modifier and Type | Method | Description |
---|---|---|
protected net.sourceforge.pmd.lang.metrics.MetricsComputer<ASTUserClassOrInterface<?>,ASTMethod> |
ApexMetricsFacade.getLanguageSpecificComputer() |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.List<ASTMethod> |
ApexMetricsComputer.findOperations(ASTUserClassOrInterface<?> node) |
|
static double |
ApexMetrics.get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key,
ASTUserClassOrInterface<?> node,
net.sourceforge.pmd.lang.metrics.MetricOptions options,
net.sourceforge.pmd.lang.metrics.ResultOption resultOption) |
Compute the sum, average, or highest value of the operation metric on all operations of the class node.
|
static double |
ApexMetrics.get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key,
ASTUserClassOrInterface<?> node,
net.sourceforge.pmd.lang.metrics.ResultOption resultOption) |
Compute the sum, average, or highest value of the standard operation metric on all operations of the class node.
|
Modifier and Type | Method | Description |
---|---|---|
static double |
ApexMetrics.get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTUserClassOrInterface<?>> key,
ASTUserClass node) |
Computes the standard value of the metric identified by its code on a class AST node.
|
static double |
ApexMetrics.get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTUserClassOrInterface<?>> key,
ASTUserClass node,
net.sourceforge.pmd.lang.metrics.MetricOptions options) |
Computes a metric identified by its code on a class AST node, possibly selecting metric options with the
options parameter. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ApexClassMetricKey.supports(ASTUserClassOrInterface<?> node) |
Modifier and Type | Method | Description |
---|---|---|
double |
WmcMetric.computeFor(ASTUserClassOrInterface<?> node,
net.sourceforge.pmd.lang.metrics.MetricOptions options) |
|
boolean |
AbstractApexClassMetric.supports(ASTUserClassOrInterface<?> node) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ApexMultifileVisitor.visit(ASTUserClassOrInterface<?> node,
java.lang.Object data) |
Copyright © 2002–2018 PMD. All rights reserved.