Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTMethodOrConstructorDeclaration
-
Packages that use ASTMethodOrConstructorDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.metrics net.sourceforge.pmd.lang.java.metrics.api net.sourceforge.pmd.lang.java.metrics.impl net.sourceforge.pmd.lang.java.metrics.impl.visitors net.sourceforge.pmd.lang.java.multifile net.sourceforge.pmd.lang.java.multifile.signature net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.design -
-
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTMethodOrConstructorDeclaration Modifier and Type Class Description classAbstractMethodOrConstructorDeclarationclassASTConstructorDeclarationclassASTMethodDeclarationMethod declaration node.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description java.lang.ObjectJavaParserVisitorReducedAdapter. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data) -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.metrics
Methods in net.sourceforge.pmd.lang.java.metrics with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description static doubleJavaMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<MethodLikeNode> key, ASTMethodOrConstructorDeclaration node)Deprecated.Provided here for backwards binary compatibility withJavaMetrics.get(MetricKey, MethodLikeNode).static doubleJavaMetrics. get(net.sourceforge.pmd.lang.metrics.MetricKey<MethodLikeNode> key, ASTMethodOrConstructorDeclaration node, net.sourceforge.pmd.lang.metrics.MetricOptions options)Deprecated.Provided here for backwards binary compatibility withJavaMetrics.get(MetricKey, MethodLikeNode, MetricOptions). -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.metrics.api
Methods in net.sourceforge.pmd.lang.java.metrics.api with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description booleanJavaOperationMetricKey. supports(ASTMethodOrConstructorDeclaration node)Deprecated.Provided here for backwards binary compatibility withJavaOperationMetricKey.supports(MethodLikeNode). -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.metrics.impl
Methods in net.sourceforge.pmd.lang.java.metrics.impl that return types with arguments of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description protected java.util.List<ASTMethodOrConstructorDeclaration>AbstractJavaClassMetric. getMethodsAndConstructors(ASTAnyTypeDeclaration node)Gets a list of all methods and constructors declared in the class.Methods in net.sourceforge.pmd.lang.java.metrics.impl with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description booleanAbstractJavaOperationMetric. supports(ASTMethodOrConstructorDeclaration node)Deprecated.Provided here for backwards binary compatibility withAbstractJavaOperationMetric.supports(MethodLikeNode). -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.java.metrics.impl.visitors with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description java.lang.ObjectNpathBaseVisitor. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data)Deprecated. -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.multifile
Methods in net.sourceforge.pmd.lang.java.multifile with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description java.lang.ObjectMultifileVisitor. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data) -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.multifile.signature
Methods in net.sourceforge.pmd.lang.java.multifile.signature with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description static JavaOperationSignatureJavaOperationSignature. buildFor(ASTMethodOrConstructorDeclaration node)Builds an operation signature from a method or constructor declaration.static JavaOperationSignature.RoleJavaOperationSignature.Role. get(ASTMethodOrConstructorDeclaration node) -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description java.lang.ObjectAbstractJavaMetricsRule. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data) -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description java.lang.ObjectNcssCountRule. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data)java.lang.ObjectNPathComplexityRule. visit(ASTMethodOrConstructorDeclaration node, java.lang.Object data)
-