mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
* construct ASTs, instead.
|
||||
* @noreference This method is not intended to be referenced by clients.
|
||||
*/
|
||||
@Deprecated
|
||||
public org.eclipse.cdt.core.dom.CDOM getDOM() {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM - Initial API and implementation
|
||||
* IBM - Initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTCompletionNode;
|
||||
|
@ -20,13 +20,9 @@ import org.eclipse.core.resources.IStorage;
|
|||
/**
|
||||
* @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
|
||||
* 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
|
||||
public class CDOM implements IASTServiceProvider {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM - Initial API and implementation
|
||||
* IBM - Initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom;
|
||||
|
||||
|
@ -19,10 +19,6 @@ import org.eclipse.core.resources.IProject;
|
|||
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
|
||||
* @deprecated Use methods provided by {@link ITranslationUnit} or {@link ILanguage}.
|
||||
* @noreference This interface is not intended to be referenced by clients.
|
||||
|
|
Loading…
Add table
Reference in a new issue