Eclipse CDT
Pre-release 3.0

Uses of Class
org.eclipse.cdt.core.search.ICSearchConstants.LimitTo

Packages that use ICSearchConstants.LimitTo
org.eclipse.cdt.core.search   
 

Uses of ICSearchConstants.LimitTo in org.eclipse.cdt.core.search
 

Fields in org.eclipse.cdt.core.search declared as ICSearchConstants.LimitTo
static ICSearchConstants.LimitTo ICSearchConstants.ALL_OCCURRENCES
          The search result is a declaration, a reference, or an implementer of an interface.
static ICSearchConstants.LimitTo ICSearchConstants.DECLARATIONS
          The search result is a declaration.
static ICSearchConstants.LimitTo ICSearchConstants.DECLARATIONS_DEFINITIONS
          The search result is a declaration or a definitoin
static ICSearchConstants.LimitTo ICSearchConstants.DEFINITIONS
          The search result is a type that implements an interface.
static ICSearchConstants.LimitTo ICSearchConstants.REFERENCES
          The search result is a reference.
static ICSearchConstants.LimitTo ICSearchConstants.UNKNOWN_LIMIT_TO
           
 

Methods in org.eclipse.cdt.core.search that return ICSearchConstants.LimitTo
 ICSearchConstants.LimitTo ICSearchPattern.getLimitTo()
           
 

Methods in org.eclipse.cdt.core.search with parameters of type ICSearchConstants.LimitTo
 boolean OrPattern.canAccept(ICSearchConstants.LimitTo limit)
           
 boolean ICSearchPattern.canAccept(ICSearchConstants.LimitTo limit)
           
static ICSearchPattern SearchEngine.createSearchPattern(String stringPattern, ICSearchConstants.SearchFor searchFor, ICSearchConstants.LimitTo limitTo, boolean isCaseSensitive)
           
static Set DOMSearchUtil.getMatchesFromSearchEngine(ICSearchScope scope, IASTName searchName, ICSearchConstants.LimitTo limitTo)
          This is a convenience method that uses the SearchEngine to find declarations, references, or both that correspond to the IASTName searchName found in the index.
static Set DOMSearchUtil.getMatchesFromSearchEngine(ICSearchScope scope, String searchPattern, ICSearchConstants.LimitTo limitTo)
          This is a convenience method that uses the SearchEngine to find everything in the index that matches to a String.
static IASTName[] DOMSearchUtil.getNamesFromDOM(IASTName searchName, ICSearchConstants.LimitTo limitTo)
          This is used to get the names from the TU that the IASTName searchName belongs to.
 int OrPattern.matchLevel(org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node, ICSearchConstants.LimitTo limit)
           
 int ICSearchPattern.matchLevel(org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node, ICSearchConstants.LimitTo limit)
           
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.