java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.java.IndexFilter

public class IndexFilter extends Object
Can be subclassed and used for queries in the index.
  • Field Details

  • Constructor Details

    • IndexFilter

      public IndexFilter()
  • Method Details

    • getFilter

      public static IndexFilter getFilter()
      Get an IndexFilter that accepts everything
      Returns:
      an IndexFilter instance
    • acceptBinding

      public boolean acceptBinding(IBinding binding) throws org.eclipse.core.runtime.CoreException
      Determines whether or not a binding is valid.
      Parameters:
      binding - the binding being checked for validity
      Returns:
      whether or not the binding is valid
      Throws:
      org.eclipse.core.runtime.CoreException