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) classCsvFilterThis filter accepts an integer that matches a CSV value, where each value is an integer or a range of integers.(package private) classIntMatchFilterThis filter accepts a matching Integer.(package private) classIntRangeFilterThis 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. filtersFilter 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 voidCsvFilter. addFilter(IntFilter filter)Adds a IntFilter to the set.
-