- DECIMAL - Static variable in interface org.eclipse.cdt.debug.core.cdi.ICDIFormat
-
- 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.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
-
- decodeAddress(String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemorySpaceEncoder
-
- 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.
- deleteAllBreakpoints() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
-
Remove all the breakpoints
- deleteAllTracepoints() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
-
Deletes all tracepoints.
- deleteBreakpoints(ICDIBreakpoint[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
-
Remove the breakpoints
- deleteTracepoint(ICDITracepoint) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
-
Deletes the given tracepoint.
- deleteTracepoints(ICDITracepoint[]) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
-
Deletes the given array of tracepoints.
- DESIGNATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
-
- 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()
- destroyAllExpressions() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExpressionManagement
-
Remove all expressions on this target
- destroyExpressions(ICDIExpression[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExpressionManagement
-
Remove expressions for this target
- 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.
- disconnect() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Disconnects this target from the debuggable process.
- dispose() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIDisposable
-
Called when the object is no longer needed by CDT.
- dispose() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExpression
-
Remove the expression from the manager list.
- dispose() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRegister
-
Remove the variable from the manager list.
- dispose() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariable
-
Remove the variable from the manager list.
- 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
-
- doubleValue() - Method in interface org.eclipse.cdt.debug.core.cdi.model.type.ICDIFloatingPointValue
-