| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<IntFilterElement> |
CsvFilterElement.filters
Filter set.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<IntFilterElement> |
CsvFilterElement.getFilters()
Returns the IntFilters of the filter set.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CsvFilterElement.addFilter(IntFilterElement filter)
Adds a IntFilterElement to the set.
|
Copyright © 2001-2022. All Rights Reserved.