Eclipse CDT
7.0

Deprecated API


Contents
Deprecated Interfaces
org.eclipse.cdt.core.dom.ast.IASTBuiltinSymbolProvider
          Use IBuiltinBindingsProvider instead 
org.eclipse.cdt.core.dom.ast.IASTInitializerExpression
          Replaced by IASTEqualsInitializer. 
org.eclipse.cdt.core.dom.ast.IASTMacroExpansion
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionTryBlockDeclarator
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
          Unified with ICPPASTSimpleTypeConstructorExpression. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPDeferredTemplateInstance
          use ICPPDeferredClassInstance instead. 
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
          Everything can be expressed as ICASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.gnu.IGNUASTUnaryExpression
          Replaced by IASTUnaryExpression. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTDeclSpecifier
          Replaced by IASTDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
          Replaced by ICPPASTExplicitTemplateInstantiation 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
          Replaced by ICPPASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType
          use ICPPBasicType, instead. 
 

Deprecated Fields
org.eclipse.cdt.core.model.ITranslationUnit.AST_CREATE_COMMENT_NODES
          The option has no effect. 
org.eclipse.cdt.core.model.ICElement.C_CLASS_CTOR
          use IMethodDeclaration.isConstructor() 
org.eclipse.cdt.core.model.ICElement.C_CLASS_DTOR
          use IMethodDeclaration.isDestructor() 
org.eclipse.cdt.core.model.ICElement.C_STORAGE_EXTERN
          not used anymore 
org.eclipse.cdt.core.model.ICElement.C_STORAGE_STATIC
          use IDeclaration.isStatic() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.CONSTRUCTOR_CHAIN_MEMBER
           
org.eclipse.cdt.core.model.ICElement.CPP_FRIEND
          use IMethodDeclaration.isFriend() 
org.eclipse.cdt.core.model.ICElement.CPP_PRIVATE
          use IMember.getVisibility() 
org.eclipse.cdt.core.model.ICElement.CPP_PROTECTED
          use IMember.getVisibility() 
org.eclipse.cdt.core.model.ICElement.CPP_PUBLIC
          use IMember.getVisibility() 
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.EXPANSION_NAME
          names for macro expansions are nested inside of IASTPreprocessorMacroExpansion. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer.EXPRESSION
           
org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint.HARDWARE
          use ICBreakpointTyped.HARDWARE 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.INITIALIZER_VALUE
          Replaced by ICPPASTSimpleTypeConstructorExpression.INITIALIZER. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType.LAST
           
org.eclipse.cdt.core.dom.ast.IProblemBinding.LAST_PROBLEM
           
org.eclipse.cdt.core.dom.ast.IASTLiteralExpression.lk_last
          all possible values must be defined in IASTLiteralExpression. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.NEW_TYPEID_ARRAY_EXPRESSION
          the id-expressions are part of the type-id. 
org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression.op_last
          constants should be declared here, to avoid using the same constant in different interfaces. 
org.eclipse.cdt.core.dom.ast.IASTBinaryExpression.op_last
          all constants must be defined here, to avoid using the same value twice. 
org.eclipse.cdt.core.dom.ast.IASTUnaryExpression.op_last
          all constants must be defined in this interface 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeIdExpression.op_last
          all constants should be declared in IASTTypeIdExpression 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression.op_last
          all constants to be defined in IASTUnaryExpression 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression.op_last
          all constants must be defined in IASTBinaryExpression, to avoid duplicate usage of the same constant. 
org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression.op_last
          all constants must be declared in IASTTypeIdExpression 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression.op_last
          all constants must be defined in IASTBinaryExpression to avoid using a constant twice. 
org.eclipse.cdt.core.dom.ast.IASTUnaryExpression.op_typeof
          Shall not be used, 'typeof something' is not an expression, it's a declaration specifier. 
org.eclipse.cdt.core.model.ILanguage.OPTION_ADD_COMMENTS
           
org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression.PARAMETERS
           
org.eclipse.cdt.core.model.ElementChangedEvent.PRE_AUTO_BUILD
          - no longer used, such deltas are now notified during POST_CHANGE 
org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint.REGULAR
          use ICBreakpointTyped.REGULAR 
org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier.sc_last
          All constants must be defined in this interface. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier.sc_last
          All constants must be defined in IASTDeclSpecifier 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_bool
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType.t_bool
           
org.eclipse.cdt.core.dom.ast.c.ICBasicType.t_Bool
           
org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier.t_Bool
          Replaced by IASTSimpleDeclSpecifier.t_bool. 
org.eclipse.cdt.core.dom.ast.IBasicType.t_char
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_char
           
org.eclipse.cdt.core.dom.ast.IBasicType.t_double
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_double
           
org.eclipse.cdt.core.dom.ast.IBasicType.t_float
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_float
           
org.eclipse.cdt.core.dom.ast.IBasicType.t_int
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_int
           
org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier.t_last
          all constants must be defined in this interface 
org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier.t_last
          All constants must be defined in IASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_last
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier.t_last
          all constants must be defined in IASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.t_last
          All constants must be defined in IASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.t_last
          All constants must be defined in IASTSimpleDeclSpecifier. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_long
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_short
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_signed
           
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.t_typeof
          Replaced by IASTSimpleDeclSpecifier.t_typeof. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType.t_typeof
          don't use this constant. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_unsigned
           
org.eclipse.cdt.core.dom.ast.IBasicType.t_unspecified
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_unspecified
           
org.eclipse.cdt.core.dom.ast.IBasicType.t_void
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_void
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.t_wchar_t
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType.t_wchar_t
           
org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint.TEMPORARY
          use ICBreakpointTyped.TEMPORARY 
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.TYPEOF_EXPRESSION
          Replaced by IASTSimpleDeclSpecifier.DECLTYPE_EXPRESSION. 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.TYPEOF_EXPRESSION
          Replaced by IASTSimpleDeclSpecifier.DECLTYPE_EXPRESSION. 
 

Deprecated Methods
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.addConstructorToChain(ICPPASTConstructorChainInitializer)
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAmbiguousTemplateArgument.addIdExpression(IASTIdExpression)
          Replaced by ICPPASTAmbiguousTemplateArgument.addIdExpression(IASTExpression). 
org.eclipse.cdt.core.dom.ast.IASTInitializerList.addInitializer(IASTInitializer)
          Replaced by IASTInitializerList.addClause(IASTInitializerClause). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.addNewTypeIdArrayExpression(IASTExpression)
          the id-expressions are part of the type-id 
org.eclipse.cdt.debug.core.cdi.model.ICDIMemorySpaceManagement.addressToString(BigInteger, String)
          CDI clients should implement ICDIMemorySpaceEncoder 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration.addTemplateParamter(ICPPASTTemplateParameter)
          Use addTemplateParameter. 
org.eclipse.cdt.core.model.ITranslationUnit.findSharedWorkingCopy(IBufferFactory)
          use ITranslationUnit.findSharedWorkingCopy(), or CDTUITools.getWorkingCopyManager() instead. 
org.eclipse.cdt.core.model.LanguageManager.getAllContentTypes()
          use getRegisteredContentTypes() instead. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPSpecialization.getArgumentMap()
          use ICPPSpecialization.getTemplateParameterMap(), instead. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateInstance.getArguments()
          Replaced by ICPPTemplateInstance.getTemplateArguments(). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPClassTemplatePartialSpecialization.getArguments()
          use ICPPClassTemplatePartialSpecialization.getTemplateArguments(), instead. 
org.eclipse.cdt.core.model.ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService)
          replaced by ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService) 
org.eclipse.cdt.core.model.AbstractLanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService)
          replaced by AbstractLanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService) 
org.eclipse.cdt.core.model.ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService)
          replaced by ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService) 
org.eclipse.cdt.core.model.AssemblyLanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService)
           
org.eclipse.cdt.core.model.ITranslationUnit.getCodeReader()
           
org.eclipse.cdt.core.model.ILanguage.getCompletionNode(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService, int)
          replaced by ILanguage.getCompletionNode(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, IParserLogService, int). 
org.eclipse.cdt.core.model.AssemblyLanguage.getCompletionNode(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService, int)
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.getConstructorChain()
          use ICPPASTFunctionDefinition.getMemberInitializers(), instead. 
org.eclipse.cdt.core.model.LanguageManager.getContributedModelBuilderFor(TranslationUnit)
          use LanguageManager.getContributedModelBuilderFor(ITranslationUnit), instead. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateNonTypeParameter.getDefault()
           
org.eclipse.cdt.core.dom.ast.IASTMacroExpansion.getExpansionLocations()
          use IASTNodeLocation.asFileLocation(). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer.getExpression()
          Replaced by ICPPASTConstructorInitializer.getArguments(). 
org.eclipse.cdt.core.dom.ast.IASTInitializerList.getInitializers()
          Replaced by IASTInitializerList.getClauses(). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer.getInitializerValue()
          Replaced by ICPPASTConstructorChainInitializer.getInitializer(). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.getInitialValue()
          Replaced by ICPPASTSimpleTypeConstructorExpression.getInitializer() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.getNewInitializer()
          Replaced by ICPPASTNewExpression.getInitializer() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.getNewPlacement()
          Replaced by ICPPASTNewExpression.getPlacementArguments() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.getNewTypeIdArrayExpressions()
          the id-expressions are part of the type-id. 
org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer.getOperandInitializer()
          Replaced by ICASTDesignatedInitializer.getOperand(); 
org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression.getParameterExpression()
          Replaced by IASTFunctionCallExpression.getArguments(). 
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getParserLanguage()
          don't use it. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType.getQualifierBits()
          use IBasicType.getModifiers(), instead. 
org.eclipse.cdt.core.model.ILanguage.getSelectedNames(IASTTranslationUnit, int, int)
          replaced by IASTTranslationUnit.getNodeSelector(String). 
org.eclipse.cdt.core.model.ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IBufferFactory)
          use ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IProblemRequestor), or CDTUITools.getWorkingCopyManager() instead. 
org.eclipse.cdt.core.model.ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor)
          use ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IProblemRequestor), or CDTUITools.getWorkingCopyManager() instead. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.getSimpleType()
          Replaced by ICPPASTSimpleTypeConstructorExpression.getDeclSpecifier(). 
org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression.getSubscriptExpression()
          Replaced by IASTArraySubscriptExpression.getArgument() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateScope.getTemplateDefinition()
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPFunctionType.getThisType()
          function types don't relate to this pointers at all. 
org.eclipse.cdt.core.dom.ast.IBasicType.getType()
           
org.eclipse.cdt.core.model.IEnumeration.getTypeName()
            
org.eclipse.cdt.core.model.IStructureDeclaration.getTypeName()
          use isUnion(), isClass(), isStruct() 
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.getTypeofExpression()
          Replaced by IASTSimpleDeclSpecifier.getDeclTypeExpression(). 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.getTypeofExpression()
          Replaced by IASTSimpleDeclSpecifier.getDeclTypeExpression(). 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType.getTypeofType()
          don't use this method. 
org.eclipse.cdt.core.dom.ast.IBasicType.getValue()
           
org.eclipse.cdt.core.model.ITranslationUnit.getWorkingCopy(IProgressMonitor, IBufferFactory)
          use ITranslationUnit.getWorkingCopy(IProgressMonitor), or CDTUITools.getWorkingCopyManager() instead. 
org.eclipse.cdt.core.dom.ast.ASTTypeUtil.isConst(IType)
          don't use it does something strange 
org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint.isHardware()
          by ICDIBreakpoint2.getType() 
org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint.isTemporary()
          by ICDIBreakpoint2.getType() 
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.jump(ICDILocation)
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.jump(ICDILocation)
            
org.eclipse.cdt.core.dom.ast.ASTVisitor.leave(IASTComment)
          use IASTTranslationUnit.getComments(), instead. 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newConstructorChainInitializer(IASTName, IASTExpression)
          Replaced by ICPPNodeFactory.newConstructorChainInitializer(IASTName, IASTInitializer) 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newConstructorInitializer(IASTExpression)
          Replaced by ICPPNodeFactory.newConstructorInitializer(IASTInitializerClause[]). 
org.eclipse.cdt.core.dom.ast.c.ICNodeFactory.newDesignatedInitializer(IASTInitializer)
          Replaced by ICNodeFactory.newDesignatedInitializer(IASTInitializerClause). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newExplicitTemplateInstantiationGPP(IASTDeclaration)
          Replaced by ICPPNodeFactory.newExplicitTemplateInstantiation(IASTDeclaration). 
org.eclipse.cdt.core.dom.ast.INodeFactory.newFunctionCallExpression(IASTExpression, IASTExpression)
          Replaced by INodeFactory.newFunctionCallExpression(IASTExpression, IASTInitializerClause[]) 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newFunctionCallExpression(IASTExpression, IASTExpression)
          Replaced by ICPPNodeFactory.newFunctionCallExpression(IASTExpression, IASTInitializerClause[]). 
org.eclipse.cdt.core.dom.ast.INodeFactory.newInitializerExpression(IASTExpression)
          Replaced by INodeFactory.newEqualsInitializer(IASTInitializerClause). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newNewExpression(IASTExpression, IASTExpression, IASTTypeId)
          Replaced by ICPPNodeFactory.newNewExpression(IASTInitializerClause[], IASTInitializer, IASTTypeId) 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newReferenceOperator()
          Replaced by ICPPNodeFactory.newReferenceOperator(boolean). 
org.eclipse.cdt.core.dom.ast.c.ICNodeFactory.newSimpleDeclSpecifierGCC(IASTExpression)
          Replaced by ICNodeFactory.newSimpleDeclSpecifier() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newSimpleDeclSpecifierGPP()
          Replaced by ICPPNodeFactory.newSimpleDeclSpecifier() 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newSimpleTypeConstructorExpression(int, IASTExpression)
          Replaced by ICPPNodeFactory.newSimpleTypeConstructorExpression(ICPPASTDeclSpecifier, IASTInitializer) 
org.eclipse.cdt.core.dom.ast.INodeFactory.newTranslationUnit()
          Replaced by INodeFactory.newTranslationUnit(IScanner). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newTranslationUnit()
          Replaced by ICPPNodeFactory.newTranslationUnit(IScanner). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newTypenameExpression(IASTName, IASTExpression, boolean)
          Replaced by ICPPNodeFactory.newSimpleTypeConstructorExpression(ICPPASTDeclSpecifier, IASTInitializer) 
org.eclipse.cdt.core.model.ITranslationUnit.parse()
          don't use this method. 
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.resume()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.resume()
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.runUntil(ICDILocation)
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.runUntil(ICDILocation)
            
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.selectNodeForLocation(String, int, int)
          use IASTTranslationUnit.getNodeSelector(String), instead. 
org.eclipse.cdt.core.dom.ast.IASTPreprocessorMacroDefinition.setExpansion(String)
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer.setExpression(IASTExpression)
          Replaced by ICPPASTConstructorInitializer.setArguments(IASTInitializerClause[]). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer.setInitializerValue(IASTExpression)
          Replaced by ICPPASTConstructorChainInitializer.setInitializer(IASTInitializer). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.setInitialValue(IASTExpression)
          Replaced by ICPPASTSimpleTypeConstructorExpression.setInitializer(IASTInitializer) 
org.eclipse.cdt.core.dom.ast.IASTPreprocessorMacroDefinition.setName(IASTName)
           
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.setNewInitializer(IASTExpression)
          Replaced by ICPPASTNewExpression.setInitializer(IASTInitializer) 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.setNewPlacement(IASTExpression)
          Replaced by ICPPASTNewExpression.setPlacementArguments(IASTInitializerClause[]) 
org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer.setOperandInitializer(IASTInitializer)
          Replaced by setOperand(); 
org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression.setParameterExpression(IASTExpression)
          Replaced by IASTFunctionCallExpression.setArguments(IASTInitializerClause[]). 
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.setSimpleType(int)
          Replaced by ICPPASTSimpleTypeConstructorExpression.setDeclSpecifier(ICPPASTDeclSpecifier) 
org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression.setSubscriptExpression(IASTExpression)
          Replaced by IASTArraySubscriptExpression.setArgument(IASTInitializerClause) 
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.setTypeofExpression(IASTExpression)
          Replaced by IASTSimpleDeclSpecifier.setDeclTypeExpression(IASTExpression). 
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.setTypeofExpression(IASTExpression)
          Replaced by IASTSimpleDeclSpecifier.setDeclTypeExpression(IASTExpression). 
org.eclipse.cdt.core.dom.ast.IASTLiteralExpression.setValue(String)
          Replaced by IASTLiteralExpression.setValue(char[]). 
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.signal()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.signal()
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.signal(ICDISignal)
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.signal(ICDISignal)
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.stepInto()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.stepInto()
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.stepIntoInstruction()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.stepIntoInstruction()
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.stepOver()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.stepOver()
            
org.eclipse.cdt.debug.core.cdi.model.ICDITarget.stepOverInstruction()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.stepOverInstruction()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIThread.stepReturn()
            
org.eclipse.cdt.debug.core.cdi.model.ICDIMemorySpaceManagement.stringToAddress(String, StringBuffer)
          CDI clients should implement ICDIMemorySpaceEncoder 
org.eclipse.cdt.core.dom.ast.ASTVisitor.visit(IASTComment)
          use IASTTranslationUnit.getComments(), instead. 
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2010. All Rights Reserved.