Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTMethod
-
-
Uses of ASTMethod in net.sourceforge.pmd.lang.apex
Methods in net.sourceforge.pmd.lang.apex that return types with arguments of type ASTMethod Modifier and Type Method Description net.sourceforge.pmd.lang.metrics.LanguageMetricsProvider<ASTUserClassOrInterface<?>,ASTMethod>ApexHandler. getLanguageMetricsProvider() -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTMethod Modifier and Type Method Description ObjectApexParserVisitor. visit(ASTMethod node, Object data)ObjectApexParserVisitorAdapter. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.metrics
Methods in net.sourceforge.pmd.lang.apex.metrics that return types with arguments of type ASTMethod Modifier and Type Method Description protected List<ASTMethod>ApexMetricsComputer. findOperations(ASTUserClassOrInterface<?> node)protected net.sourceforge.pmd.lang.metrics.MetricsComputer<ASTUserClassOrInterface<?>,ASTMethod>ApexMetricsFacade. getLanguageSpecificComputer()Methods in net.sourceforge.pmd.lang.apex.metrics with parameters of type ASTMethod Modifier and Type Method Description static doubleApexMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key, ASTMethod node)Computes the standard version of the metric identified by the key on a operation AST node.static doubleApexMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key, ASTMethod node, net.sourceforge.pmd.lang.metrics.MetricOptions options)Computes a metric identified by its key on a operation AST node, possibly selecting metric options with theoptionsparameter.Method parameters in net.sourceforge.pmd.lang.apex.metrics with type arguments of type ASTMethod Modifier and Type Method Description static doubleApexMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key, ASTMethod node)Computes the standard version of the metric identified by the key on a operation AST node.static doubleApexMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<ASTMethod> key, ASTMethod node, net.sourceforge.pmd.lang.metrics.MetricOptions options)Computes a metric identified by its key on a operation AST node, possibly selecting metric options with theoptionsparameter.static doubleApexMetrics. 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 doubleApexMetrics. 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. -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.metrics.api
Methods in net.sourceforge.pmd.lang.apex.metrics.api with parameters of type ASTMethod Modifier and Type Method Description booleanApexOperationMetricKey. supports(ASTMethod node) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.metrics.impl
Methods in net.sourceforge.pmd.lang.apex.metrics.impl with parameters of type ASTMethod Modifier and Type Method Description doubleCycloMetric. computeFor(ASTMethod node, net.sourceforge.pmd.lang.metrics.MetricOptions options)booleanAbstractApexOperationMetric. supports(ASTMethod node)Checks if the metric can be computed on the node. -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.apex.metrics.impl.visitors with parameters of type ASTMethod Modifier and Type Method Description ObjectStandardCycloVisitor. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.metrics.signature
Methods in net.sourceforge.pmd.lang.apex.metrics.signature with parameters of type ASTMethod Modifier and Type Method Description static ApexSignature.VisibilityApexSignature.Visibility. get(ASTMethod method)Finds out the visibility of a method node.static ApexOperationSignatureApexOperationSignature. of(ASTMethod node)Builds the signature of this node. -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.multifile
Methods in net.sourceforge.pmd.lang.apex.multifile with parameters of type ASTMethod Modifier and Type Method Description ObjectApexMultifileVisitor. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTMethod Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule.bestpractices
Methods in net.sourceforge.pmd.lang.apex.rule.bestpractices with parameters of type ASTMethod Modifier and Type Method Description ObjectApexUnitTestClassShouldHaveAssertsRule. visit(ASTMethod node, Object data)ObjectApexUnitTestMethodShouldHaveIsTestAnnotationRule. visit(ASTMethod node, Object data)ObjectApexUnitTestShouldNotUseSeeAllDataTrueRule. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule.codestyle
Methods in net.sourceforge.pmd.lang.apex.rule.codestyle with parameters of type ASTMethod Modifier and Type Method Description ObjectMethodNamingConventionsRule. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule.design
Methods in net.sourceforge.pmd.lang.apex.rule.design with parameters of type ASTMethod Modifier and Type Method Description ObjectCyclomaticComplexityRule. visit(ASTMethod node, Object data)ObjectExcessivePublicCountRule. visit(ASTMethod node, Object data)ObjectNcssConstructorCountRule. visit(ASTMethod node, Object data)ObjectNcssMethodCountRule. visit(ASTMethod node, Object data)ObjectNcssTypeCountRule. visit(ASTMethod node, Object data)ObjectStdCyclomaticComplexityRule. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule.documentation
Methods in net.sourceforge.pmd.lang.apex.rule.documentation with parameters of type ASTMethod Modifier and Type Method Description ObjectApexDocRule. visit(ASTMethod node, Object data) -
Uses of ASTMethod in net.sourceforge.pmd.lang.apex.rule.errorprone
Methods in net.sourceforge.pmd.lang.apex.rule.errorprone with parameters of type ASTMethod Modifier and Type Method Description ObjectApexCSRFRule. visit(ASTMethod node, Object data)ObjectAvoidNonExistentAnnotationsRule. visit(ASTMethod node, Object data)
-