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

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

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


Constructor Summary
TypeMatchFilters.And(ITypesProposalProvider.Filter[] delegates)
           
 
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.And

public TypeMatchFilters.And(ITypesProposalProvider.Filter[] delegates)
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