Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTExecutableDeclaration
Packages that use ASTExecutableDeclaration
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTExecutableDeclaration in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTExecutableDeclarationModifier and TypeClassDescriptionfinal classfinal classA method declaration, in a class or interface declaration.Methods in net.sourceforge.pmd.lang.java.ast that return ASTExecutableDeclarationModifier and TypeMethodDescriptionASTThrowsList.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 ASTExecutableDeclarationModifier and TypeMethodDescriptiondefault NodeStream<ASTExecutableDeclaration>ASTTypeDeclaration.getOperations()Returns the operations declared in this class (methods and constructors).Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTExecutableDeclarationModifier and TypeMethodDescriptionJavaVisitorBase.visitMethodOrCtor(ASTExecutableDeclaration node, P data) -
Uses of ASTExecutableDeclaration in net.sourceforge.pmd.lang.java.metrics
Fields in net.sourceforge.pmd.lang.java.metrics with type parameters of type ASTExecutableDeclarationModifier and TypeFieldDescriptionstatic final Metric<ASTExecutableDeclaration,Integer> JavaMetrics.COGNITIVE_COMPLEXITYCognitive complexity is a measure of how difficult it is for humans to read and understand a method.static final Metric<ASTExecutableDeclaration,Integer> JavaMetrics.CYCLONumber of independent paths through a block of code.static final Metric<ASTExecutableDeclaration,BigInteger> JavaMetrics.NPATHDeprecated.Since 7.14.0.