Uses of Class
org.eclipse.jdt.internal.core.index.EntryResult

Packages that use EntryResult
org.eclipse.jdt.core.search   
org.eclipse.jdt.internal.core.index   
org.eclipse.jdt.internal.core.search.matching   
 

Uses of EntryResult in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search that return EntryResult
 EntryResult[] SearchPattern.queryIn(Index index)
           
 

Uses of EntryResult in org.eclipse.jdt.internal.core.index
 

Methods in org.eclipse.jdt.internal.core.index that return EntryResult
 EntryResult[] Index.query(char[][] categories, char[] key, int matchRule)
          Returns the entries containing the given key in a group of categories, or null if no matches are found.
 

Uses of EntryResult in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching that return EntryResult
 EntryResult[] TypeDeclarationPattern.queryIn(Index index)
           
 EntryResult[] PackageDeclarationPattern.queryIn(Index index)
           
 EntryResult[] SecondaryTypeDeclarationPattern.queryIn(Index index)
           
 EntryResult[] ConstructorPattern.queryIn(Index index)
           
 EntryResult[] MultiTypeDeclarationPattern.queryIn(Index index)
           
 EntryResult[] MethodPattern.queryIn(Index index)
           
 EntryResult[] SuperTypeReferencePattern.queryIn(Index index)