1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00

Deprecated TranslationUnitHelper.

This commit is contained in:
Sergey Prigogin 2011-04-18 17:51:56 +00:00
parent 86cb18aa35
commit 0ae7869ae4

View file

@ -38,8 +38,9 @@ import org.eclipse.cdt.internal.ui.refactoring.Container;
* A collection of methods that deal with IASTTranslationUnits.
*
* @author Mirko Stocker
*
* @deprecated Use REfactoringASTCache.
*/
@Deprecated
public class TranslationUnitHelper {
private static final int AST_STYLE = ITranslationUnit.AST_CONFIGURE_USING_SOURCE_CONTEXT | ITranslationUnit.AST_SKIP_INDEXED_HEADERS;