Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Replacement for org.eclipse.cdt.core.parser.ParserFactory API


Hello.

According to the CVS log, the disappearance of most of org.eclipse.cdt.core.parser.ParserFactory is related to bug 209772 (https://bugs.eclipse.org/209772). Of particular interest in our product was the creation of an IScanner. In CDT 5, the only implemention of that interface seems to be CPreprocessor (which is not public). Is there public API to create a scanner?

Thanks,

Keith

Back to the top