Interface TreeWalkerFilter

All Known Implementing Classes:
SuppressionCommentFilter, SuppressionXpathFilter, SuppressionXpathSingleFilter, SuppressWithNearbyCommentFilter, XpathFileGeneratorAstFilter, XpathFilterElement
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

An interface for filtering TreeWalkerAuditEvent.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
    Determines whether or not a filtered TreeWalkerAuditEvent is accepted.
  • Method Details

    • accept

      boolean accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
      Determines whether or not a filtered TreeWalkerAuditEvent is accepted.
      Parameters:
      treeWalkerAuditEvent - the TreeWalkerAuditEvent to filter.
      Returns:
      true if the event is accepted.