org.eclipse.xtext.common.types.xtext.ui
Interface ITypesProposalProvider.Filter

All Known Implementing Classes:
TypeMatchFilters.All, TypeMatchFilters.And, TypeMatchFilters.CanInstantiate, TypeMatchFilters.IsPublic, TypeMatchFilters.None, TypeMatchFilters.Not, TypeMatchFilters.Or
Enclosing interface:
ITypesProposalProvider

public static interface ITypesProposalProvider.Filter


Method Summary
 boolean accept(int modifiers, char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, java.lang.String path)
           
 int getSearchFor()
           
 

Method Detail

accept

boolean accept(int modifiers,
               char[] packageName,
               char[] simpleTypeName,
               char[][] enclosingTypeNames,
               java.lang.String path)

getSearchFor

int getSearchFor()
Since:
2.0
See Also:
IJavaSearchConstants