Uses of Interface
net.sourceforge.pmd.lang.java.ast.ReturnScopeNode
-
Packages that use ReturnScopeNode 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 ReturnScopeNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of ReturnScopeNode in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interfaceASTExecutableDeclarationGroups method and constructor declarations under a common type.Classes in net.sourceforge.pmd.lang.java.ast that implement ReturnScopeNode Modifier and Type Class Description classASTCompactConstructorDeclarationThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).classASTConstructorDeclarationclassASTInitializerA class or instance initializer.classASTLambdaExpressionA lambda expression.classASTMethodDeclarationA method declaration, in a class or interface declaration. -
Uses of ReturnScopeNode in net.sourceforge.pmd.lang.java.metrics
Fields in net.sourceforge.pmd.lang.java.metrics with type parameters of type ReturnScopeNode Modifier and Type Field Description static Metric<ReturnScopeNode,Long>JavaMetrics. NPATH_COMPNumber of acyclic execution paths through a piece of code.
-