Class IgnoreFilter

  • All Implemented Interfaces:
    VisitableFilter

    public class IgnoreFilter
    extends java.lang.Object
    implements VisitableFilter
    Filter which fails all Visitables.
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreFilter()
      Trivial constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(Visitable visitable)
      Return true if the Visitable passes the filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IgnoreFilter

        public IgnoreFilter()
        Trivial constructor