Uses of Interface
net.sourceforge.pmd.lang.java.ast.ReturnScopeNode
Packages that use ReturnScopeNode
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ReturnScopeNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of ReturnScopeNode in net.sourceforge.pmd.lang.java.astModifier and TypeInterfaceDescriptioninterfaceGroups method and constructor declarations under a common type.Classes in net.sourceforge.pmd.lang.java.ast that implement ReturnScopeNodeModifier and TypeClassDescriptionfinal classThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).final classfinal classA class or instance initializer.final classA lambda expression.final classA 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 ReturnScopeNodeModifier and TypeFieldDescriptionstatic final Metric<ReturnScopeNode,Long> JavaMetrics.NPATH_COMPNumber of acyclic execution paths through a piece of code.