Uses of Interface
com.puppycrawl.tools.checkstyle.api.TextBlock
Packages that use TextBlock
Package
Description
Contains the core API to be used to implement checks.
Contains utils classes for checkstyle.
-
Uses of TextBlock in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement TextBlockMethods in com.puppycrawl.tools.checkstyle.api that return TextBlockModifier and TypeMethodDescriptionFileContents.getJavadocBefore(int lineNoBefore) Returns the Javadoc comment before the specified line.Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type TextBlockModifier and TypeMethodDescriptionFileContents.getBlockComments()Returns a map of all block comments.FileContents.getSingleLineComments()Returns a map of all the single line comments. -
Uses of TextBlock in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils with parameters of type TextBlockModifier and TypeMethodDescriptionstatic JavadocTagsJavadocUtil.getJavadocTags(TextBlock textBlock, JavadocUtil.JavadocTagType tagType) Gets validTags from a given piece of Javadoc.