Class IgnoreFilter
- java.lang.Object
-
- org.apache.derby.iapi.sql.compile.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.
-
-
-
Method Detail
-
accept
public boolean accept(Visitable visitable)
Description copied from interface:VisitableFilter
Return true if the Visitable passes the filter.- Specified by:
accept
in interfaceVisitableFilter
-
-