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

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

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


Constructor Summary
TypeMatchFilters.None()
           
 
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.None

public TypeMatchFilters.None()
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