Interface VisitableFilter

All Known Implementing Classes:
IgnoreFilter, ScopeFilter, TagFilter

public interface VisitableFilter
Filter for qualifying Visitables.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Visitable visitable)
    Return true if the Visitable passes the filter.