- C_ARCHIVE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- C_BINARY - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- C_CCONTAINER - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a folder (ICContainer object).
- C_CLASS - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a class structure.
- C_CLASS_CTOR - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- C_CLASS_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Declaration of a class without the definition.
- C_CLASS_DTOR - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- C_ENUMERATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Enumeration.
- C_ENUMERATOR - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Enumerator.
- C_FIELD - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
A Field definition part of a structure(class, struct, union).
- C_FUNCTION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
a C/C++ function definition.
- C_FUNCTION_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
a C/C++ function prototype.
- C_GNU_PARSER_EXTENSION - Static variable in class org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage
-
- C_GNU_SCANNER_EXTENSION - Static variable in class org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage
-
- C_INCLUDE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Preprocessor #include directive.
- C_MACRO - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
A preprocessor macro.
- C_METHOD - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
A method definition part of a structure(class, struct, union).
- C_METHOD_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
A method declaration part of a structure(class, struct, union).
- C_MODEL - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a C Root workspace (IWorkspaceRoot object).
- C_MODEL_MARKER_EXTERNAL_LOCATION - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
C model extension to the marker problem markers which may hold
the path to the workspace external location of the file containing the problem
- C_MODEL_MARKER_VARIABLE - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
C model extension to the marker problem markers which may hold a hint on
the variable name that caused the error.
- C_MODEL_PROBLEM_MARKER - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
C model problem marker type (value "org.eclipse.cdt.core.problem"
).
- C_NAMESPACE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Namespace.
- C_PROJECT - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a C project (IProject object).
- C_STORAGE_EXTERN - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Deprecated.
not used anymore
- C_STORAGE_STATIC - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- C_STRUCT - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a struct structure.
- C_STRUCT_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Declaration of a structure without the definition.
- C_TEMPLATE_CLASS - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template class with definition.
- C_TEMPLATE_CLASS_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template class declaration without a definition.
- C_TEMPLATE_FUNCTION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template function.
- C_TEMPLATE_FUNCTION_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template function declaration.
- C_TEMPLATE_METHOD - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template method.
- C_TEMPLATE_METHOD_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template method.
- C_TEMPLATE_STRUCT - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template struct.
- C_TEMPLATE_STRUCT_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template struct.
- C_TEMPLATE_UNION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template union.
- C_TEMPLATE_UNION_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template union.
- C_TEMPLATE_VARIABLE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
C++ template variable.
- C_TYPEDEF - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
a Typedef.
- C_UNION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a union structure.
- C_UNION_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Declaration of a union without the definition.
- C_UNIT - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Constant representing a C/C++ children of a Translation Unit
- C_UNKNOWN_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
An unknown ICElement.
- C_USING - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Using.
- C_VARIABLE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Global variable.
- C_VARIABLE_DECLARATION - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
variable Declaration.
- C_VARIABLE_LOCAL - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Local Variable.
- C_VCONTAINER - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
Virtual container serving as a place holder.
- canUpdatePathEntryContainer(IPath, ICProject) - Method in class org.eclipse.cdt.core.model.PathEntryContainerInitializer
-
Returns true
if this container initializer can be requested to perform updates
on its own container values.
- CAPTURE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLambdaExpression
-
- capturesThisPointer() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCapture
-
Returns whether this capture is for the this pointer.
- CASTVisitor - Class in org.eclipse.cdt.core.dom.ast.c
-
- CASTVisitor() - Constructor for class org.eclipse.cdt.core.dom.ast.c.CASTVisitor
-
Deprecated.
- CATCH_BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
-
CATCH_BODY
represents the nested (compound) statement.
- CATCH_HANDLER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionTryBlockDeclarator
-
Deprecated.
A CATCH_HANDLER
is the role of an ICPPASTCatchHandler in
this interface.
- CATCH_HANDLER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionWithTryBlock
-
A CATCH_HANDLER
is the role of an ICPPASTCatchHandler in
this interface.
- CATCH_HANDLER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTryBlockStatement
-
CATCH_HANDLER
are the exception catching handlers.
- CDIException - Exception in org.eclipse.cdt.debug.core.cdi
-
Represents a failure in the CDI model operations.
- CDIException() - Constructor for exception org.eclipse.cdt.debug.core.cdi.CDIException
-
- CDIException(String) - Constructor for exception org.eclipse.cdt.debug.core.cdi.CDIException
-
- CDIException(String, String) - Constructor for exception org.eclipse.cdt.debug.core.cdi.CDIException
-
- CDT_CONTAINER - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry representing
a container id.
- CDT_INCLUDE - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry identifying a
include path.
- CDT_INCLUDE_FILE - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry representing
a file that will be process file as if "#include "file"" appeared as
the first line of the source file.
- CDT_LIBRARY - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry identifying a
library.
- CDT_MACRO - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry representing
a macro definition.
- CDT_MACRO_FILE - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry representing
a file that will be process file as if "#include "file"" appeared as
the first line of the source file but only the macro definitions are kept.
- CDT_OUTPUT - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing output location
- CDT_PROJECT - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry identifying a
required project.
- CDT_SOURCE - Static variable in interface org.eclipse.cdt.core.model.IPathEntry
-
Entry kind constant describing a path entry identifying a
folder containing source code to be compiled.
- CHANGED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
-
Status constant indicating that the element has been changed,
as described by the change flags.
- CLASS_VIRT_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier
-
- clear() - Method in class org.eclipse.cdt.core.dom.ast.ASTNameCollector
-
Clears the names found, such that the collector can be reused.
- clearActions() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITracepoint
-
Clears the action list of thie tracepoint.
- clone() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBase
-
- clone() - Method in interface org.eclipse.cdt.core.dom.ast.IType
-
- close() - Method in interface org.eclipse.cdt.core.model.IBuffer
-
Closes the buffer.
- close() - Method in interface org.eclipse.cdt.core.model.IOpenable
-
Closes this element and its buffer (if any).
- close() - Method in class org.eclipse.cdt.utils.pty.PTYOutputStream
-
Close the Reader
- close() - Method in class org.eclipse.cdt.utils.spawner.SpawnerOutputStream
-
Close the Reader
- CModelException - Class in org.eclipse.cdt.core.model
-
A checked exception representing a failure in the C model.
- CModelException(Throwable, int) - Constructor for class org.eclipse.cdt.core.model.CModelException
-
Creates a C model exception that wrappers the given Throwable
.
- CModelException(CoreException) - Constructor for class org.eclipse.cdt.core.model.CModelException
-
Creates a C model exception for the given CoreException
.
- commit(boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.IWorkingCopy
-
Commits the contents of this working copy to its original element
and underlying resource, bringing the C model up-to-date with the current
contents of the working copy.
- CONDITION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTStaticAssertDeclaration
-
- CONDITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
-
CONDITION
represents the relationship between a
IASTDoStatement
and its condition
IASTExpression
.
- CONDITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
-
CONDITION
represents the relationship between a IASTForStatement
and
its IASTExpression
condition.
- CONDITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
-
CONDITION
represents the relationship between an
IASTIfStatement
and its nested IASTExpression
.
- CONDITION_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTForStatement
-
- CONDITIONDECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTWhileStatement
-
In C++ conditions can be declarations w/side effects.
- CONDITIONEXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
-
CONDITIONEXPRESSION
represents the relationship between an IASTWhileStatement
and
it's nested IASTExpression
.
- CONSTANT_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTArrayModifier
-
Node property that describes the relationship between an
IASTArrayModifier
and an IASTExpression
.
- CONSTRUCTOR_CHAIN_MEMBER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
-
Deprecated.
- contains(IASTNode) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNode
-
Returns whether this node contains the given one.
- contains(ICElement) - Method in interface org.eclipse.cdt.core.model.IRegion
-
Returns whether the given element is contained in this region.
- CONTINUE - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
-
- CONTROLLER_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSwitchStatement
-
CONTROLLER_DECLARATION
represents the relationship between an
IASTSwitchStatement
and it's nested
IASTDeclaration
.
- CONTROLLER_EXP - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
-
CONTROLLER_EXP
represents the relationship between an
IASTSwitchStatement
and it's nested
IASTExpression
.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayDesignator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayDesignator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTCompositeTypeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTCompositeTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTElaboratedTypeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTElaboratedTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTFieldDesignator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTFieldDesignator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTPointer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTPointer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypedefNameSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypedefNameSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypeIdInitializerExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypeIdInitializerExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAliasDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAliasDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTArraySubscriptExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTArraySubscriptExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAttribute
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAttribute
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCapture
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCapture
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTClassVirtSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTClassVirtSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConversionName
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConversionName
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTElaboratedTypeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTElaboratedTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTEnumerationSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTEnumerationSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExplicitTemplateInstantiation
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExplicitTemplateInstantiation
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExpressionList
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExpressionList
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFieldReference
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFieldReference
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTForStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTForStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionCallExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionCallExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDefinition
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDefinition
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionTryBlockDeclarator
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionWithTryBlock
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTIfStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTIfStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTInitializerList
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTInitializerList
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLinkageSpecification
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLinkageSpecification
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLiteralExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLiteralExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTName
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTName
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamedTypeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamedTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceAlias
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceAlias
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceDefinition
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceDefinition
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNameSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNameSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTOperatorName
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTOperatorName
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTPointerToMember
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTQualifiedName
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTQualifiedName
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTRangeBasedForStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTRangeBasedForStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTReferenceOperator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTReferenceOperator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSwitchStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSwitchStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateParameter
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateParameter
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateSpecialization
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateSpecialization
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTranslationUnit
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTranslationUnit
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTryBlockStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTryBlockStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeId
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeId
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeIdExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeIdExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDirective
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDirective
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTVirtSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTVirtSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTVisibilityLabel
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTVisibilityLabel
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTWhileStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTWhileStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
-
Deprecated.
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTDeclSpecifier
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTPointer
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTPointerToMember
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGCCASTAttributeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGCCASTAttributeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTCompoundStatementExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTCompoundStatementExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTGotoStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTGotoStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTUnaryExpression
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTAlignmentSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTAlignmentSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTArrayDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArrayDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTArrayModifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArrayModifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTASMDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTASMDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTAttribute
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTAttribute
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTAttributeSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTAttributeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryTypeIdExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryTypeIdExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTBreakStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBreakStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTCaseStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCaseStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompoundStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompoundStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTContinueStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTContinueStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarationStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarationStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDefaultStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDefaultStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTElaboratedTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpressionList
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpressionList
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpressionStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpressionStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTGotoStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTGotoStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTIdExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIdExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTImplicitName
-
This method is not supported on implicit names.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerClause
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerClause
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerExpression
-
Deprecated.
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerExpression
-
Deprecated.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerList
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerList
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTLabelStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLabelStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTLiteralExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLiteralExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTNamedTypeSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTNode
-
Returns a mutable copy of the tree rooted at this node.
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNode
-
Returns a mutable copy of the tree rooted at this node.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTNullStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNullStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointer
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointer
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointerOperator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointerOperator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblem
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblem
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemTypeId
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemTypeId
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTReturnStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTReturnStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclaration
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclaration
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTToken
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTToken
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTokenList
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTokenList
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
Returns a copy of the AST, however the ILocationResolver
and the preprocessor nodes are not copied.
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
Returns a copy of the AST, however the ILocationResolver and the preprocessor nodes are not
copied.
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeId
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeId
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdInitializerExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdInitializerExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
- copy() - Method in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
-
- copy(IASTNode.CopyStyle) - Method in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
-
- copy(ICElement[], ICElement[], ICElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ICModel
-
Copies the given elements to the specified container(s).
- copy(ICElement, ICElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ISourceManipulation
-
Copies this element to the given container.
- CORE_EXCEPTION - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Status constant indicating a core exception occurred.
- CORE_MODEL_ID - Static variable in class org.eclipse.cdt.core.model.CoreModel
-
- CoreModel - Class in org.eclipse.cdt.core.model
-
- CoreModelUtil - Class in org.eclipse.cdt.core.model
-
- CoreModelUtil() - Constructor for class org.eclipse.cdt.core.model.CoreModelUtil
-
- CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Status constant indicating that a variable path was not resolvable
indicating either the referred variable is undefined, unbound or the resolved
variable path does not correspond to an existing file or folder.
- CPP_FRIEND - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- CPP_GNU_PARSER_EXTENSION - Static variable in class org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage
-
- CPP_GNU_SCANNER_EXTENSION - Static variable in class org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage
-
- CPP_PRIVATE - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- CPP_PROTECTED - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- CPP_PUBLIC - Static variable in interface org.eclipse.cdt.core.model.ICElement
-
- CPPASTVisitor - Class in org.eclipse.cdt.core.dom.ast.cpp
-
- CPPASTVisitor() - Constructor for class org.eclipse.cdt.core.dom.ast.cpp.CPPASTVisitor
-
Deprecated.
- CPPASTVisitor(boolean) - Constructor for class org.eclipse.cdt.core.dom.ast.cpp.CPPASTVisitor
-
Deprecated.
- create(IPath) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates an ICElement for an IPath.
- create(IFile) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates an ICElement for an IFile.
- create(IFolder) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates an ICElement for an IFolder.
- create(IProject) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates an ICElement for an IProject.
- create(IResource) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates an ICElement for an IResource.
- create(IWorkspaceRoot) - Static method in class org.eclipse.cdt.core.model.CoreModel
-
Returns the C model.
- create(ITranslationUnit) - Method in interface org.eclipse.cdt.core.model.IContributedModelBuilder.Factory
-
Create a model builder for the given translation unit.
- createAddressLocation(BigInteger) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Returns a ICDIAddressLocation
- createArgument(ICDIArgumentDescriptor) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame
-
Create a variable from the descriptor for evaluation.
- createCondition(int, String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Return a ICDICondition
- createCondition(int, String, String[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Return a ICDICondition
- createExpression(String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExpressionManagement
-
Create an expression for code snippet
- createFunctionLocation(String, String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Returns a ICDIFunctionLocation
- createGlobalVariable(ICDIGlobalVariableDescriptor) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Create a variable from the descriptor for evaluation.
- createInclude(String, boolean, ICElement, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
Creates and returns an include declaration in this translation unit
with the given name.
- createLineLocation(String, int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Returns a ICDILineLocation
- createLocalVariable(ICDILocalVariableDescriptor) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame
-
Create a variable from the descriptor for evaluation.
- createLocation(String, String, int) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
-
Creates an ICDILocation object for given file name and line number or function.
- createLocation(BigInteger) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
-
Creates an ICDILocation object for given address.
- createMemoryBlock(String, int, int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlockManagement
-
Returns a memory block specified by given identifier.
- createMemoryBlock(BigInteger, String, int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlockManagement2
-
Returns a memory block specified by given parameters.
- createModelBuilder(ITranslationUnit) - Method in class org.eclipse.cdt.core.model.AssemblyLanguage
-
- createModelBuilder(ITranslationUnit) - Method in interface org.eclipse.cdt.core.model.ILanguage
-
Used to override the default model building behavior for a translation unit.
- createNameForAnonymous(IBinding) - Static method in class org.eclipse.cdt.core.dom.ast.ASTTypeUtil
-
- createNamespace(String, ICElement, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
Creates and returns a namespace in this translation unit
- createParser(IScanner, ParserMode, IParserLogService, IIndex) - Method in class org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage
-
- createParser(IScanner, ParserMode, IParserLogService, IIndex, int, IParserSettings) - Method in class org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage
-
- createParser(IScanner, ParserMode, IParserLogService, IIndex) - Method in class org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage
-
- createParser(IScanner, ParserMode, IParserLogService, IIndex, int, IParserSettings) - Method in class org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage
-
- createProjectDescription(IProject, boolean) - Method in class org.eclipse.cdt.core.model.CoreModel
-
this method is a full equivalent to createProjectDescription(project, loadIfExists, false)
.
- createProjectDescription(IProject, boolean, boolean) - Method in class org.eclipse.cdt.core.model.CoreModel
-
the method creates and returns a writable project description
- createRegister(ICDIRegisterDescriptor) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Create a variable from the descriptor for evaluation.
- createsAST() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIncludeStatement
-
Returns true
, if an attempt will be or has been made to create AST for the target
of this inclusion.
- createThreadStorage(ICDIThreadStorageDescriptor) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
-
Create a variable from the descriptor for evaluation.
- createTranslationUnitFrom(ICProject, IPath) - Method in class org.eclipse.cdt.core.model.CoreModel
-
Creates a translation from an IPath.
- createUsing(String, boolean, ICElement, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
Creates and returns a using declaration/directive in this translation unit.
- CTRLC - Variable in class org.eclipse.cdt.utils.spawner.Spawner
-
A fabricated signal number for use on Windows only.