mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-25 17:23:56 +02:00
Added @noreference to the CCorePlugin.getDOM method and the CDOM class
Change-Id: I73119bb3463dc932d0951522645f351dec62fd86
This commit is contained in:
parent
1517b88854
commit
bb9fe47b10
3 changed files with 5 additions and 12 deletions
|
@ -1286,6 +1286,7 @@ public class CCorePlugin extends Plugin {
|
||||||
/**
|
/**
|
||||||
* @deprecated use {@link ITranslationUnit} or {@link ILanguage} to
|
* @deprecated use {@link ITranslationUnit} or {@link ILanguage} to
|
||||||
* construct ASTs, instead.
|
* construct ASTs, instead.
|
||||||
|
* @noreference This method is not intended to be referenced by clients.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public org.eclipse.cdt.core.dom.CDOM getDOM() {
|
public org.eclipse.cdt.core.dom.CDOM getDOM() {
|
||||||
|
|
|
@ -20,13 +20,9 @@ import org.eclipse.core.resources.IStorage;
|
||||||
/**
|
/**
|
||||||
* @author jcamelon
|
* @author jcamelon
|
||||||
*
|
*
|
||||||
* This class serves as the manager of the AST/DOM mechanisms for the CDT.
|
|
||||||
* It should be eventually added to CCorePlugin for startup.
|
|
||||||
*
|
|
||||||
* @noextend This class is not intended to be subclassed by clients.
|
|
||||||
* @noinstantiate This class is not intended to be instantiated by clients.
|
|
||||||
* @deprecated This class does not take into account language mappings. Use
|
* @deprecated This class does not take into account language mappings. Use
|
||||||
* org.eclipse.cdt.core.model.ILanguage instead.
|
* {@link org.eclipse.cdt.core.model.ILanguage} instead.
|
||||||
|
* @noreference This class is not intended to be referenced by clients.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class CDOM implements IASTServiceProvider {
|
public class CDOM implements IASTServiceProvider {
|
||||||
|
|
|
@ -19,10 +19,6 @@ import org.eclipse.core.resources.IProject;
|
||||||
import org.eclipse.core.resources.IStorage;
|
import org.eclipse.core.resources.IStorage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the mechanism that represents a parser service in the CDT.
|
|
||||||
*
|
|
||||||
* IASTTranslationUnits and ASTCompletionNodes are artifacts that this service returns.
|
|
||||||
*
|
|
||||||
* @author jcamelon
|
* @author jcamelon
|
||||||
* @deprecated Use methods provided by {@link ITranslationUnit} or {@link ILanguage}.
|
* @deprecated Use methods provided by {@link ITranslationUnit} or {@link ILanguage}.
|
||||||
* @noreference This interface is not intended to be referenced by clients.
|
* @noreference This interface is not intended to be referenced by clients.
|
||||||
|
|
Loading…
Add table
Reference in a new issue