Uses of Interface
net.sourceforge.pmd.lang.java.ast.JavadocCommentOwner
Packages that use JavadocCommentOwner
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of JavadocCommentOwner in net.sourceforge.pmd.lang.java.ast
Subinterfaces of JavadocCommentOwner in net.sourceforge.pmd.lang.java.astModifier and TypeInterfaceDescriptioninterfaceGroups method and constructor declarations under a common type.interfaceGroups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement JavadocCommentOwnerModifier and TypeClassDescriptionfinal classThe declaration of an annotation type.final classAn anonymous class declaration.final classRepresents class and interface declarations.final classThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).final classfinal classRepresents an enum constant declaration within an enum type declaration.final classRepresents an enum declaration.final classRepresents a field declaration in the body of a type declaration.final classA class declaration added by the compiler implicitly in a compact compilation unit (see JEP 512, Java 25).final classA method declaration, in a class or interface declaration.final classA module declaration.final classPackage declaration at the top of a source file.final classA record declaration is a special data class type (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return JavadocCommentOwnerModifier and TypeMethodDescription@Nullable JavadocCommentOwnerJavadocComment.getOwner()Returns the owner of this comment.