Uses of Class
com.puppycrawl.tools.checkstyle.XdocsPropertyType
-
Packages that use XdocsPropertyType Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.coding Contains the Coding checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.header File Header checks.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.regexp Contains the regular expression checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle with annotations of type XdocsPropertyType Modifier and Type Field Description private PropertyCacheFileChecker. cacheFileCache file.private java.lang.StringChecker. localeCountryLocale country to report messages .private java.lang.StringChecker. localeLanguageLocale language to report messages . -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks with annotations of type XdocsPropertyType Modifier and Type Field Description private int[]DescendantTokenCheck. limitedTokensSpecify set of tokens with limited occurrences as descendants. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with annotations of type XdocsPropertyType Modifier and Type Field Description private int[]MagicNumberCheck. constantWaiverParentTokenSpecify tokens that are allowed in the AST path from the number literal to the enclosing constant definition.private java.util.BitSetMultipleStringLiteralsCheck. ignoreOccurrenceContextSpecify token type names where duplicate strings are ignored even if they don't match ignoredStringsRegexp.private java.util.List<java.lang.Integer>IllegalTypeCheck. memberModifiersControl whether to check only methods and fields with any of the specified modifiers. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.header
Fields in com.puppycrawl.tools.checkstyle.checks.header with annotations of type XdocsPropertyType Modifier and Type Field Description private java.nio.charset.CharsetAbstractHeaderCheck. charsetSpecify the character encoding to use when reading the headerFile. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with annotations of type XdocsPropertyType Modifier and Type Field Description private java.util.List<java.lang.Integer>AtclauseOrderCheck. targetSpecify the list of block tags targeted. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.regexp
Fields in com.puppycrawl.tools.checkstyle.checks.regexp with annotations of type XdocsPropertyType Modifier and Type Field Description private java.lang.StringRegexpMultilineCheck. formatSpecify the format of the regular expression to match.private java.lang.StringRegexpSinglelineCheck. formatSpecify the format of the regular expression to match.private java.lang.StringRegexpSinglelineJavaCheck. formatSpecify the format of the regular expression to match. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters with annotations of type XdocsPropertyType Modifier and Type Field Description private java.lang.StringSuppressionCommentFilter. checkFormatSpecify check pattern to suppress.private java.lang.StringSuppressWithNearbyCommentFilter. checkFormatSpecify check pattern to suppress.private java.lang.StringSuppressWithPlainTextCommentFilter. checkFormatSpecify check pattern to suppress.private java.lang.StringSuppressionCommentFilter. idFormatSpecify check ID pattern to suppress.private java.lang.StringSuppressWithNearbyCommentFilter. idFormatSpecify check ID pattern to suppress.private java.lang.StringSuppressWithPlainTextCommentFilter. idFormatSpecify check ID pattern to suppress.private java.lang.StringSuppressionCommentFilter. messageFormatSpecify message pattern to suppress.private java.lang.StringSuppressWithNearbyCommentFilter. messageFormatDefine message pattern to suppress.private java.lang.StringSuppressWithPlainTextCommentFilter. messageFormatSpecify message pattern to suppress.
-