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 -
-
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 classASTConstructorDeclarationclassASTMethodDeclarationA method declaration, in a class or interface declaration.Methods in net.sourceforge.pmd.lang.java.ast that return ASTMethodOrConstructorDeclaration Modifier and Type Method Description ASTMethodOrConstructorDeclarationASTThrowsList. getOwner()Returns the method or constructor that owns this throws clause.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description default NodeStream<ASTMethodOrConstructorDeclaration>ASTAnyTypeDeclaration. getOperations()Returns the operations declared in this class (methods and constructors).Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Method Description RJavaVisitorBase. visitMethodOrCtor(ASTMethodOrConstructorDeclaration node, P data) -
Uses of ASTMethodOrConstructorDeclaration in net.sourceforge.pmd.lang.java.metrics
Fields in net.sourceforge.pmd.lang.java.metrics with type parameters of type ASTMethodOrConstructorDeclaration Modifier and Type Field Description static Metric<ASTMethodOrConstructorDeclaration,Integer>JavaMetrics. COGNITIVE_COMPLEXITYCognitive complexity is a measure of how difficult it is for humans to read and understand a method.static Metric<ASTMethodOrConstructorDeclaration,Integer>JavaMetrics. CYCLONumber of independent paths through a block of code.static Metric<ASTMethodOrConstructorDeclaration,BigInteger>JavaMetrics. NPATHNumber of acyclic execution paths through a piece of code.
-