Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Finding include dependencies.


In the earlier search functionality there was a way to search for include dependencies.
One could do something like the following (extracted from erstwhile class org.eclipse.cdt.internal.core.sourcedependency.UpdateDependency)
 
CSearchPattern.createPattern(location.toOSString(),ICSearchConstants.INCLUDE, ICSearchConstants.REFERENCES,ICSearchConstants.EXACT_MATCH, true);

What would be the new equivalent on the PDOM infrastructure?
--
neeraj

Back to the top