Uses of Interface
com.puppycrawl.tools.checkstyle.filters.IntFilter
-
Packages that use IntFilter Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of IntFilter in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement IntFilter Modifier and Type Class Description (package private) class
CsvFilter
This filter accepts an integer that matches a CSV value, where each value is an integer or a range of integers.(package private) class
IntMatchFilter
This filter accepts a matching Integer.(package private) class
IntRangeFilter
This filter accepts an Integer in a range.Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type IntFilter Modifier and Type Field Description private java.util.Set<IntFilter>
CsvFilter. filters
Filter set.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type IntFilter Modifier and Type Method Description protected java.util.Set<IntFilter>
CsvFilter. getFilters()
Returns the IntFilters of the filter set.Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type IntFilter Modifier and Type Method Description void
CsvFilter. addFilter(IntFilter filter)
Adds a IntFilter to the set.
-