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) class
CsvFilterElement
This 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) class
IntMatchFilterElement
This filter element is immutable and accepts a matching Integer.(package private) class
IntRangeFilterElement
This 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 Set<IntFilterElement>
CsvFilterElement. filters
Filter set.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type IntFilterElement Modifier and Type Method Description protected 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 void
CsvFilterElement. addFilter(IntFilterElement filter)
Adds a IntFilterElement to the set.
-