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