Uses of Interface
net.sourceforge.pmd.lang.java.ast.JavadocCommentOwner
-
Packages that use JavadocCommentOwner Package Description net.sourceforge.pmd.lang.java.ast 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.ast Modifier and Type Interface Description interfaceASTExecutableDeclarationGroups method and constructor declarations under a common type.interfaceASTTypeDeclarationGroups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement JavadocCommentOwner Modifier and Type Class Description classASTAnnotationTypeDeclarationThe declaration of an annotation type.classASTAnonymousClassDeclarationAn anonymous class declaration.classASTClassDeclarationRepresents class and interface declarations.classASTConstructorDeclarationclassASTEnumConstantRepresents an enum constant declaration within an enum type declaration.classASTEnumDeclarationRepresents an enum declaration.classASTFieldDeclarationRepresents a field declaration in the body of a type declaration.classASTImplicitClassDeclarationImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*classASTMethodDeclarationA method declaration, in a class or interface declaration.classASTPackageDeclarationPackage declaration at the top of a source file.classASTRecordDeclarationA record declaration is a special data class type (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return JavadocCommentOwner Modifier and Type Method Description @Nullable JavadocCommentOwnerJavadocComment. getOwner()Returns the owner of this comment.
-