- DECL_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
-
DECL_SPECIFIER
represents the relationship between a
IASTFunctionDefinition
and its
IASTDeclSpecifier
.
- DECL_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
-
DECL_SPECIFIER
represents the relationship between an
IASTParameterDeclaration
and its nested
IASTDeclSpecifier
.
- DECL_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclaration
-
DECL_SPECIFIER
represents the relationship between an
IASTSimpleDeclaration
and it's nested
IASTDeclSpecifier
.
- DECL_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeId
-
DECL_SPECIFIER
represents the relationship between an IASTTypeId
and it's nested IASTDeclSpecifier
.
- DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
-
DECLARATION
represents the nested declaration within the catch handler.
- DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTRangeBasedForStatement
-
- DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclarationStatement
-
DECLARATION
represents the relationship between a
declaration statement and the declaration it wraps.
- DECLARATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTInitCapture
-
- DECLARATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLambdaExpression
-
- DECLARATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
-
DECLARATOR
represents the relationship between a
IASTFunctionDefinition
and its
IASTFunctionDeclarator
.
- DECLARATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
-
DECLARATOR
represents the relationship between an
IASTParameterDeclaration
and its nested
IASTDeclarator
.
- DECLARATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclaration
-
DECLARATOR
represents the relationship between an
IASTSimpleDeclaration
and it's nested
IASTDeclarator
s.
- DECLARATOR_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
-
DECLARATOR_NAME
represents the relationship between an
IASTDeclarator
and an IASTName
.
- declaresParameterPack() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclarator
-
Returns whether the declarator contains an ellipsis, in which case it declares
a parameter pack.
- DECLTYPE_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
- DEFAULT_INSTANCE - Static variable in class org.eclipse.cdt.core.model.AssemblyLanguage
-
- DEFAULT_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
-
Relation between template parameter and its default type.
- DEFAULT_VALUE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
-
Relation between template template parameter and its default value.
- delete(ICElement[], boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ICModel
-
Deletes the given elements, forcing the operation if necessary and specified.
- delete(boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ISourceManipulation
-
Deletes this element, forcing if specified and necessary.
- DESIGNATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
-
- DESIGNATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDesignatedInitializer
-
The part of the initializer before the equal sign.
- destroy() - Method in interface org.eclipse.cdt.core.model.IWorkingCopy
-
Destroys this working copy, closing its buffer and discarding
its structure.
- destroy() - Method in class org.eclipse.cdt.utils.spawner.Spawner
-
See java.lang.Process#destroy ();
Clients are responsible for explicitly closing any streams
that they have requested through
getErrorStream(), getInputStream() or getOutputStream()
- DEVICE_PATH - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Status constant indicating that a path specifying a device
was supplied to the operation when a path with no device is
required.
- doesNotExist() - Method in class org.eclipse.cdt.core.model.CModelException
-
Returns whether this exception indicates that a C model element does not
exist.
- doesNotExist() - Method in interface org.eclipse.cdt.core.model.ICModelStatus
-
Returns whether this status indicates that a C model element does not exist.
- DOMException - Exception in org.eclipse.cdt.core.dom.ast
-
This is the general purpose exception that is thrown for resolving semantic
aspects of an illegal binding.
- DOMException(IProblemBinding) - Constructor for exception org.eclipse.cdt.core.dom.ast.DOMException
-