org.eclipse.xtext.common.types.xtext.ui
Class TypeMatchFilters.Not

java.lang.Object
  extended by org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.Not
All Implemented Interfaces:
ITypesProposalProvider.Filter
Enclosing class:
TypeMatchFilters

public static class TypeMatchFilters.Not
extends java.lang.Object
implements ITypesProposalProvider.Filter


Constructor Summary
TypeMatchFilters.Not(ITypesProposalProvider.Filter delegate)
           
 
Method Summary
 boolean accept(int modifiers, char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, java.lang.String path)
           
 int getSearchFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMatchFilters.Not

public TypeMatchFilters.Not(ITypesProposalProvider.Filter delegate)
Method Detail

accept

public boolean accept(int modifiers,
                      char[] packageName,
                      char[] simpleTypeName,
                      char[][] enclosingTypeNames,
                      java.lang.String path)
Specified by:
accept in interface ITypesProposalProvider.Filter

getSearchFor

public int getSearchFor()
Specified by:
getSearchFor in interface ITypesProposalProvider.Filter
Since:
2.0
See Also:
IJavaSearchConstants