Uses of Interface
com.puppycrawl.tools.checkstyle.filters.IntFilterElement
Packages that use IntFilterElement
Package
Description
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 IntFilterElementModifier and TypeClassDescription(package private) class
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
This filter element is immutable and accepts a matching Integer.(package private) class
This filter element is immutable and accepts an Integer in a range.Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type IntFilterElementModifier and TypeFieldDescriptionprivate final Set<IntFilterElement>
CsvFilterElement.filters
Filter set.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type IntFilterElementModifier and TypeMethodDescriptionprotected Set<IntFilterElement>
CsvFilterElement.getFilters()
Returns the IntFilters of the filter set.Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type IntFilterElementModifier and TypeMethodDescriptionprivate void
CsvFilterElement.addFilter
(IntFilterElement filter) Adds a IntFilterElement to the set.