Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
Packages that use JavadocTag
Package
Description
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of JavadocTag in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with type parameters of type JavadocTagModifier and TypeFieldDescriptionprivate final List<JavadocTag> JavadocMethodCheck.javadocTagsJavadoc tags collected from the current Javadoc tree.private final List<JavadocTag> JavadocTags.validTagsThe field for thevalidTagsrecord component.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return types with arguments of type JavadocTagModifier and TypeMethodDescriptionJavadocTags.validTags()Returns the value of thevalidTagsrecord component.Method parameters in com.puppycrawl.tools.checkstyle.checks.javadoc with type arguments of type JavadocTagModifier and TypeMethodDescriptionprivate voidJavadocMethodCheck.checkParamTags(List<JavadocTag> tags, DetailAST parent, boolean reportExpectedTags) Checks a set of tags for matching parameters.private voidJavadocMethodCheck.checkRecordParamTags(List<JavadocTag> tags, DetailAST compactDef, boolean reportExpectedTags) Checks if all record components in a compact constructor have corresponding@paramtags.private voidJavadocMethodCheck.checkReturnTag(List<JavadocTag> tags, int lineNo, boolean reportExpectedTags) Checks for only one return tag.private voidJavadocMethodCheck.checkThrowsTags(List<JavadocTag> tags, List<JavadocMethodCheck.ExceptionInfo> throwsList, boolean reportExpectedTags) Checks a set of tags for matching throws.private booleanJavadocMethodCheck.hasShortCircuitTag(DetailAST ast, List<JavadocTag> tags) Validates whether the Javadoc has a short circuit tag.Constructor parameters in com.puppycrawl.tools.checkstyle.checks.javadoc with type arguments of type JavadocTagModifierConstructorDescriptionJavadocTags(List<JavadocTag> validTags, List<InvalidJavadocTag> invalidTags) Creates an instance.