org.eclipse.cdt.core.dom.ast.IASTAttributeSpecifier.addAttribute(IASTAttribute)
Use IASTAttributeList.addAttribute() instead.
|
org.eclipse.cdt.core.dom.ast.IASTAttributeOwner.addAttribute(IASTAttribute)
Ignored. Attributes should not be assigned to nodes directly,
but have to be wrapped by attribute specifiers.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.addConstructorToChain(ICPPASTConstructorChainInitializer)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAmbiguousTemplateArgument.addIdExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAmbiguousTemplateArgument.addIdExpression(IASTIdExpression)
|
org.eclipse.cdt.core.dom.ast.IASTInitializerList.addInitializer(IASTInitializer)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.addNewTypeIdArrayExpression(IASTExpression)
the id-expressions are part of the type-id
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter.addTemplateParamter(ICPPASTTemplateParameter)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration.addTemplateParamter(ICPPASTTemplateParameter)
|
org.eclipse.cdt.core.dom.ast.IScope.find(String)
|
org.eclipse.cdt.core.model.ITranslationUnit.findSharedWorkingCopy(IBufferFactory)
|
org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier.getAlignmentSpecifiers()
Use ICASTDeclSpecifier.getAlignmentSpecifiers() for C code.
In C++ code, alignment specifiers are now stored in the attribute specifier sequence.
|
org.eclipse.cdt.core.model.LanguageManager.getAllContentTypes()
use getRegisteredContentTypes() instead.
|
org.eclipse.cdt.core.dom.ast.IArrayType.getArraySizeExpression()
|
org.eclipse.cdt.core.model.AbstractLanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService)
|
org.eclipse.cdt.core.model.ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService)
|
org.eclipse.cdt.core.model.AssemblyLanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService) |
org.eclipse.cdt.core.model.ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService)
|
org.eclipse.cdt.core.dom.ast.IASTAttributeSpecifier.getAttributes()
Use IASTAttributeList.getAttributes() instead.
|
org.eclipse.cdt.core.dom.ast.IScope.getBindings(IASTName, boolean, boolean)
|
org.eclipse.cdt.core.dom.ast.IScope.getBindings(IASTName, boolean, boolean, IIndexFileSet)
|
org.eclipse.cdt.core.model.ITranslationUnit.getCodeReader() |
org.eclipse.cdt.core.model.AssemblyLanguage.getCompletionNode(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService, int) |
org.eclipse.cdt.core.model.ILanguage.getCompletionNode(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, IParserLogService, int)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.getConstructorChain()
|
org.eclipse.cdt.core.model.LanguageManager.getContributedModelBuilderFor(TranslationUnit)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateNonTypeParameter.getDefault() |
org.eclipse.cdt.core.dom.ast.IASTMacroExpansion.getExpansionLocations()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer.getExpression()
|
org.eclipse.cdt.core.dom.ast.IASTInitializerList.getInitializers()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer.getInitializerValue()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.getInitialValue()
|
org.eclipse.cdt.core.dom.ast.IValue.getInternalExpression()
Returns an empty character array.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier.getName()
Use getNameSpecifier() instead.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.getNewInitializer()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.getNewPlacement()
|
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()
|
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getParserLanguage()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType.getQualifierBits()
|
org.eclipse.cdt.utils.spawner.EnvironmentReader.getRawEnvVars()
|
org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage.getScannerExtensionConfiguration()
|
org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage.getScannerExtensionConfiguration()
|
org.eclipse.cdt.core.model.ILanguage.getSelectedNames(IASTTranslationUnit, int, int)
|
org.eclipse.cdt.core.model.ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IBufferFactory)
|
org.eclipse.cdt.core.model.ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.getSimpleType()
|
org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression.getSubscriptExpression()
|
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()
Use the type-safe version getKind(), instead.
|
org.eclipse.cdt.core.model.IEnumeration.getTypeName()
Useless method that always returns "enum".
|
org.eclipse.cdt.core.model.IStructureDeclaration.getTypeName()
use isUnion(), isClass(), isStruct()
|
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.getTypeofExpression()
|
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.getTypeofExpression()
|
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType.getTypeofType()
don't use this method.
|
org.eclipse.cdt.core.dom.ast.IValue.getUnknownBindings()
Returns an empty array.
|
org.eclipse.cdt.core.dom.ast.IBasicType.getValue()
Types don't have values.
|
org.eclipse.cdt.core.model.ITranslationUnit.getWorkingCopy(IProgressMonitor, IBufferFactory)
|
org.eclipse.cdt.core.dom.ast.ASTTypeUtil.isConst(IType)
don't use it does something strange
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newAttributeSpecifier()
Use newAttributeList() instead.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newBaseSpecifier(IASTName, int, boolean)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newConstructorChainInitializer(IASTName, IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newConstructorInitializer(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.c.ICNodeFactory.newDesignatedInitializer(IASTInitializer)
|
org.eclipse.cdt.core.dom.ast.INodeFactory.newFunctionCallExpression(IASTExpression, IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newFunctionCallExpression(IASTExpression, IASTExpression)
|
org.eclipse.cdt.core.dom.ast.INodeFactory.newGCCAttributeSpecifier()
Use newGCCAttributeList() instead.
|
org.eclipse.cdt.core.dom.ast.INodeFactory.newInitializerExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newNewExpression(IASTExpression, IASTExpression, IASTTypeId)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newQualifiedName()
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newReferenceOperator()
|
org.eclipse.cdt.core.dom.ast.c.ICNodeFactory.newSimpleDeclSpecifierGCC(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPNodeFactory.newTypenameExpression(IASTName, IASTExpression, boolean)
|
org.eclipse.cdt.core.dom.ast.IValue.numericalValue()
Use numberValue() instead.
|
org.eclipse.cdt.core.model.ITranslationUnit.parse()
don't use this method.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTranslationUnit.resolveBinding()
|
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.selectNodeForLocation(String, int, int)
|
org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier.setAlignmentSpecifiers(IASTAlignmentSpecifier[])
Use ICASTDeclSpecifier.setAlignmentSpecifiers() for C code.
In C++ code, alignment specifiers are now stored in the attribute specifier sequence.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer.setExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.setFinal(boolean)
Use setVirtSpecifier() instead.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.setFinal(boolean)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer.setInitializerValue(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.setInitialValue(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier.setName(IASTName)
Use setNameSpecifier() instead.
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.setNewInitializer(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression.setNewPlacement(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer.setOperandInitializer(IASTInitializer)
Replaced by setOperand();
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator.setOverride(boolean)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression.setSimpleType(int)
|
org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression.setSubscriptExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier.setTypeofExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier.setTypeofExpression(IASTExpression)
|
org.eclipse.cdt.core.dom.ast.IASTLiteralExpression.setValue(String)
|
org.eclipse.cdt.core.dom.ast.cpp.ICPPClassSpecialization.specializeMember(IBinding)
Specializing a member may require a point of instantiation.
|