Uses of Class
org.eclipse.wst.jsdt.internal.core.index.EntryResult

Packages that use EntryResult
org.eclipse.wst.jsdt.internal.core.index   
 

Uses of EntryResult in org.eclipse.wst.jsdt.internal.core.index
 

Methods in org.eclipse.wst.jsdt.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.