Uses of Enum Class
com.puppycrawl.tools.checkstyle.checks.javadoc.BlockCommentEndPositionOption
Packages that use BlockCommentEndPositionOption
Package
Description
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of BlockCommentEndPositionOption in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc declared as BlockCommentEndPositionOptionModifier and TypeFieldDescriptionprivate BlockCommentEndPositionOptionBlockCommentEndPositionCheck.strategySpecify the strategy policy for the block comment end position.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return BlockCommentEndPositionOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockCommentEndPositionOption[]BlockCommentEndPositionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.