Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyTextFilter.Suppression
Packages that use SuppressWithNearbyTextFilter.Suppression
Package
Description
Contains the filters that are bundled with the main distribution.
- 
Uses of SuppressWithNearbyTextFilter.Suppression in com.puppycrawl.tools.checkstyle.filtersFields in com.puppycrawl.tools.checkstyle.filters with type parameters of type SuppressWithNearbyTextFilter.SuppressionModifier and TypeFieldDescriptionprivate final List<SuppressWithNearbyTextFilter.Suppression>SuppressWithNearbyTextFilter.suppressionsSuppressions encountered in current file.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressWithNearbyTextFilter.SuppressionModifier and TypeMethodDescriptionSuppressWithNearbyTextFilter.getSuppression(FileText fileText, int lineNo) Tries to extract the suppression from the given line.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type SuppressWithNearbyTextFilter.SuppressionModifier and TypeMethodDescriptionprivate static Optional<SuppressWithNearbyTextFilter.Suppression>SuppressWithNearbyTextFilter.getNearestSuppression(Collection<SuppressWithNearbyTextFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithNearbyTextFilter.Suppressioninstance which can suppress the givenAuditEvent.Method parameters in com.puppycrawl.tools.checkstyle.filters with type arguments of type SuppressWithNearbyTextFilter.SuppressionModifier and TypeMethodDescriptionprivate static Optional<SuppressWithNearbyTextFilter.Suppression>SuppressWithNearbyTextFilter.getNearestSuppression(Collection<SuppressWithNearbyTextFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithNearbyTextFilter.Suppressioninstance which can suppress the givenAuditEvent.