Class IntMatchFilterElement

java.lang.Object
com.puppycrawl.tools.checkstyle.filters.IntMatchFilterElement
All Implemented Interfaces:
IntFilterElement

This filter element is immutable and accepts a matching Integer.
  • Field Details

    • matchValue

      private final int matchValue
      The matching Integer.
  • Constructor Details

    • IntMatchFilterElement

      IntMatchFilterElement(int matchValue)
      Constructs a MatchFilter for an int.
      Parameters:
      matchValue - the matching int.
  • Method Details