Uses of Interface
com.puppycrawl.tools.checkstyle.filters.IntFilterElement
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of IntFilterElement in com.puppycrawl.tools.checkstyle.filters
Modifier 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.Modifier and TypeFieldDescriptionprivate final Set<IntFilterElement>
CsvFilterElement.filters
Filter set.Modifier and TypeMethodDescriptionprotected Set<IntFilterElement>
CsvFilterElement.getFilters()
Returns the IntFilters of the filter set.Modifier and TypeMethodDescriptionprivate void
CsvFilterElement.addFilter
(IntFilterElement filter) Adds a IntFilterElement to the set.