A B C D E F G H I J K L M N O P Q R S T U V W Y _

C

C_BRACES - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for braces.
C_CHARACTER - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier of the C character partition content type.
C_DEBUG_PREFERENCE_PAGE - Static variable in interface org.eclipse.cdt.debug.internal.ui.ICDebugHelpContextIds
 
C_DEFAULT - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for everthing in C code for which no other color is specified.
C_EDITOR_COLORS_PREF_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_EDITOR_CONTENT_ASSIST_PREF_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_EDITOR_FOLDING_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_EDITOR_HOVERS_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_EDITOR_PREF_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_EDITOR_TYPING_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_KEYWORD - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for keywords in C code.
C_MARKER_TYPE_PREFIX - Static variable in class org.eclipse.cdt.internal.ui.editor.CMarkerAnnotation
 
C_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for multi-line comments in C code.
C_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier multi-line comment partition content type.
C_NATURE_ID - Static variable in class org.eclipse.cdt.core.CProjectNature
 
C_NUMBER - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for numbers.
C_OPERATOR - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for operators.
C_PARTITIONING - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier of the C partitioning.
C_PREF_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_PREPROCESSOR - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier of the C preprocessor partition content type.
C_PROBLEMMARKER - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
C_PROJECT_WIZARD_ID - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
C_SEARCH_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_SEARCH_VIEW - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
C_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for single-line comments in C code.
C_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier of the single-line end comment partition content type.
C_SPECS_FILE - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerConfigUtil
 
C_STRING - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for string and character literals in C code.
C_STRING - Static variable in interface org.eclipse.cdt.ui.text.ICPartitions
The identifier of the C string partition content type.
C_TYPE - Static variable in interface org.eclipse.cdt.internal.ui.text.ICColorConstants
The color key for builtin types in C code.
cacheNaturesIdsUsedOnCache(ICConfigurationDescription) - Static method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider
 
CacheSizeBlock - Class in org.eclipse.cdt.ui.dialogs
This OptionPage is used in the IndexerPreference page to allow for adjusting various parsing related caches.
CacheSizeBlock(ICOptionContainer) - Constructor for class org.eclipse.cdt.ui.dialogs.CacheSizeBlock
 
CacheSizeBlock_absoluteLimit - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CacheSizeBlock_cacheLimitGroup - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CacheSizeBlock_headerFileCache - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CacheSizeBlock_indexDatabaseCache - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CacheSizeBlock_limitRelativeToMaxHeapSize - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CacheSizeBlock_MB - Static variable in class org.eclipse.cdt.ui.dialogs.DialogsMessages
 
CAddressBreakpoint - Class in org.eclipse.cdt.debug.internal.core.breakpoints
A breakpoint that suspend the execution when a particular address is reached.
CAddressBreakpoint() - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CAddressBreakpoint
Constructor for CAddressBreakpoint.
CAddressBreakpoint(IResource, Map, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CAddressBreakpoint
Constructor for CAddressBreakpoint.
calcDependentTools(ITool[], ITool, List) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil
 
calculateChildId(String, String) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
calculateCompilerBuiltins(IProject) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerProjectSICollector
Static method to return compiler built-in scanner info.
calculateDependencies(GnuMakefileGenerator, IConfiguration, HashSet, GnuMakefileGenerator.ToolInfoHolder, boolean) - Method in class org.eclipse.cdt.managedbuilder.makegen.gnu.ManagedBuildGnuToolInfo
 
calculateInputs(GnuMakefileGenerator, IConfiguration, IResource[], GnuMakefileGenerator.ToolInfoHolder, boolean) - Method in class org.eclipse.cdt.managedbuilder.makegen.gnu.ManagedBuildGnuToolInfo
 
calculateOutputs(GnuMakefileGenerator, IConfiguration, HashSet, boolean) - Method in class org.eclipse.cdt.managedbuilder.makegen.gnu.ManagedBuildGnuToolInfo
 
calculateRelativePath(IPath, IPath) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
Calculate a relative path given the full path to a folder and a file
calculateResolvedVariable(EnvVarDescriptor, IEnvironmentContextInfo) - Method in class org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager
 
calculateResolvedVariable(EnvVarDescriptor, IVariableSubstitutor) - Method in class org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager
 
calculateTargetTool() - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
Calculates the configuration target tool.
calculateTargetTool() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
calculateTargetTool() - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
CalledByResult - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CalledByResult() - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CalledByResult
 
CallHierarchyUI - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CallHierarchyUI() - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI
 
CallHierarchyUI_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CallHierarchyUI_openFailureMessage - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CallHierarchyUI_selectMessage - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
callPerformApply() - Method in class org.eclipse.cdt.make.ui.dialogs.AbstractDiscoveryOptionsBlock
 
callPerformApply() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryPageWrapper
 
CallsToResult - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CallsToResult() - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CallsToResult
 
canActionBeAdded(ISelection) - Static method in class org.eclipse.cdt.internal.ui.editor.OpenIncludeAction
 
canActionBeAdded(ISelection) - Static method in class org.eclipse.cdt.internal.ui.editor.SearchDialogAction
 
canActionBeAdded(ISelection) - Static method in class org.eclipse.cdt.internal.ui.search.actions.DeclarationsSearchGroup
 
canActionBeAdded(ISelection) - Static method in class org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup
 
canActionBeAdded() - Method in class org.eclipse.cdt.internal.ui.wizards.AbstractOpenWizardAction
Tests if the action can be run on the current selection.
canActionBeAdded(ISelection) - Method in class org.eclipse.cdt.make.internal.ui.editor.AddBuildTargetAction
 
canActionBeAdded(ISelection) - Method in class org.eclipse.cdt.make.internal.ui.editor.OpenIncludeAction
 
canActionBeAdded(ISelection) - Static method in class org.eclipse.cdt.ui.actions.OpenViewActionGroup
 
canActivatePlugIn() - Method in class org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor
 
canAddMemoryBlocks(IWorkbenchPart, ISelection) - Method in class org.eclipse.cdt.debug.internal.ui.views.memory.AddMemoryBlocks
 
canAddSourceContainers(ISourceLookupDirector) - Method in class org.eclipse.cdt.debug.internal.ui.sourcelookup.MappingSourceContainerBrowser
 
canBeCombinedWith(BuildConsolePartition) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartition
Returns whether this partition is allowed to be combined with the given partition.
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ArtifactTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildBehaviourTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuilderSettingsTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildStepsTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.CBuildLocationOutputTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.CPropertyVarsTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab
 
canBeVisible() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ToolSettingsTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.AbstractCPropertyTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.AbstractExportTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.AbstractLangsListTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.BinaryParsTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.CLocationTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.EnvironmentTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.ErrorParsTab
 
canBeVisible() - Method in interface org.eclipse.cdt.ui.newui.ICPropertyTab
Returns true (by default) if page's contents is correct Returns false if page cannot be shown because it does not fit to other settings (for example, managed build settings are not possible when managed build is off).
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.RefsTab
 
canBeVisible() - Method in class org.eclipse.cdt.ui.newui.StructureTreeTab
 
canCast() - Method in interface org.eclipse.cdt.debug.core.model.ICastToType
Returns whether this element can currently be casted.
canCast() - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
canCastToArray() - Method in interface org.eclipse.cdt.debug.core.model.ICastToArray
Returns whether this element can be currently casted to array.
canCastToArray() - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
cancel() - Method in class org.eclipse.cdt.internal.ui.util.RemoteTreeContentManager
Cancels any content this provider is currently fetching.
CANCEL - Static variable in interface org.eclipse.cdt.ui.newui.ICPropertyTab
 
cancelJobs() - Method in class org.eclipse.cdt.internal.ui.util.RemoteTreeViewer
Cancels any deferred updates currently scheduled/running.
canConvertProject(IProject, String, ICProjectDescription) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ProjectConverter
 
canCreateWatchExpression(IVariable) - Method in class org.eclipse.cdt.debug.internal.ui.elements.adapters.CWatchExpressionFactoryAdapter
 
canCreateWithoutToolchain() - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.STDWizardHandler
 
canDisconnect() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canDoOperation(int) - Method in class org.eclipse.cdt.internal.ui.editor.CSourceViewer
 
canEdit(IPathEntry) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor
 
canEdit(IPathEntry) - Method in interface org.eclipse.cdt.internal.ui.dialogs.cpaths.IContainerDescriptor
 
canEdit(IPathEntry) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.ProjectContainerDescriptor
 
canEditSourceContainers(ISourceLookupDirector, ISourceContainer[]) - Method in class org.eclipse.cdt.debug.internal.ui.sourcelookup.MappingSourceContainerBrowser
 
canEnableDisable() - Method in interface org.eclipse.cdt.debug.core.model.IEnableDisableTarget
Returns whether this object supports enable/disable operations.
canEnableDisable() - Method in class org.eclipse.cdt.debug.internal.core.model.CExpression
 
canEnableDisable() - Method in class org.eclipse.cdt.debug.internal.core.model.CGlobalVariable
 
canEnableDisable() - Method in class org.eclipse.cdt.debug.internal.core.model.CRegister
 
canEnableDisable() - Method in class org.eclipse.cdt.debug.internal.core.model.CRegisterGroup
 
canEnableDisable() - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
canEnableInternalBuilder(boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
canEvaluate() - Method in interface org.eclipse.cdt.debug.core.model.ICStackFrame
Returns whether this stack frame can currently evaluate an expression.
canEvaluate() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canEvaluate(Template) - Method in class org.eclipse.cdt.internal.corext.template.c.TranslationUnitContext
 
canExclude(boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IResourceInfo
 
canExclude(boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ResourceInfo
 
canExclude(boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestFolderInfo
 
canFinich() - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.MBSWizardHandler
 
canFinich() - Method in class org.eclipse.cdt.ui.wizards.CWizardHandler
 
canFinish() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerWizard
 
canFinish() - Method in class org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
 
canFlipToNextPage() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor.PathEntryContainerPageAdapter
Deprecated.  
canFlipToNextPage() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerSelectionPage
 
canFlipToNextPage() - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.AlwaysPresentWizardPage
 
canFlipToNextPage() - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage
 
canGetBuildInfo(IResource) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
Determines if the managed build information for the argument can be found.
canInterrupt(MIInferior) - Method in class org.eclipse.cdt.debug.mi.core.MIProcessAdapter
 
canJumpToAddress(IAddress) - Method in interface org.eclipse.cdt.debug.core.model.IJumpToAddress
Returns whether this operation is currently available for this element.
canJumpToAddress(IAddress) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canJumpToLine(IFile, int) - Method in interface org.eclipse.cdt.debug.core.model.IJumpToLine
Returns whether this operation is currently available for this file and line number.
canJumpToLine(String, int) - Method in interface org.eclipse.cdt.debug.core.model.IJumpToLine
Returns whether this operation is currently available for this file and line number.
canJumpToLine(IFile, int) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canJumpToLine(String, int) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canKeepEnvironmentVariablesInBuildfile() - Method in interface org.eclipse.cdt.managedbuilder.core.IBuilder
 
canKeepEnvironmentVariablesInBuildfile() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Builder
 
canKeepMacrosInBuildfile(IConfiguration) - Static method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
answers whether the builder used for the given configuration is capable of handling macros in the buildfile
canKeepMacrosInBuildfile(IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
answers whether the given builder is capable of handling macros in the buildfile
canLoadSymbols() - Method in interface org.eclipse.cdt.debug.core.model.ICModule
Returns whether the module's symbols can be loaded or reloaded.
canLoadSymbols() - Method in class org.eclipse.cdt.debug.internal.core.model.CModule
 
canManage(IProject[]) - Method in interface org.eclipse.cdt.ui.newui.IConfigManager
Checks whether objects are applicable to the manager
canManage(IProject[]) - Method in class org.eclipse.cdt.ui.newui.ManageConfigRunner
 
canModify() - Method in interface org.eclipse.cdt.debug.core.model.ICSignal
Returns whether modification is allowed for this signal's parameters.
canModify() - Method in class org.eclipse.cdt.debug.internal.core.model.CSignal
 
canModifyAccess() - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.AbstractMethodStub
 
canModifyAccess() - Method in interface org.eclipse.cdt.internal.ui.wizards.classwizard.IMethodStub
 
canModifyInline() - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.AbstractMethodStub
 
canModifyInline() - Method in interface org.eclipse.cdt.internal.ui.wizards.classwizard.IMethodStub
 
canModifyVirtual() - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.AbstractMethodStub
 
canModifyVirtual() - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.ConstructorMethodStub
 
canModifyVirtual() - Method in interface org.eclipse.cdt.internal.ui.wizards.classwizard.IMethodStub
 
CAnnotationIterator - Class in org.eclipse.cdt.internal.ui.editor
Filters problems based on their types.
CAnnotationIterator(IAnnotationModel, boolean) - Constructor for class org.eclipse.cdt.internal.ui.editor.CAnnotationIterator
Equivalent to CAnnotationIterator(model, skipIrrelevants, false).
CAnnotationIterator(IAnnotationModel, boolean, boolean) - Constructor for class org.eclipse.cdt.internal.ui.editor.CAnnotationIterator
Returns a new CAnnotationIterator.
canOperateOn(CEditor) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
 
canPerformAdjustment(boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.enablement.OptionEnablementExpression
 
canPerformFind() - Method in class org.eclipse.cdt.ui.tests.DOMAST.FindIASTNameTarget
 
canRerun() - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
 
canRestart() - Method in interface org.eclipse.cdt.debug.core.model.IRestart
Returns whether this element can currently be restarted.
canRestart() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canRestart() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canRestart() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canResume() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canResume() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canResume() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canResume() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canResumeAtLine(IWorkbenchPart, ISelection, ISuspendResume) - Method in interface org.eclipse.cdt.debug.internal.ui.actions.IResumeAtLineTarget
Returns whether a resume at line operation can be performed on the given element that is currently selected and suspended in the Debug view.
canResumeAtLine(IWorkbenchPart, ISelection, ISuspendResume) - Method in class org.eclipse.cdt.debug.internal.ui.actions.ResumeAtLineAdapter
 
canResumeWithoutSignal() - Method in interface org.eclipse.cdt.debug.core.model.IResumeWithoutSignal
Returns whether this element can currently be resumed without signal.
canResumeWithoutSignal() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canResumeWithoutSignal() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canResumeWithoutSignal() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canRewriteTree() - Method in class org.eclipse.cdt.internal.ui.compare.CStructureCreator
 
canRunInBackground() - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
 
canRunToAddress(IAddress) - Method in interface org.eclipse.cdt.debug.core.model.IRunToAddress
Returns whether this operation is currently available for this element.
canRunToAddress(IAddress) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canRunToLine(IFile, int) - Method in interface org.eclipse.cdt.debug.core.model.IRunToLine
Returns whether this operation is currently available for this file and line number.
canRunToLine(String, int) - Method in interface org.eclipse.cdt.debug.core.model.IRunToLine
Returns whether this operation is currently available for this file and line number.
canRunToLine(IFile, int) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canRunToLine(String, int) - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canRunToLine(IWorkbenchPart, ISelection, ISuspendResume) - Method in class org.eclipse.cdt.debug.internal.ui.actions.RunToLineAdapter
 
canSave() - Method in class org.eclipse.cdt.debug.internal.ui.CDebuggerPageAdapter
 
canSave() - Method in class org.eclipse.cdt.internal.ui.compare.CStructureCreator
 
canSaveDocument(Object) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyDocumentProvider
 
canStepInto() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canStepInto() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canStepInto() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canStepOver() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canStepOver() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canStepOver() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canStepReturn() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canStepReturn() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canStepReturn() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canSuspend() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canSuspend() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canSuspend() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canSuspend() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canTerminate() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
canTerminate() - Method in class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
 
canTerminate() - Method in class org.eclipse.cdt.debug.internal.core.model.CStackFrame
 
canTerminate() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
canToggleLineBreakpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.cdt.debug.internal.ui.actions.ToggleBreakpointAdapter
 
canToggleMethodBreakpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.cdt.debug.internal.ui.actions.ToggleBreakpointAdapter
 
canToggleWatchpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.cdt.debug.internal.ui.actions.ToggleBreakpointAdapter
 
CApplicationLaunchShortcut - Class in org.eclipse.cdt.launch.internal
 
CApplicationLaunchShortcut() - Constructor for class org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut
 
CArgumentsTab - Class in org.eclipse.cdt.launch.ui
A launch configuration tab that displays and edits program arguments, and working directory launch configuration attributes.
CArgumentsTab() - Constructor for class org.eclipse.cdt.launch.ui.CArgumentsTab
 
CASE_MATCH_RELEVANCE - Static variable in interface org.eclipse.cdt.internal.ui.text.contentassist.RelevanceConstants
 
cast(String) - Method in interface org.eclipse.cdt.debug.core.model.ICastToType
Performs the casting to the given type.
cast(String) - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
castToArray(int, int) - Method in interface org.eclipse.cdt.debug.core.model.ICastToArray
Performs the casting.
castToArray(int, int) - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
CastToArrayActionDelegate - Class in org.eclipse.cdt.debug.internal.ui.actions
The delegate of the "Display As Array" action.
CastToArrayActionDelegate() - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CastToArrayActionDelegate
 
CastToTypeActionDelegate - Class in org.eclipse.cdt.debug.internal.ui.actions
The delegate of the "Cast To Type" action.
CastToTypeActionDelegate() - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CastToTypeActionDelegate
 
categorizeMatches(List, IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.TextSearchWrapper
 
category(Object) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementSorter
 
category(Object) - Method in class org.eclipse.cdt.make.internal.ui.scannerconfig.DiscoveredElementSorter
 
CATEGORY - Static variable in interface org.eclipse.cdt.managedbuilder.core.IOption
 
category(Object) - Method in class org.eclipse.cdt.ui.CElementSorter
 
CAutoIndentStrategy - Class in org.eclipse.cdt.internal.ui.text
Auto indent strategy sensitive to brackets.
CAutoIndentStrategy(String, ICProject) - Constructor for class org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy
Creates a new C auto indent strategy for the given document partitioning.
CBraceRule - Class in org.eclipse.cdt.internal.ui.text
Braces rule.
CBraceRule(IToken) - Constructor for class org.eclipse.cdt.internal.ui.text.CBraceRule
Creates new rule.
CBreakIterator - Class in org.eclipse.cdt.internal.ui.text
A C break iterator.
CBreakIterator() - Constructor for class org.eclipse.cdt.internal.ui.text.CBreakIterator
Creates a new break iterator.
CBreakpoint - Class in org.eclipse.cdt.debug.internal.core.breakpoints
The base class for all C/C++ specific breakpoints.
CBreakpoint() - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpoint
Constructor for CBreakpoint.
CBreakpoint(IResource, String, Map, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpoint
Constructor for CBreakpoint.
CBreakpointFilteringPage - Class in org.eclipse.cdt.debug.internal.ui.propertypages
 
CBreakpointFilteringPage() - Constructor for class org.eclipse.cdt.debug.internal.ui.propertypages.CBreakpointFilteringPage
 
CBreakpointManager - Class in org.eclipse.cdt.debug.internal.core
 
CBreakpointManager(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.CBreakpointManager
 
CBreakpointNotifier - Class in org.eclipse.cdt.debug.internal.core
 
CBreakpointNotifier() - Constructor for class org.eclipse.cdt.debug.internal.core.CBreakpointNotifier
 
CBreakpointPreferenceStore - Class in org.eclipse.cdt.debug.internal.ui.propertypages
A preference store that presents the state of the properties of a C/C++ breakpoint.
CBreakpointPreferenceStore() - Constructor for class org.eclipse.cdt.debug.internal.ui.propertypages.CBreakpointPreferenceStore
Constructor for CBreakpointPreferenceStore.
CBreakpointPropertiesAction - Class in org.eclipse.cdt.debug.internal.ui.actions
Presents a custom properties dialog to configure the attibutes of a C/C++ breakpoint.
CBreakpointPropertiesAction() - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction
Constructor for CBreakpointPropertiesAction.
CBreakpointPropertiesRulerAction - Class in org.eclipse.cdt.debug.internal.ui.actions
Opens a custom properties dialog to configure the attibutes of a C/C++ breakpoint from the ruler popup menu.
CBreakpointPropertiesRulerAction(IWorkbenchPart, IVerticalRulerInfo) - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerAction
Creates the action to modify the breakpoint properties.
CBreakpointPropertiesRulerActionDelegate - Class in org.eclipse.cdt.debug.internal.ui.actions
 
CBreakpointPropertiesRulerActionDelegate() - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate
 
CBreakpointPropertyPage - Class in org.eclipse.cdt.debug.internal.ui.propertypages
The preference page used to present the properties of a breakpoint as preferences.
CBreakpointPropertyPage() - Constructor for class org.eclipse.cdt.debug.internal.ui.propertypages.CBreakpointPropertyPage
Constructor for CBreakpointPropertyPage.
CBreakpointUpdater - Class in org.eclipse.cdt.debug.internal.ui
Provides UI-related handles for the breakpoint events.
CBreakpointUpdater() - Constructor for class org.eclipse.cdt.debug.internal.ui.CBreakpointUpdater
 
CBreakpointWorkbenchAdapterFactory - Class in org.eclipse.cdt.debug.internal.ui
Adapter factory for C/C++ breakpoints.
CBreakpointWorkbenchAdapterFactory() - Constructor for class org.eclipse.cdt.debug.internal.ui.CBreakpointWorkbenchAdapterFactory
 
CBufferPreferences_CodeReaderBuffer_CodeReaderBufferGroup - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CBufferPreferences_CodeReaderBuffer_Size - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CBuildConsole - Class in org.eclipse.cdt.internal.ui.buildconsole
 
CBuildConsole() - Constructor for class org.eclipse.cdt.internal.ui.buildconsole.CBuildConsole
Constructor for BuildConsole.
CBuildLocationOutputTab - Class in org.eclipse.cdt.managedbuilder.ui.properties
The same as CLocationOutputTab - but can be hidden in case of managed project
CBuildLocationOutputTab() - Constructor for class org.eclipse.cdt.managedbuilder.ui.properties.CBuildLocationOutputTab
 
CC_NATURE_ID - Static variable in class org.eclipse.cdt.core.CCProjectNature
 
CCodeFormatter - Class in org.eclipse.cdt.internal.formatter
 
CCodeFormatter() - Constructor for class org.eclipse.cdt.internal.formatter.CCodeFormatter
 
CCodeFormatter(DefaultCodeFormatterOptions) - Constructor for class org.eclipse.cdt.internal.formatter.CCodeFormatter
 
CCodeFormatter(DefaultCodeFormatterOptions, Map) - Constructor for class org.eclipse.cdt.internal.formatter.CCodeFormatter
 
CCodeFormatter(Map) - Constructor for class org.eclipse.cdt.internal.formatter.CCodeFormatter
 
CCodeReader - Class in org.eclipse.cdt.internal.ui.text
Reads from a document either forwards or backwards.
CCodeReader() - Constructor for class org.eclipse.cdt.internal.ui.text.CCodeReader
 
CCodeScanner - Class in org.eclipse.cdt.internal.ui.text
A C/C++ code scanner.
CCodeScanner(IColorManager, IPreferenceStore, ICLanguageKeywords) - Constructor for class org.eclipse.cdt.internal.ui.text.CCodeScanner
Creates a C/C++ code scanner.
CColorManager - Class in org.eclipse.cdt.internal.ui.text.util
CDT color manager.
CColorManager() - Constructor for class org.eclipse.cdt.internal.ui.text.util.CColorManager
Creates a new CDT color manager which automatically disposes the allocated colors when the current display gets disposed.
CColorManager(boolean) - Constructor for class org.eclipse.cdt.internal.ui.text.util.CColorManager
Creates a new CDT color manager.
CCommandDSC - Class in org.eclipse.cdt.make.internal.core.scannerconfig.util
Class that represents a compiler command and related scanner configuration
CCommandDSC(boolean) - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.util.CCommandDSC
 
CCommandDSC(boolean, IProject) - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.util.CCommandDSC
 
CCommentAutoIndentStrategy - Class in org.eclipse.cdt.internal.ui.text
Auto indent strategy for C/C++ multiline comments
CCommentAutoIndentStrategy() - Constructor for class org.eclipse.cdt.internal.ui.text.CCommentAutoIndentStrategy
 
CCommentScanner - Class in org.eclipse.cdt.internal.ui.text
CCommentScanner.java
CCommentScanner(IColorManager, IPreferenceStore, String) - Constructor for class org.eclipse.cdt.internal.ui.text.CCommentScanner
 
CCommentScanner(IColorManager, IPreferenceStore, Preferences, String) - Constructor for class org.eclipse.cdt.internal.ui.text.CCommentScanner
 
CCommentScanner(IColorManager, IPreferenceStore, Preferences, String, String[]) - Constructor for class org.eclipse.cdt.internal.ui.text.CCommentScanner
 
CCompletionProposal - Class in org.eclipse.cdt.internal.ui.text.contentassist
 
CCompletionProposal(String, int, int, Image, String, int) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal
Creates a new completion proposal.
CCompletionProposal(String, int, int, Image, String, int, ITextViewer) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal
Creates a new completion proposal.
CCompletionProposal(String, int, int, Image, String, String, int, ITextViewer) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal
Creates a new completion proposal.
CCompletionProposalComparator - Class in org.eclipse.cdt.internal.ui.text.contentassist
 
CCompletionProposalComparator() - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposalComparator
Constructor for CompletionProposalComparator.
CConfigBasedDescriptor - Class in org.eclipse.cdt.internal.core
 
CConfigBasedDescriptor(ICConfigurationDescription) - Constructor for class org.eclipse.cdt.internal.core.CConfigBasedDescriptor
 
CConfigBasedDescriptorManager - Class in org.eclipse.cdt.internal.core
 
CContentAssistInvocationContext - Class in org.eclipse.cdt.internal.ui.text.contentassist
Describes the context of a content assist invocation in a C/C++ editor.
CContentAssistInvocationContext(ITextViewer, int, IEditorPart, boolean) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext
Creates a new context.
CContentAssistInvocationContext(ITranslationUnit, boolean) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext
Creates a new context.
CContentAssistProcessor - Class in org.eclipse.cdt.internal.ui.text.contentassist
C/C++ content assist processor.
CContentAssistProcessor(IEditorPart, ISourceViewer, ContentAssistant, String) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor
 
CContentOutlinePage - Class in org.eclipse.cdt.internal.ui.editor
 
CContentOutlinePage(CEditor) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage
 
CContentOutlinePage(String, CEditor) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage
 
CContentOutlinePage.IncludeGroupingAction - Class in org.eclipse.cdt.internal.ui.editor
 
CContentOutlinePage.IncludeGroupingAction(CContentOutlinePage) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage.IncludeGroupingAction
 
CContentOutlinePage.ToggleLinkingAction - Class in org.eclipse.cdt.internal.ui.editor
This action toggles whether this C Outline page links its selection to the active editor.
CContentOutlinePage.ToggleLinkingAction(CContentOutlinePage) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage.ToggleLinkingAction
Constructs a new action.
CContentOutlinerProvider - Class in org.eclipse.cdt.internal.ui.editor
Manages contents of the outliner.
CContentOutlinerProvider(TreeViewer) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinerProvider
 
CContentOutlinerProvider(TreeViewer, IWorkbenchPartSite) - Constructor for class org.eclipse.cdt.internal.ui.editor.CContentOutlinerProvider
Creates new content provider for dialog.
CContentTypes - Class in org.eclipse.cdt.internal.core
Handles the access to the content types of the platform.
CContentTypes() - Constructor for class org.eclipse.cdt.internal.core.CContentTypes
 
CContentViewerCreator - Class in org.eclipse.cdt.internal.ui.compare
Required when creating a CMergeViewer from the plugin.xml file.
CContentViewerCreator() - Constructor for class org.eclipse.cdt.internal.ui.compare.CContentViewerCreator
 
CContext - Class in org.eclipse.cdt.internal.corext.template.c
A context for C/C++
CContext(TemplateContextType, IDocument, int, int, ITranslationUnit) - Constructor for class org.eclipse.cdt.internal.corext.template.c.CContext
Creates a C/C++ code template context.
CContext(TemplateContextType, IDocument, Position, ITranslationUnit) - Constructor for class org.eclipse.cdt.internal.corext.template.c.CContext
Creates a C/C++ code template context.
CContextType - Class in org.eclipse.cdt.internal.corext.template.c
A context type for C/C++ code.
CContextType() - Constructor for class org.eclipse.cdt.internal.corext.template.c.CContextType
 
CConventions - Class in org.eclipse.cdt.core
 
CConventions() - Constructor for class org.eclipse.cdt.core.CConventions
 
CCoreFileDebugTarget - Class in org.eclipse.cdt.debug.internal.core.model
Deprecated.  
CCoreFileDebugTarget(ILaunch, IProject, ICDITarget, String, IProcess, IBinaryParser.IBinaryExecutable) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CCoreFileDebugTarget
Deprecated.  
CCoreInternals - Class in org.eclipse.cdt.internal.core
 
CCoreInternals() - Constructor for class org.eclipse.cdt.internal.core.CCoreInternals
 
CCorePlugin - Class in org.eclipse.cdt.core
 
CCorePlugin() - Constructor for class org.eclipse.cdt.core.CCorePlugin
 
CCorePreferenceConstants - Class in org.eclipse.cdt.core
 
CCorePreferenceConstants() - Constructor for class org.eclipse.cdt.core.CCorePreferenceConstants
 
CCorePreferenceInitializer - Class in org.eclipse.cdt.internal.core
 
CCorePreferenceInitializer() - Constructor for class org.eclipse.cdt.internal.core.CCorePreferenceInitializer
 
CCProjectNature - Class in org.eclipse.cdt.core
 
CCProjectNature() - Constructor for class org.eclipse.cdt.core.CCProjectNature
 
CCProjectWizard - Class in org.eclipse.cdt.ui.wizards
 
CCProjectWizard() - Constructor for class org.eclipse.cdt.ui.wizards.CCProjectWizard
 
CCWIZARD_CATEGORY_ID - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
CDataDiscoveredInfoCalculator - Class in org.eclipse.cdt.make.internal.core.scannerconfig
 
CDataDiscoveredInfoCalculator() - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator
 
CDataDiscoveredInfoCalculator.DiscoveredSettingInfo - Class in org.eclipse.cdt.make.internal.core.scannerconfig
 
CDataDiscoveredInfoCalculator.DiscoveredSettingInfo(boolean, CDataDiscoveredInfoCalculator.IRcSettingInfo[]) - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator.DiscoveredSettingInfo
 
CDataDiscoveredInfoCalculator.ILangSettingInfo - Interface in org.eclipse.cdt.make.internal.core.scannerconfig
 
CDataDiscoveredInfoCalculator.IRcSettingInfo - Interface in org.eclipse.cdt.make.internal.core.scannerconfig
 
CDataDiscoveredInfoProcessor - Class in org.eclipse.cdt.make.internal.core.scannerconfig
 
CDataDiscoveredInfoProcessor() - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoProcessor
 
CDataProviderTests - Class in org.eclipse.cdt.make.builder.tests
 
CDataProviderTests(String) - Constructor for class org.eclipse.cdt.make.builder.tests.CDataProviderTests
 
CDebugAdapter - Class in org.eclipse.cdt.debug.internal.core
 
CDebugAdapter(ICDebugger) - Constructor for class org.eclipse.cdt.debug.internal.core.CDebugAdapter
 
CDebugCorePlugin - Class in org.eclipse.cdt.debug.core
The plugin class for C/C++ debug core.
CDebugCorePlugin() - Constructor for class org.eclipse.cdt.debug.core.CDebugCorePlugin
The constructor.
CDebugCorePreferenceInitializer - Class in org.eclipse.cdt.debug.internal.core
Default preference value initializer for CDebugCorePlugin.
CDebugCorePreferenceInitializer() - Constructor for class org.eclipse.cdt.debug.internal.core.CDebugCorePreferenceInitializer
Constructor for CDebugCorePreferenceInitializer.
CDebugElement - Class in org.eclipse.cdt.debug.internal.core.model
The super class of all C/C++ debug model elements.
CDebugElement(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CDebugElement
Constructor for CDebugElement.
CDebugElementAdapterFactory - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
 
CDebugElementAdapterFactory() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CDebugElementAdapterFactory
 
CDebugElementLabelProviderFactory - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
Factory for all (non-default) label providers
CDebugElementLabelProviderFactory() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CDebugElementLabelProviderFactory
 
CDebugElementState - Class in org.eclipse.cdt.debug.core.model
The state of a debug element.
CDEBUGGER_EXTENSION_POINT_ID - Static variable in class org.eclipse.cdt.debug.core.CDebugCorePlugin
 
CDEBUGGER_PAGE_EXTENSION_POINT_ID - Static variable in class org.eclipse.cdt.debug.ui.CDebugUIPlugin
 
CDebuggerPageAdapter - Class in org.eclipse.cdt.debug.internal.ui
Migration from AbstractLaunchConfigurationTab to ICDebuggerPage.
CDebuggerPageAdapter(ILaunchConfigurationTab) - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebuggerPageAdapter
Constructor for CDebuggerPageAdapter.
CDebuggerTab - Class in org.eclipse.cdt.launch.ui
 
CDebuggerTab(boolean) - Constructor for class org.eclipse.cdt.launch.ui.CDebuggerTab
 
CDebuggerTab.AdvancedDebuggerOptionsDialog - Class in org.eclipse.cdt.launch.ui
 
CDebugHelper - Class in org.eclipse.cdt.debug.testplugin
Helper methods to set up a Debug session.
CDebugHelper() - Constructor for class org.eclipse.cdt.debug.testplugin.CDebugHelper
 
CDebugImageDescriptorRegistry - Class in org.eclipse.cdt.debug.internal.ui
A registry that maps ImageDescriptors to Image.
CDebugImageDescriptorRegistry() - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugImageDescriptorRegistry
Creates a new image descriptor registry for the current or default display, respectively.
CDebugImageDescriptorRegistry(Display) - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugImageDescriptorRegistry
Creates a new image descriptor registry for the given display.
CDebugImages - Class in org.eclipse.cdt.debug.internal.ui
Bundle of most images used by the C/C++ debug plug-in.
CDebugImages() - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugImages
 
CDebugModelPresentation - Class in org.eclipse.cdt.debug.internal.ui
 
CDebugModelPresentation() - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugModelPresentation
 
CDebugPreferencePage - Class in org.eclipse.cdt.debug.internal.ui.preferences
Preference page for debug preferences that apply specifically to C/C++ Debugging.
CDebugPreferencePage() - Constructor for class org.eclipse.cdt.debug.internal.ui.preferences.CDebugPreferencePage
Constructor for CDebugPreferencePage.
CDebugTarget - Class in org.eclipse.cdt.debug.internal.core.model
Debug target for C/C++ debug model.
CDebugTarget(ILaunch, IProject, ICDITarget, String, IProcess, IBinaryParser.IBinaryObject, boolean, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
Constructor for CDebugTarget.
CDebugUIMessages - Class in org.eclipse.cdt.debug.internal.ui
 
CDebugUIPlugin - Class in org.eclipse.cdt.debug.ui
The main plugin class to be used in the desktop.
CDebugUIPlugin() - Constructor for class org.eclipse.cdt.debug.ui.CDebugUIPlugin
The constructor.
CDebugUIPreferenceInitializer - Class in org.eclipse.cdt.debug.internal.ui
Default preference value initializer for CDebugUIplugin.
CDebugUIPreferenceInitializer() - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugUIPreferenceInitializer
Constructor for CDebugUIPreferenceInitializer.
CDebugUIUtils - Class in org.eclipse.cdt.debug.internal.ui
Utility methods for C/C++ Debug UI.
CDebugUIUtils() - Constructor for class org.eclipse.cdt.debug.internal.ui.CDebugUIUtils
 
CDebugUtils - Class in org.eclipse.cdt.debug.core
Utility methods.
CDebugUtils() - Constructor for class org.eclipse.cdt.debug.core.CDebugUtils
 
CDescriptorEvent - Class in org.eclipse.cdt.core
 
CDescriptorEvent(ICDescriptor, int, int) - Constructor for class org.eclipse.cdt.core.CDescriptorEvent
 
CDIDebugModel - Class in org.eclipse.cdt.debug.core
Provides utility methods for creating debug sessions, targets and breakpoints specific to the CDI debug model.
CDIDebugModel() - Constructor for class org.eclipse.cdt.debug.core.CDIDebugModel
 
CDirectorySourceContainerType - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
See CDirectorySourceContainer.
CDirectorySourceContainerType() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CDirectorySourceContainerType
 
CDirectorySourceLocation - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Locates source elements in a directory in the local file system.
CDirectorySourceLocation() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CDirectorySourceLocation
Constructor for CDirectorySourceLocation.
CDirectorySourceLocation(IPath, IPath, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CDirectorySourceLocation
Constructor for CDirectorySourceLocation.
CDocHover - Class in org.eclipse.cdt.internal.ui.text.c.hover
 
CDocHover() - Constructor for class org.eclipse.cdt.internal.ui.text.c.hover.CDocHover
Constructor for DefaultCEditorTextHover
CDocumentProvider - Class in org.eclipse.cdt.internal.ui.editor
A document provider for C/C++ content.
CDocumentProvider() - Constructor for class org.eclipse.cdt.internal.ui.editor.CDocumentProvider
 
CDocumentSetupParticipant - Class in org.eclipse.cdt.internal.ui.editor
CDocumentSetupParticipant
CDocumentSetupParticipant() - Constructor for class org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant
 
CDOM - Class in org.eclipse.cdt.core.dom
 
CDoubleClickSelector - Class in org.eclipse.cdt.internal.ui.text
Double click strategy aware of C identifier syntax rules.
CDoubleClickSelector() - Constructor for class org.eclipse.cdt.internal.ui.text.CDoubleClickSelector
 
CDT - Static variable in interface org.eclipse.cdt.core.ICLogConstants
 
CDT_LAUNCH_ID - Static variable in interface org.eclipse.cdt.debug.core.ICDTLaunchConfigurationConstants
 
CDT_PROJECT_NATURE_ID_MISMATCH - Static variable in class org.eclipse.cdt.core.CCorePlugin
 
CdtActionConstants - Class in org.eclipse.cdt.ui.actions
Action ids for standard actions, for groups in the menu bar, and for actions in context menus of CDT views.
CdtActionConstants() - Constructor for class org.eclipse.cdt.ui.actions.CdtActionConstants
 
CDTCommonProjectWizard - Class in org.eclipse.cdt.ui.wizards
 
CDTCommonProjectWizard() - Constructor for class org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
 
CDTCommonProjectWizard(String, String) - Constructor for class org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
 
CDTConfigWizardPage - Class in org.eclipse.cdt.managedbuilder.ui.wizards
 
CDTConfigWizardPage(MBSWizardHandler) - Constructor for class org.eclipse.cdt.managedbuilder.ui.wizards.CDTConfigWizardPage
 
CDTContextActivator - Class in org.eclipse.cdt.internal.ui.viewsupport
Once registered as windows listener, observes all part activations.
CDTHelpContextIds - Interface in org.eclipse.cdt.ui.newui
 
CDTListComparator - Class in org.eclipse.cdt.ui.newui
 
CDTListComparator() - Constructor for class org.eclipse.cdt.ui.newui.CDTListComparator
 
cdtLog - Variable in class org.eclipse.cdt.core.CCorePlugin
 
CDTLogWriter - Class in org.eclipse.cdt.internal.core
 
CDTLogWriter(File) - Constructor for class org.eclipse.cdt.internal.core.CDTLogWriter
 
CdtMacroSupplier - Class in org.eclipse.cdt.internal.core.cdtvariables
This supplier is used to suply MBS-predefined macros
CDTMainWizardPage - Class in org.eclipse.cdt.ui.wizards
 
CDTMainWizardPage(String) - Constructor for class org.eclipse.cdt.ui.wizards.CDTMainWizardPage
Creates a new project creation wizard page.
CDTPrefUtil - Class in org.eclipse.cdt.ui.newui
 
CDTPrefUtil() - Constructor for class org.eclipse.cdt.ui.newui.CDTPrefUtil
 
CDTPROJECT_ADDED - Static variable in class org.eclipse.cdt.core.CDescriptorEvent
 
CDTPROJECT_CHANGED - Static variable in class org.eclipse.cdt.core.CDescriptorEvent
 
CDTPROJECT_REMOVED - Static variable in class org.eclipse.cdt.core.CDescriptorEvent
 
CDTProjectWizard - Class in org.eclipse.cdt.ui.wizards
 
CDTProjectWizard() - Constructor for class org.eclipse.cdt.ui.wizards.CDTProjectWizard
 
CDTPropertyManager - Class in org.eclipse.cdt.ui.newui
This class is intended to handle When new propertypage is created, it should request project description by method getProjectDescription() This method, in addition, registers page in list.
CDTPropertyManager() - Constructor for class org.eclipse.cdt.ui.newui.CDTPropertyManager
 
CDTStatusInfo - Class in org.eclipse.cdt.ui.newui
Simple IStatus implementation to avoid using internal classes
CDTStatusInfo() - Constructor for class org.eclipse.cdt.ui.newui.CDTStatusInfo
 
CDTStatusInfo(int, String) - Constructor for class org.eclipse.cdt.ui.newui.CDTStatusInfo
 
CDTUIImages - Class in org.eclipse.cdt.ui
Bundle of all images used by the C plugin.
CDTUIImages() - Constructor for class org.eclipse.cdt.ui.CDTUIImages
 
CdtVariable - Class in org.eclipse.cdt.core.cdtvariables
This is the trivial implementation of the IBuildMacro used internaly by the MBS
CdtVariable(String, int, String) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariable
 
CdtVariable(String, int, String[]) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariable
 
CdtVariable(ICdtVariable) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariable
 
CdtVariableException - Exception in org.eclipse.cdt.core.cdtvariables
This exception is thrown in the case of some build macros-related operation failure The exception typically contains one or more IBuildMacroStatus statuses
CdtVariableException(IStatus) - Constructor for exception org.eclipse.cdt.core.cdtvariables.CdtVariableException
Creates a new exception with the given status object.
CdtVariableException(int, String, Throwable, String, String, String) - Constructor for exception org.eclipse.cdt.core.cdtvariables.CdtVariableException
Creates an exception containing a single IBuildMacroStatus status with the IStatus.ERROR severity
CdtVariableException(int, String, String, String) - Constructor for exception org.eclipse.cdt.core.cdtvariables.CdtVariableException
Creates an exception containing a single IBuildMacroStatus status with the IStatus.ERROR severity and with the default message
CdtVariableManager - Class in org.eclipse.cdt.internal.core.cdtvariables
The default IBuildMacroProvider implementation
CdtVariableStatus - Class in org.eclipse.cdt.core.cdtvariables
This class implements the IBuildMacroStatus interface
CdtVariableStatus(int, int, String, Throwable, String, String, String) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariableStatus
 
CdtVariableStatus(int, String, Throwable, String, String, String) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariableStatus
Creates status with the IStatus.ERROR severity
CdtVariableStatus(int, String, String, String) - Constructor for class org.eclipse.cdt.core.cdtvariables.CdtVariableStatus
Creates status with the IStatus.ERROR severity and with the default message
CdtVarPathEntryVariableManager - Class in org.eclipse.cdt.internal.core
the path entry variable manager is kept for the backward compatibility purposes currently it presents workspace Cdt variables that hold either a file or folder value
CdtVarPathEntryVariableManager() - Constructor for class org.eclipse.cdt.internal.core.CdtVarPathEntryVariableManager
 
CDTViewerDragAdapter - Class in org.eclipse.cdt.internal.ui.dnd
CDTViewerDragAdapter
CDTViewerDragAdapter(StructuredViewer, TransferDragSourceListener[]) - Constructor for class org.eclipse.cdt.internal.ui.dnd.CDTViewerDragAdapter
 
CDTViewerDropAdapter - Class in org.eclipse.cdt.internal.ui.dnd
A drag and drop adapter to be used together with structured viewers.
CDTViewerDropAdapter(StructuredViewer, int) - Constructor for class org.eclipse.cdt.internal.ui.dnd.CDTViewerDropAdapter
 
CDummyStackFrame - Class in org.eclipse.cdt.debug.internal.core.model
Implementation of the dummy stack frame.
CDummyStackFrame(CThread) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame
Constructor for CDummyStackFrame.
CEditor - Class in org.eclipse.cdt.internal.ui.editor
C/C++ source editor.
CEditor() - Constructor for class org.eclipse.cdt.internal.ui.editor.CEditor
Default constructor.
CEDITOR_VIEW - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CEditorActionContributor - Class in org.eclipse.cdt.internal.ui.editor
 
CEditorActionContributor() - Constructor for class org.eclipse.cdt.internal.ui.editor.CEditorActionContributor
 
CEditorColoringConfigurationBlock_bold - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_braces - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_builtInTypes - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_cCommentTaskTags - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_color - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_coloring_category_code - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_coloring_category_comments - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_coloring_category_preprocessor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_coloring_element - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_enable - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_enable_semantic_highlighting - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_italic - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_keywords - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_link - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_MultiLine - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_numbers - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_operators - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_others - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_ppDirectives - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_ppHeaders - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_ppOthers - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_preview - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_singleLine - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_strikethrough - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_strings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringConfigurationBlock_underline - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorColoringPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
Code coloring preference page.
CEditorColoringPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CEditorColoringPreferencePage
 
CEditorErrorTickUpdater - Class in org.eclipse.cdt.internal.ui.editor
The JavaEditorErrorTickUpdater will register as a AnnotationModelListener on the annotation model of a Java Editor and update the title images when the annotation model changed.
CEditorErrorTickUpdater(CEditor) - Constructor for class org.eclipse.cdt.internal.ui.editor.CEditorErrorTickUpdater
 
CEditorHoverConfigurationBlock - Class in org.eclipse.cdt.internal.ui.preferences
CEditorHoverConfigurationBlock
CEditorHoverConfigurationBlock(PreferencePage, OverlayPreferenceStore) - Constructor for class org.eclipse.cdt.internal.ui.preferences.CEditorHoverConfigurationBlock
 
CEditorHoverConfigurationBlock_delimiter - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_duplicateModifier - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_hoverPreferences - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_insertDelimiterAndModifier - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_insertDelimiterAndModifierAndDelimiter - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_insertModifierAndDelimiter - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_keyModifier - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_modifierColumnTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_modifierIsNotValid - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_modifierIsNotValidForHover - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverConfigurationBlock_nameColumnTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorHoverPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
The page for setting the editor hover options.
CEditorHoverPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CEditorHoverPreferencePage
 
CEditorMessages - Class in org.eclipse.cdt.internal.ui.editor
 
CEditorPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
 
CEditorPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CEditorPreferencePage
 
CEditorPreferencePage_behaviorPage_appearanceColorOptions - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_Color - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_ensureNewline - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_inactiveCode - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_inactiveCodeColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_matchingBracketColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_matchingBrackets - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_subWordNavigation - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviorPage_tabSpace - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_behaviourPage_EnableEditorProblemAnnotation - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_closeAngularBrackets - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_closeBraces - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_closeBrackets - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_closeStrings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colorPage_bold - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colorPage_color - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colorPage_foreground - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colorPage_preview - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colorPage_systemDefault - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_colors - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_autoActivationDelay - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_autoActivationEnableArrow - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_autoActivationEnableDot - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_autoActivationEnableDoubleColon - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_autoActivationGroupTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_completionProposalBackgroundColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_completionProposalForegroundColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_insertCommonProposalAutomatically - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_insertionGroupTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_insertSingleProposalAutomatically - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_parameterBackgroundColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_parameterForegroundColor - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_proposalFilterSelect - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_searchGroupCurrentFileOption - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_searchGroupCurrentProjectOption - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_searchGroupTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_showProposalsInAlphabeticalOrder - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_sortingSection_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_ContentAssistPage_timeoutDelay - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_empty_input - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_escapeStrings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_folding_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_hover_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_invalid_input - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_link - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_link_tooltip - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_smartPaste - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_typing_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_typing_smartTab - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_typing_tabTitle - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorPreferencePage_wrapStrings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CEditorTextHoverDescriptor - Class in org.eclipse.cdt.internal.ui.text.c.hover
CEditorTexHoverDescriptor
CEditorTextHoverProxy - Class in org.eclipse.cdt.internal.ui.text.c.hover
CEditorTexHoverProxy
CEditorTextHoverProxy(CEditorTextHoverDescriptor, IEditorPart) - Constructor for class org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy
 
CElementAdapterFactory - Class in org.eclipse.cdt.internal.ui
Implements basic UI support for C elements.
CElementAdapterFactory() - Constructor for class org.eclipse.cdt.internal.ui.CElementAdapterFactory
 
CElementContentProvider - Class in org.eclipse.cdt.ui
A content provider for C elements.
CElementContentProvider() - Constructor for class org.eclipse.cdt.ui.CElementContentProvider
Creates a new content provider for C elements.
CElementContentProvider(ITextEditor) - Constructor for class org.eclipse.cdt.ui.CElementContentProvider
Creates a new content provider for C elements.
CElementContentProvider(boolean, boolean) - Constructor for class org.eclipse.cdt.ui.CElementContentProvider
Creates a new content provider for C elements.
CElementDecorator - Class in org.eclipse.cdt.ui.testplugin
Allows to test decorators for Java elements
CElementDecorator() - Constructor for class org.eclipse.cdt.ui.testplugin.CElementDecorator
 
CElementGrouping - Class in org.eclipse.cdt.ui
 
CElementGrouping(int) - Constructor for class org.eclipse.cdt.ui.CElementGrouping
 
CElementGrouping_includeGroupingLabel - Static variable in class org.eclipse.cdt.ui.Messages
 
CElementHyperlink - Class in org.eclipse.cdt.internal.ui.editor
C element hyperlink.
CElementHyperlink(IRegion, IAction) - Constructor for class org.eclipse.cdt.internal.ui.editor.CElementHyperlink
Creates a new Java element hyperlink.
CElementHyperlinkDetector - Class in org.eclipse.cdt.internal.ui.editor
 
CElementHyperlinkDetector(ITextEditor) - Constructor for class org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector
 
CElementImageDescriptor - Class in org.eclipse.cdt.ui
A CImageDescriptor consists of a base image and several adornments.
CElementImageDescriptor(ImageDescriptor, int, Point) - Constructor for class org.eclipse.cdt.ui.CElementImageDescriptor
Create a new CElementImageDescriptor.
CElementImageProvider - Class in org.eclipse.cdt.internal.ui.viewsupport
Default strategy of the C plugin for the construction of C element icons.
CElementImageProvider() - Constructor for class org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider
 
CElementLabelProvider - Class in org.eclipse.cdt.ui
The label provider for the c model elements.
CElementLabelProvider() - Constructor for class org.eclipse.cdt.ui.CElementLabelProvider
 
CElementLabelProvider(int) - Constructor for class org.eclipse.cdt.ui.CElementLabelProvider
 
CElementLabels - Class in org.eclipse.cdt.internal.ui.viewsupport
 
CElementLabels() - Constructor for class org.eclipse.cdt.internal.ui.viewsupport.CElementLabels
 
CElementPositionAdapter - Class in org.eclipse.cdt.refactoring.actions
 
CElementPositionAdapter() - Constructor for class org.eclipse.cdt.refactoring.actions.CElementPositionAdapter
 
CElementPropertySource - Class in org.eclipse.cdt.internal.ui
 
CElementPropertySource(ICElement) - Constructor for class org.eclipse.cdt.internal.ui.CElementPropertySource
 
CElementSet - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CElementSorter - Class in org.eclipse.cdt.ui
A sorter to sort the file and the folders in the C viewer in the following order: 1 Project 2 BinaryContainer 3 ArchiveContainer 4 LibraryContainer 5 IncludeContainer 6 Source roots 5 C Elements 6 non C Elements
CElementSorter() - Constructor for class org.eclipse.cdt.ui.CElementSorter
 
CElementWorkingSetPage - Class in org.eclipse.cdt.internal.ui.workingsets
The C element working set page allows the user to create and edit a C element working set.
CElementWorkingSetPage() - Constructor for class org.eclipse.cdt.internal.ui.workingsets.CElementWorkingSetPage
Creates a new instance of the receiver.
CElementWorkingSetUpdater - Class in org.eclipse.cdt.internal.ui.workingsets
 
CElementWorkingSetUpdater() - Constructor for class org.eclipse.cdt.internal.ui.workingsets.CElementWorkingSetUpdater
 
CEnvironmentTab - Class in org.eclipse.cdt.launch.ui
Deprecated.  
CEnvironmentTab() - Constructor for class org.eclipse.cdt.launch.ui.CEnvironmentTab
Deprecated.  
CExpression - Class in org.eclipse.cdt.debug.internal.core.model
Represents an expression in the CDI model.
CExpression(CStackFrame, ICDIExpression, ICDIVariableDescriptor) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CExpression
Constructor for CExpression.
CExtensionDescriptor - Class in org.eclipse.cdt.internal.core
 
CExtensionDescriptor(IConfigurationElement) - Constructor for class org.eclipse.cdt.internal.core.CExtensionDescriptor
 
CExtensionInfo - Class in org.eclipse.cdt.internal.core
 
CExtensionInfo() - Constructor for class org.eclipse.cdt.internal.core.CExtensionInfo
 
CExtensionInfo(CExtensionInfo) - Constructor for class org.eclipse.cdt.internal.core.CExtensionInfo
 
CExtensionReference - Class in org.eclipse.cdt.internal.core
 
CFG_DATA_PROVIDER_ID - Static variable in class org.eclipse.cdt.make.core.MakeCorePlugin
 
CFG_DATA_PROVIDER_ID - Static variable in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
CfgDiscoveredPathManager - Class in org.eclipse.cdt.build.internal.core.scannerconfig
 
CfgDiscoveredPathManager.PathInfoCache - Class in org.eclipse.cdt.build.internal.core.scannerconfig
 
CfgHolder - Class in org.eclipse.cdt.managedbuilder.ui.wizards
 
CfgHolder(IToolChain, IConfiguration) - Constructor for class org.eclipse.cdt.managedbuilder.ui.wizards.CfgHolder
 
CfgInfoContext - Class in org.eclipse.cdt.build.core.scannerconfig
 
CfgInfoContext(IResourceInfo, ITool, IInputType) - Constructor for class org.eclipse.cdt.build.core.scannerconfig.CfgInfoContext
 
CfgInfoContext(IConfiguration) - Constructor for class org.eclipse.cdt.build.core.scannerconfig.CfgInfoContext
 
cfgs2items(IConfiguration[]) - Static method in class org.eclipse.cdt.managedbuilder.ui.wizards.CfgHolder
 
CfgScannerConfigInfoFactory2 - Class in org.eclipse.cdt.build.internal.core.scannerconfig2
 
CfgScannerConfigInfoFactory2() - Constructor for class org.eclipse.cdt.build.internal.core.scannerconfig2.CfgScannerConfigInfoFactory2
 
CfgScannerConfigProfileManager - Class in org.eclipse.cdt.build.internal.core.scannerconfig2
 
CfgScannerConfigProfileManager() - Constructor for class org.eclipse.cdt.build.internal.core.scannerconfig2.CfgScannerConfigProfileManager
 
CfgScannerConfigUtil - Class in org.eclipse.cdt.build.internal.core.scannerconfig
 
CfgScannerConfigUtil() - Constructor for class org.eclipse.cdt.build.internal.core.scannerconfig.CfgScannerConfigUtil
 
CfgSCJobsUtil - Class in org.eclipse.cdt.build.internal.core.scannerconfig.jobs
Utility class for build and job related functionality
CfgSCJobsUtil() - Constructor for class org.eclipse.cdt.build.internal.core.scannerconfig.jobs.CfgSCJobsUtil
 
CFileTypeAssociation - Class in org.eclipse.cdt.internal.ui.preferences
 
CFileTypeAssociation(String, int, IContentType) - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypeAssociation
 
CFileTypeDialog - Class in org.eclipse.cdt.internal.ui.preferences
 
CFileTypeDialog(Shell) - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypeDialog
 
CFileTypeDialog_patternLabel - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypeDialog_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypeDialog_typeLabel - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferenceBlock - Class in org.eclipse.cdt.internal.ui.preferences
 
CFileTypesPreferenceBlock() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypesPreferenceBlock
 
CFileTypesPreferenceBlock(IProject) - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypesPreferenceBlock
 
CFileTypesPreferenceBlock_addAssociationError_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferenceBlock_addAssociationErrorMessage - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferenceBlock_New___ - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferenceBlock_Remove - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
 
CFileTypesPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypesPreferencePage
 
CFileTypesPreferencePage_colTitleDescription - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage_colTitlePattern - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage_colTitleStatus - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage_preDefined - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPreferencePage_userDefined - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPropertyPage - Class in org.eclipse.cdt.internal.ui.preferences
 
CFileTypesPropertyPage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CFileTypesPropertyPage
 
CFileTypesPropertyPage_useProjectSettings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFileTypesPropertyPage_useWorkspaceSettings - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CFloatingPointValue - Class in org.eclipse.cdt.debug.internal.core.model
Represents a value of a float or double variable type.
CFloatingPointValue(CVariable, ICDIValue) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CFloatingPointValue
Constructor for CFloatingPointValue.
CFoldingStructureProviderDescriptor - Class in org.eclipse.cdt.internal.ui.text.folding
Describes a contribution to the folding provider extension point.
CFoldingStructureProviderRegistry - Class in org.eclipse.cdt.internal.ui.text.folding
 
CFoldingStructureProviderRegistry() - Constructor for class org.eclipse.cdt.internal.ui.text.folding.CFoldingStructureProviderRegistry
Creates a new instance.
CFormatter - Class in org.eclipse.cdt.internal.corext.template.c
A template editor using the C/C++ formatter to format a template buffer.
CFormatter(String, int, boolean, ICProject) - Constructor for class org.eclipse.cdt.internal.corext.template.c.CFormatter
Creates a CFormatter with the target line delimiter.
CFormattingStrategy - Class in org.eclipse.cdt.internal.ui.text
 
CFormattingStrategy() - Constructor for class org.eclipse.cdt.internal.ui.text.CFormattingStrategy
Creates a new java formatting strategy.
CFunctionBreakpoint - Class in org.eclipse.cdt.debug.internal.core.breakpoints
A breakpoint that suspends the execution when a function is entered.
CFunctionBreakpoint() - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CFunctionBreakpoint
Constructor for CFunctionBreakpoint.
CFunctionBreakpoint(IResource, Map, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CFunctionBreakpoint
Constructor for CFunctionBreakpoint.
CGlobalValue - Class in org.eclipse.cdt.debug.internal.core.model
 
CGlobalValue(CVariable, ICDIValue) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CGlobalValue
Constructor for CGlobalValue.
CGlobalVariable - Class in org.eclipse.cdt.debug.internal.core.model
Represents a global variable.
CGlobalVariableManager - Class in org.eclipse.cdt.debug.internal.core
Manages all global variables registered with a debug target.
CGlobalVariableManager(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.CGlobalVariableManager
Constructor for CGlobalVariableManager.
CHANGE_ABORTED - Static variable in interface org.eclipse.cdt.internal.ui.ICStatusConstants
Status constant indicating that a ChangeAbortException has been caught.
CHANGE_REGISTER_VALUE_ACTION - Static variable in interface org.eclipse.cdt.debug.internal.ui.ICDebugHelpContextIds
 
CHANGE_TYPE - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Refactor menu: name of standard Generalize Type global action (value "org.eclipse.cdt.ui.actions.ChangeType").
ChangeBuildConfigActionBase - Class in org.eclipse.cdt.ui.actions
Base class for build configuration actions.
ChangeBuildConfigActionBase() - Constructor for class org.eclipse.cdt.ui.actions.ChangeBuildConfigActionBase
 
ChangeBuildConfigContextAction - Class in org.eclipse.cdt.ui.actions
This context menu action is used to change active build configuration for the project
ChangeBuildConfigContextAction() - Constructor for class org.eclipse.cdt.ui.actions.ChangeBuildConfigContextAction
 
ChangeBuildConfigMenuAction - Class in org.eclipse.cdt.ui.actions
Action which changes active build configuration of the current project
ChangeBuildConfigMenuAction() - Constructor for class org.eclipse.cdt.ui.actions.ChangeBuildConfigMenuAction
 
changeBuilder(IBuilder, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
changeBuilder(IBuilder, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
changeBuilder(IBuilder, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
changeBuilder(IBuilder, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
ChangeConfigAction - Class in org.eclipse.cdt.ui.actions
Action which changes active build configuration of the current project to the given one.
ChangeConfigAction(HashSet, String, String, int) - Constructor for class org.eclipse.cdt.ui.actions.ChangeConfigAction
Constructs the action.
changeConfiguration(ContentAssistant, IPreferenceStore, PropertyChangeEvent) - Static method in class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference
Changes the configuration of the given content assistant according to the given property change event and the given preference store.
changeControlPressed(DialogField) - Method in interface org.eclipse.cdt.debug.internal.ui.dialogfields.IStringButtonAdapter
 
changeControlPressed() - Method in class org.eclipse.cdt.debug.internal.ui.dialogfields.StringButtonDialogField
Programmatical pressing of the button
changeControlPressed(DialogField) - Method in interface org.eclipse.cdt.debug.mi.internal.ui.dialogfields.IStringButtonAdapter
 
changeControlPressed() - Method in class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.StringButtonDialogField
Programmatical pressing of the button
changeControlPressed(DialogField) - Method in interface org.eclipse.cdt.internal.ui.wizards.dialogfields.IStringButtonAdapter
 
changeControlPressed() - Method in class org.eclipse.cdt.internal.ui.wizards.dialogfields.StringButtonDialogField
Programmatical pressing of the button
changeCurrentPath(IPath, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ResourceInfoContainer
 
changed(Object) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyDocumentProvider
 
CHANGED - Static variable in class org.eclipse.cdt.managedbuilder.internal.core.SettingsChangeEvent
 
changeDiscoveredContainer(IProject, ScannerConfigScope, List) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IDiscoveredPathManager
 
changeDiscoveredContainer(IProject, ScannerConfigScope, List) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathManager
 
changeFormat(CVariableFormat) - Method in interface org.eclipse.cdt.debug.core.model.IFormatSupport
Sets the current format of this variable to format.
changeFormat(CVariableFormat) - Method in class org.eclipse.cdt.debug.internal.core.model.CVariable
 
changeIndent(String, int, int, String, String) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Change the indent of, possible muti-line, code range.
changeMakeDirectory(String, int, boolean) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParserUtility
 
changeNotification(IResource, IScannerInfo) - Method in interface org.eclipse.cdt.core.parser.IScannerInfoChangeListener
The listener must implement this method in order to receive the new information from the provider.
changeToolChain(IToolChain, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IFolderInfo
 
changeToolChain(IToolChain, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.FolderInfo
 
changeToolChain(IToolChain, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestFolderInfo
 
charAt(int) - Method in class org.eclipse.cdt.internal.ui.text.DocumentCharacterIterator
Note that, if the document is modified concurrently, this method may return CharacterIterator.DONE if a BadLocationException was thrown when accessing the backing document.
charFromByte(byte) - Static method in class org.eclipse.cdt.debug.core.CDebugUtils
 
charToByte(char) - Static method in class org.eclipse.cdt.debug.core.CDebugUtils
 
CHContentProvider - Class in org.eclipse.cdt.internal.ui.callhierarchy
This is the content provider for the call hierarchy.
CHContentProvider(Display) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHContentProvider
Constructs the content provider.
CHDropTargetListener - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHDropTargetListener(CHViewPart) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHDropTargetListener
 
CHeaderRule - Class in org.eclipse.cdt.internal.ui.text
Recognizes headers specified using angle brackets (e.g.
CHeaderRule(IToken) - Constructor for class org.eclipse.cdt.internal.ui.text.CHeaderRule
Creates a new CHeaderRule.
check1 - Variable in class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
 
check2 - Variable in class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
 
check3 - Variable in class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
 
checkAll(boolean) - Method in class org.eclipse.cdt.debug.internal.ui.dialogfields.CheckedListDialogField
Sets the check state of all elements
checkAll(boolean) - Method in class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.CheckedListDialogField
Sets the check state of all elements
checkAll(boolean) - Method in class org.eclipse.cdt.internal.ui.wizards.dialogfields.CheckedListDialogField
Sets the check state of all elements
checkApplyDescription(IProject, ICProjectDescription) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil
 
checkApplyDescription(IProject, ICProjectDescription, boolean) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil
 
CheckboxTablePart - Class in org.eclipse.cdt.make.internal.ui.part
 
CheckboxTablePart(String[]) - Constructor for class org.eclipse.cdt.make.internal.ui.part.CheckboxTablePart
 
checkBuildPathChange(EnvVarCollector, IConfiguration) - Method in class org.eclipse.cdt.managedbuilder.internal.envvar.StoredBuildPathEnvironmentContainer
 
checkBuildPathVariables(IConfiguration) - Method in class org.eclipse.cdt.managedbuilder.internal.envvar.EnvironmentVariableProvider
 
checkBuildPathVariables(IConfiguration, int) - Method in class org.eclipse.cdt.managedbuilder.internal.envvar.EnvironmentVariableProvider
 
CheckBuildPropertyExpression - Class in org.eclipse.cdt.managedbuilder.internal.enablement
 
CheckBuildPropertyExpression(IManagedConfigElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.enablement.CheckBuildPropertyExpression
 
checkCancel(IProgressMonitor) - Method in class org.eclipse.cdt.make.core.MakeBuilder
Check whether the build has been canceled.
checkCancel(IProgressMonitor) - Method in class org.eclipse.cdt.make.internal.core.makefile.gnu.GNUMakefileChecker
Check whether the build has been canceled.
checkCancel(IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder
Check whether the build has been canceled.
checkCancel(IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.core.GeneratedMakefileBuilder
Check whether the build has been canceled.
checkChunkStart(int, int, int) - Method in class org.eclipse.cdt.internal.formatter.align.Alignment
 
checkColumn() - Method in class org.eclipse.cdt.internal.formatter.align.Alignment
 
checkConditions(IFile, int, String) - Method in class org.eclipse.cdt.refactoring.tests.RenameTests
 
checkConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.cdt.refactoring.tests.TestRenameParticipant
 
checkCPUNumber() - Static method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildProcessManager
 
checkCurrentOptionsVersion() - Static method in class org.eclipse.cdt.internal.ui.preferences.formatter.FormatterProfileStore
 
checkDialogForChanges() - Method in class org.eclipse.cdt.make.ui.dialogs.AbstractDiscoveryOptionsBlock
 
checkDialogForChanges() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryPageWrapper
 
CheckedListDialogField - Class in org.eclipse.cdt.debug.internal.ui.dialogfields
A list with checkboxes and a button bar.
CheckedListDialogField(IListAdapter, String[], ILabelProvider) - Constructor for class org.eclipse.cdt.debug.internal.ui.dialogfields.CheckedListDialogField
 
CheckedListDialogField - Class in org.eclipse.cdt.debug.mi.internal.ui.dialogfields
A list with checkboxes and a button bar.
CheckedListDialogField(IListAdapter, String[], ILabelProvider) - Constructor for class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.CheckedListDialogField
 
CheckedListDialogField - Class in org.eclipse.cdt.internal.ui.wizards.dialogfields
A list with checkboxes and a button bar.
CheckedListDialogField(IListAdapter, String[], IBaseLabelProvider) - Constructor for class org.eclipse.cdt.internal.ui.wizards.dialogfields.CheckedListDialogField
 
checkExecutableSettings() - Method in class org.eclipse.cdt.debug.ui.importexecutable.ImportExecutablePageTwo
 
checkFile(IFile, IProgressMonitor) - Method in interface org.eclipse.cdt.make.core.makefile.IMakefileValidator
 
checkFile(IFile, IProgressMonitor) - Method in class org.eclipse.cdt.make.internal.core.makefile.gnu.GNUMakefileValidator
 
checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.cdt.internal.refactoring.CRenameMethodProcessor
 
checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessor
 
checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessorDelegate
 
checkFlags(int) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
checkFlags(int) - Method in class org.eclipse.cdt.managedbuilder.internal.enablement.OptionEnablementExpression
 
checkForMigrationSupport() - Method in interface org.eclipse.cdt.managedbuilder.core.IProjectType
check for migration support.
checkForMigrationSupport() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Builder
 
checkForMigrationSupport() - Method in class org.eclipse.cdt.managedbuilder.internal.core.ProjectType
 
checkForMigrationSupport() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
checkForMigrationSupport() - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
checkForMigrationSupport() - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestProjectType
 
CheckHolderExpression - Class in org.eclipse.cdt.managedbuilder.internal.enablement
 
CheckHolderExpression(IManagedConfigElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.enablement.CheckHolderExpression
 
checkIdentifier(String) - Static method in class org.eclipse.cdt.internal.refactoring.CRefactoringUtils
 
checkInexistentConfigurations(ICProjectDescription) - Method in class org.eclipse.cdt.internal.core.envvar.UserDefinedEnvironmentSupplier
 
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.CRenameMethodProcessor
 
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessor
 
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessorDelegate
 
checkInSync(IResource) - Static method in class org.eclipse.cdt.internal.ui.util.Resources
Checks if the given resource is in sync with the underlying file system.
checkInSync(IResource[]) - Static method in class org.eclipse.cdt.internal.ui.util.Resources
Checks if the given resources are in sync with the underlying file system.
checkIntegrity(int, Object) - Method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
 
checkIntegrity(int, Object) - Method in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
checks the integrity of the Macros If there are inconsistencies, such as when a macro value refers to a nonexistent macro or when two macros refer to each other, this method will throw the BuildMacroException exception The BuildMacroException will contain the human-readable string describing the inconsistency and the array of the IBuildMacro interfaces that will represent the macros that caused the inconsistency.
checkListTexts() - Method in class org.eclipse.cdt.ui.testplugin.util.AccessibilityTestPass
 
checkListTexts() - Method in class org.eclipse.cdt.ui.testplugin.util.FocusTestPass
 
checkListTexts() - Method in interface org.eclipse.cdt.ui.testplugin.util.IDialogTestPass
 
checkMacro(String, int, String) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
checkMacro(String, int, String[]) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
CheckOptionExpression - Class in org.eclipse.cdt.managedbuilder.internal.enablement
 
CheckOptionExpression(IManagedConfigElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.enablement.CheckOptionExpression
 
checkParentContextRelation(IEnvironmentContextInfo, IEnvironmentContextInfo) - Method in class org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager
 
checkPressed(SelectionEvent) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildBehaviourTab
 
checkPressed(SelectionEvent) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuilderSettingsTab
 
checkPressed(SelectionEvent) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ToolChainEditTab
 
checkPropertiesModificationCompatibility(ITool[], Map, Map, Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.FolderInfo
 
checkPropertiesModificationCompatibility(IToolChain, Map, Map, Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.FolderInfo
 
checkStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.cdt.debug.internal.ui.propertypages.ThreadFilterEditor.CheckHandler
 
CheckStringExpression - Class in org.eclipse.cdt.managedbuilder.internal.enablement
 
CheckStringExpression(IManagedConfigElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.enablement.CheckStringExpression
 
checkSynchBuildInfo(IProject) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil
 
checkVariableIntegrity(ICConfigurationDescription) - Method in interface org.eclipse.cdt.core.cdtvariables.ICdtVariableManager
checks the integrity of the Macros If there are inconsistencies, such as when a macro value refers to a nonexistent macro or when two macros refer to each other, this method will throw the BuildMacroException exception The BuildMacroException will contain the human-readable string describing the inconsistency and the array of the IBuildMacro interfaces that will represent the macros that caused the inconsistency.
checkVariableIntegrity(ICConfigurationDescription) - Method in class org.eclipse.cdt.internal.core.cdtvariables.CdtVariableManager
 
CHelpBookDescriptor - Class in org.eclipse.cdt.internal.ui.text
This class represents the CHelpBook settings
CHelpConfigurationPropertyPage - Class in org.eclipse.cdt.ui.dialogs
This class defines a project property page for C/C++ project help settings configuration
CHelpConfigurationPropertyPage() - Constructor for class org.eclipse.cdt.ui.dialogs.CHelpConfigurationPropertyPage
 
CHelpDisplayContext - Class in org.eclipse.cdt.internal.ui.util
 
CHelpDisplayContext(IContext, ITextEditor, String) - Constructor for class org.eclipse.cdt.internal.ui.util.CHelpDisplayContext
 
CHelpProviderDescriptor - Class in org.eclipse.cdt.internal.ui.text
This class represents the CHelpProvider settings
CHelpProviderDescriptor(IProject, IConfigurationElement) - Constructor for class org.eclipse.cdt.internal.ui.text.CHelpProviderDescriptor
 
CHelpProviderDescriptor(IProject, IConfigurationElement, Element) - Constructor for class org.eclipse.cdt.internal.ui.text.CHelpProviderDescriptor
 
CHelpProviderManager - Class in org.eclipse.cdt.internal.ui
This class is used to manage external plugins that contribute C/C++ help information through the CHelpProvider extension point
CHelpSettings - Class in org.eclipse.cdt.internal.ui.text
This class represents the Help settings for the current project
CHelpSettings(IProject) - Constructor for class org.eclipse.cdt.internal.ui.text.CHelpSettings
 
CHelpSettings(IProject, Element) - Constructor for class org.eclipse.cdt.internal.ui.text.CHelpSettings
 
CHeuristicScanner - Class in org.eclipse.cdt.internal.ui.text
Utility methods for heuristic based C manipulations in an incomplete C source file.
CHeuristicScanner(IDocument, String, String) - Constructor for class org.eclipse.cdt.internal.ui.text.CHeuristicScanner
Creates a new instance.
CHeuristicScanner(IDocument) - Constructor for class org.eclipse.cdt.internal.ui.text.CHeuristicScanner
Calls this(document, ICPartitions.C_PARTITIONING, IDocument.DEFAULT_CONTENT_TYPE).
CHHistoryAction - Class in org.eclipse.cdt.internal.ui.callhierarchy
Action used for the include browser forward / backward buttons
CHHistoryAction(CHViewPart, ICElement) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHHistoryAction
 
CHHistoryDropDownAction - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHHistoryDropDownAction(CHViewPart) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHHistoryDropDownAction
 
CHHistoryDropDownAction.ClearHistoryAction - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHHistoryDropDownAction.ClearHistoryAction(CHViewPart) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHHistoryDropDownAction.ClearHistoryAction
 
CHHistoryDropDownAction_ClearHistory_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHHistoryDropDownAction_ShowHistoryList_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHHistoryListAction - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHHistoryListAction(CHViewPart) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHHistoryListAction
 
CHHistoryListAction_HistoryDialog_title - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHHistoryListAction_HistoryList_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHHistoryListAction_OpenHistory_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHHistoryListAction_Remove_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHLabelProvider - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHLabelProvider(Display, CHContentProvider) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHLabelProvider
 
CHMessages - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHMultiDefNode - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHMultiDefNode(CHNode, ITranslationUnit, long, ICElement[]) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode
 
CHNode - Class in org.eclipse.cdt.internal.ui.callhierarchy
Represents a node in the include browser
CHNode(CHNode, ITranslationUnit, long, ICElement) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHNode
Creates a new node for the include browser
CHoverMessages - Class in org.eclipse.cdt.internal.ui.text.c.hover
CHoverMessages
CHQueries - Class in org.eclipse.cdt.internal.ui.callhierarchy
Access to high level queries in the index.
CHReferenceInfo - Class in org.eclipse.cdt.internal.ui.callhierarchy
 
CHReferenceInfo(int, int) - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo
 
CHUNK_ENUM - Static variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
CHUNK_FIELD - Static variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
CHUNK_METHOD - Static variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
CHUNK_TYPE - Static variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
chunkKind - Variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
chunkStartIndex - Variable in class org.eclipse.cdt.internal.formatter.align.Alignment
 
CHViewPart - Class in org.eclipse.cdt.internal.ui.callhierarchy
The view part for the include browser.
CHViewPart() - Constructor for class org.eclipse.cdt.internal.ui.callhierarchy.CHViewPart
 
CHViewPart_emptyPageMessage - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_FilterVariables_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_FilterVariables_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_FocusOn_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_HideMacros_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_HideMacros_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_NextReference_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_NextReference_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Open_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Open_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_OpenReference_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_PreviousReference_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_PreviousReference_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Refresh_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Refresh_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowCallees_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowCallees_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowCallers_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowCallers_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowFiles_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowFiles_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowReference_label - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_ShowReference_tooltip - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Title_callees - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_Title_callers - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CHViewPart_WorkspaceScope - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHMessages
 
CIndenter - Class in org.eclipse.cdt.internal.ui.text
Uses the CHeuristicScanner to get the indentation level for a certain position in a document.
CIndenter(IDocument, CHeuristicScanner) - Constructor for class org.eclipse.cdt.internal.ui.text.CIndenter
Creates a new instance.
CIndenter(IDocument, CHeuristicScanner, ICProject) - Constructor for class org.eclipse.cdt.internal.ui.text.CIndenter
Creates a new instance.
CIndexedValue - Class in org.eclipse.cdt.debug.internal.core.model
A value containing an array of variables.
CIndexedValue(AbstractCVariable, ICDIArrayValue, int, int) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CIndexedValue
Constructor for CIndexedValue.
CLASS - Static variable in class org.eclipse.cdt.internal.ui.editor.SemanticHighlightings
A named preference part that controls the highlighting of classes.
CLASS_ATTRIBUTE - Static variable in interface org.eclipse.cdt.managedbuilder.core.IManagedBuildDefinitionsStartup
 
CLASS_ATTRIBUTE - Static variable in interface org.eclipse.cdt.managedbuilder.core.IManagedConfigElementProvider
 
CLASS_GROUPING - Static variable in class org.eclipse.cdt.ui.CElementGrouping
 
CLASS_NAME - Static variable in class org.eclipse.cdt.ui.newui.AbstractPage
 
CLASS_NAME - Static variable in class org.eclipse.cdt.ui.newui.ManageConfigDialog
 
CLASS_NAME - Static variable in class org.eclipse.cdt.ui.newui.ManageConfigSelector
 
CLASS_PROPERTY_PREFIX - Variable in class org.eclipse.cdt.managedbuilder.internal.core.ManagedCommandLineGenerator
 
CLASS_TYPE_RELEVANCE - Static variable in interface org.eclipse.cdt.internal.ui.text.contentassist.RelevanceConstants
 
CLaunchConfigurationTab - Class in org.eclipse.cdt.launch.ui
 
CLaunchConfigurationTab() - Constructor for class org.eclipse.cdt.launch.ui.CLaunchConfigurationTab
 
CLEAN_COMMAND - Static variable in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
CLEAN_COMMAND - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITarget
 
cleanChildren() - Method in class org.eclipse.cdt.ui.tests.DOMAST.DOMASTNodeParent
 
cleanFile(IFile, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.core.GeneratedMakefileBuilder
 
CleanFilesAction - Class in org.eclipse.cdt.managedbuilder.ui.actions
 
CleanFilesAction() - Constructor for class org.eclipse.cdt.managedbuilder.ui.actions.CleanFilesAction
 
CleanFilesAction(IWorkbenchWindow) - Constructor for class org.eclipse.cdt.managedbuilder.ui.actions.CleanFilesAction
Creates an instance of this action, for use in the given window.
cleanGeneratedRebuildResources(IBuildDescription) - Static method in class org.eclipse.cdt.managedbuilder.buildmodel.BuildDescriptionManager
cleans the resources to be rebuilt
cleanPreferredTCs() - Static method in class org.eclipse.cdt.ui.newui.CDTPrefUtil
 
cleanup() - Method in class org.eclipse.cdt.internal.formatter.scanner.SimpleScanner
 
clear() - Method in class org.eclipse.cdt.debug.core.sourcelookup.MappingSourceContainer
 
clear() - Method in class org.eclipse.cdt.internal.core.envvar.EnvVarCollector
 
clear() - Method in class org.eclipse.cdt.internal.core.PositionTracker
Resets the tracker to a state reflecting no changes.
clear() - Method in interface org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider
 
clear() - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchListContentProvider
 
clear() - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchTreeContentProvider
 
clear() - Method in class org.eclipse.cdt.make.internal.core.ListenerList
Removes all listeners from this list.
clear() - Method in interface org.eclipse.cdt.managedbuilder.buildproperties.IBuildProperties
 
clear() - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildProperties
 
clear() - Method in class org.eclipse.cdt.managedbuilder.internal.core.BuildObjectProperties
 
clear() - Method in class org.eclipse.cdt.managedbuilder.internal.core.ManagedConfigStorageElement
 
clear() - Method in class org.eclipse.cdt.managedbuilder.internal.core.MapStorageElement
 
CLEAR_CONSOLE_ACTION - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CLEAR_CONSOLE_VIEW - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CLEAR_WORKING_SET_ACTION - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
clearAllDiscoveredInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
clearAllDiscoveredPathInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
clearAllRememberedStates() - Static method in class org.eclipse.cdt.internal.ui.dialogs.OptionalMessageDialog
Clears all remembered information about hidden dialogs
clearAllSettings(IScopeContext) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager
 
clearCachedData() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
clearDirectives() - Method in class org.eclipse.cdt.make.internal.core.makefile.Parent
 
clearDiscoveredPathInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
clearDiscoveredPathInfo(IInputType) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
clearDiscoveredPathInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
clearErrorMessage() - Method in class org.eclipse.cdt.internal.ui.dialogs.MessageLine
Clears the currently displayed error message and redisplayes the message which was active before the error message was set.
clearMap() - Method in class org.eclipse.cdt.internal.ui.util.ResourceToItemsMapper
Clears the map.
clearMatchingNames() - Method in class org.eclipse.cdt.ui.tests.DOMAST.FindIASTNameTarget
 
clearMessage() - Method in class org.eclipse.cdt.internal.ui.dialogs.MessageLine
Clears the currently displayed message.
clearProperties(IManagedProject) - Method in class org.eclipse.cdt.managedbuilder.internal.core.PropertyManager
 
clearProperties(IConfiguration) - Method in class org.eclipse.cdt.managedbuilder.internal.core.PropertyManager
 
clearScratchBuffer() - Method in class org.eclipse.cdt.core.ErrorParserManager
 
clearStatusLine(IWorkbenchSite) - Static method in class org.eclipse.cdt.internal.ui.util.StatusLineHandler
 
CLineBreakpoint - Class in org.eclipse.cdt.debug.internal.core.breakpoints
A breakpoint that suspends the execution when a particular line of code is reached.
CLineBreakpoint() - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CLineBreakpoint
Constructor for CLineBreakpoint.
CLineBreakpoint(IResource, Map, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CLineBreakpoint
Constructor for CLineBreakpoint.
CLocalVariable - Class in org.eclipse.cdt.debug.internal.core.model
 
CLocalVariable(CDebugElement, ICDIVariableDescriptor, String) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CLocalVariable
Constructor for CLocalVariable.
CLocalVariable(CDebugElement, ICDIVariableDescriptor) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CLocalVariable
Constructor for CLocalVariable.
CLocationOutputTab - Class in org.eclipse.cdt.ui.newui
 
CLocationOutputTab() - Constructor for class org.eclipse.cdt.ui.newui.CLocationOutputTab
 
CLocationSourceTab - Class in org.eclipse.cdt.ui.newui
 
CLocationSourceTab() - Constructor for class org.eclipse.cdt.ui.newui.CLocationSourceTab
 
CLocationTab - Class in org.eclipse.cdt.ui.newui
 
CLocationTab() - Constructor for class org.eclipse.cdt.ui.newui.CLocationTab
 
clone() - Method in class org.eclipse.cdt.core.envvar.EnvirinmentVariable
 
clone() - Method in class org.eclipse.cdt.internal.ui.text.DocumentCharacterIterator
 
clone() - Method in class org.eclipse.cdt.internal.ui.text.SequenceCharacterIterator
 
clone() - Method in interface org.eclipse.cdt.managedbuilder.buildproperties.IBuildProperties
 
clone() - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildProperties
 
clone() - Method in class org.eclipse.cdt.managedbuilder.internal.macros.FileContextBuildMacroValues
 
clone() - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.MBSWizardHandler
Clones itself.
clone() - Method in class org.eclipse.cdt.ui.wizards.CWizardHandler
 
close() - Method in class org.eclipse.cdt.core.ErrorParserManager
 
close() - Method in interface org.eclipse.cdt.core.resources.IPathEntryStore
 
close() - Method in class org.eclipse.cdt.debug.internal.ui.SubstitutionTextReader
 
close() - Method in class org.eclipse.cdt.internal.refactoring.DocumentAdapter
 
close() - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitioner.BuildOutputStream
 
close() - Method in class org.eclipse.cdt.internal.ui.editor.DocumentAdapter
 
close() - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialog
 
close() - Method in class org.eclipse.cdt.internal.ui.text.CCodeReader
 
close() - Method in class org.eclipse.cdt.internal.ui.text.SubstitutionTextReader
 
close() - Method in class org.eclipse.cdt.make.internal.core.MakeRecon
 
close() - Method in class org.eclipse.cdt.make.internal.core.StreamMonitor
 
close() - Method in class org.eclipse.cdt.make.internal.ui.MultipleInputDialog
 
close() - Method in class org.eclipse.cdt.newmake.internal.core.StreamMonitor
 
closeConsoleOutputStream() - Method in class org.eclipse.cdt.internal.core.ConsoleOutputSniffer
 
ClosedProjectFilter - Class in org.eclipse.cdt.internal.ui.filters
Filters closed projects
ClosedProjectFilter() - Constructor for class org.eclipse.cdt.internal.ui.filters.ClosedProjectFilter
 
CMainAttachTab - Class in org.eclipse.cdt.launch.ui
 
CMainAttachTab() - Constructor for class org.eclipse.cdt.launch.ui.CMainAttachTab
 
CMainTab - Class in org.eclipse.cdt.launch.ui
A launch configuration tab that displays and edits project and main type name launch configuration attributes.
CMainTab() - Constructor for class org.eclipse.cdt.launch.ui.CMainTab
 
CMainTab(boolean) - Constructor for class org.eclipse.cdt.launch.ui.CMainTab
 
CMainTab(int) - Constructor for class org.eclipse.cdt.launch.ui.CMainTab
 
CMarkerAnnotation - Class in org.eclipse.cdt.internal.ui.editor
 
CMarkerAnnotation(IMarker) - Constructor for class org.eclipse.cdt.internal.ui.editor.CMarkerAnnotation
 
CMD_CHANGED - Static variable in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
CMD_LINE_PRM_NAME - Variable in class org.eclipse.cdt.managedbuilder.internal.core.ManagedCommandLineGenerator
 
CMD_UNDEFINED - Static variable in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
CMemoryAdapterFactory - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
Provides the IAdaptable mapping for things related to the memory-space extension of the platform's Memory view
CMemoryAdapterFactory() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CMemoryAdapterFactory
 
CMemoryBlockExtension - Class in org.eclipse.cdt.debug.internal.core.model
Represents a memory block in the CDI model.
CMemoryBlockExtension(CDebugTarget, String, BigInteger) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension
Constructor for CMemoryBlockExtension.
CMemoryBlockExtension(CDebugTarget, String, BigInteger, int) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension
Constructor for CMemoryBlockExtension.
CMemoryBlockExtension(CDebugTarget, BigInteger, String) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension
Constructor for CMemoryBlockExtension that supports memory spaces
CMemoryBlockRetrievalExtension - Class in org.eclipse.cdt.debug.internal.core
Implements the memory retrieval features based on the CDI model.
CMemoryBlockRetrievalExtension(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.CMemoryBlockRetrievalExtension
Constructor for CMemoryBlockRetrievalExtension.
CMergeViewer - Class in org.eclipse.cdt.internal.ui.compare
 
CMergeViewer(Composite, int, CompareConfiguration) - Constructor for class org.eclipse.cdt.internal.ui.compare.CMergeViewer
 
CModelUtil - Class in org.eclipse.cdt.internal.corext.util
 
CModelUtil() - Constructor for class org.eclipse.cdt.internal.corext.util.CModelUtil
 
CModule - Class in org.eclipse.cdt.debug.internal.core.model
The CDI based implementation of ICModule.
CModuleManager - Class in org.eclipse.cdt.debug.internal.core.model
Manages the modules loaded on this debug target.
CModuleManager(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CModuleManager
Constructor for CModuleManager.
CNavigatorBuildActionGroup - Class in org.eclipse.cdt.internal.ui.navigator
Common Navigator compatible clone of BuildGroup.
CNavigatorBuildActionGroup(IViewPart) - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorBuildActionGroup
Create action group associated with given view part.
CNavigatorBuildActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
A Common Navigator action provider providing the contributions from the build action group.
CNavigatorBuildActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorBuildActionProvider
 
CNavigatorContentProvider - Class in org.eclipse.cdt.internal.ui.navigator
A content provider populating a Common Navigator view with CDT model content.
CNavigatorContentProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorContentProvider
 
CNavigatorDragAdapterAssistant - Class in org.eclipse.cdt.internal.ui.navigator
A Common Navigator drag assistant for ICElements being also ISourceReferences.
CNavigatorDragAdapterAssistant() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorDragAdapterAssistant
 
CNavigatorDropAdapterAssistant - Class in org.eclipse.cdt.internal.ui.navigator
A Common Navigator drop adapter assistant handling dropping of ICElements.
CNavigatorDropAdapterAssistant() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorDropAdapterAssistant
 
CNavigatorEditActionGroup - Class in org.eclipse.cdt.internal.ui.navigator
Provides clipboard actions.
CNavigatorEditActionGroup(Shell) - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorEditActionGroup
 
CNavigatorEditActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
Common Navigator action provider for clipboard actions.
CNavigatorEditActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorEditActionProvider
 
CNavigatorLabelProvider - Class in org.eclipse.cdt.internal.ui.navigator
A label provider suitable for the Common Navigator providing also status message text for the current selected item.
CNavigatorLabelProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorLabelProvider
Create a default label provider.
CNavigatorLinkHelper - Class in org.eclipse.cdt.internal.ui.navigator
Provide support for linking view selection with active editor.
CNavigatorLinkHelper() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorLinkHelper
 
CNavigatorOpenActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
A Common Navigator action provider providing the contributions from the open editor action group.
CNavigatorOpenActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorOpenActionProvider
 
CNavigatorOpenEditorActionGroup - Class in org.eclipse.cdt.internal.ui.navigator
This is basically a clone of OpenFileGroup, but without explicit dependency on CView.
CNavigatorOpenEditorActionGroup(IViewPart) - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorOpenEditorActionGroup
Create an action group for the given view part.
CNavigatorOpenViewActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
 
CNavigatorOpenViewActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorOpenViewActionProvider
 
CNavigatorProblemsLabelDecorator - Class in org.eclipse.cdt.internal.ui.navigator
A ProblemsLabelDecorator optimized for use with the Common Navigator.
CNavigatorProblemsLabelDecorator() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorProblemsLabelDecorator
Create a problems label decorator for the Common Navigator.
CNavigatorRefactorActionGroup - Class in org.eclipse.cdt.internal.ui.navigator
This is the action group for refactor actions move and rename.
CNavigatorRefactorActionGroup(Shell, Tree) - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorRefactorActionGroup
 
CNavigatorRefactorActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
A clone of org.eclipse.ui.internal.navigator.resources.actions.RefactorActionProvider.
CNavigatorRefactorActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorRefactorActionProvider
 
CNavigatorSearchActionProvider - Class in org.eclipse.cdt.internal.ui.navigator
Common Navigator action provider for the C-search sub menus.
CNavigatorSearchActionProvider() - Constructor for class org.eclipse.cdt.internal.ui.navigator.CNavigatorSearchActionProvider
 
CNewOptionsPage - Class in org.eclipse.cdt.managedbuilder.ui.properties
 
CNewOptionsPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.cdt.managedbuilder.ui.properties.CNewOptionsPage
 
CNewOptionsPage(String) - Constructor for class org.eclipse.cdt.managedbuilder.ui.properties.CNewOptionsPage
 
CNewWizard - Class in org.eclipse.cdt.ui.wizards
Interface to be used by extension point: org.eclipse.cdt.managedbuilder.ui.CDTWizard Implementors should provide 1 or more items in "Project types" list (left pane on the 1st page in any CDT new project wizard)
CNewWizard() - Constructor for class org.eclipse.cdt.ui.wizards.CNewWizard
 
CODE_FORMATTER - Static variable in class org.eclipse.cdt.core.CCorePreferenceConstants
Active code formatter ID.
CODE_FORMATTER_PROFILE_KIND - Static variable in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileVersioner
 
CODE_READER_BUFFER - Static variable in class org.eclipse.cdt.core.parser.CodeReaderCache
The string used to identify this CodeReaderCache.
CODEASSIST_CATEGORY_ORDER - Static variable in class org.eclipse.cdt.ui.PreferenceConstants
A named preference that controls the order of the specific code assist commands.
CODEASSIST_EXCLUDED_CATEGORIES - Static variable in class org.eclipse.cdt.ui.PreferenceConstants
A named preference that controls which completion proposal categories have been excluded from the default proposal list.
CodeAssistAdvancedConfigurationBlock_default_table_category_column_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_default_table_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_default_table_keybinding_column_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_Down - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_key_binding_hint - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_no_shortcut - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_page_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_separate_table_category_column_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_separate_table_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedConfigurationBlock_Up - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeAssistAdvancedPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
 
CodeAssistAdvancedPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CodeAssistAdvancedPreferencePage
 
CodeAssistPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
CodeAssistPreferencePage
CodeAssistPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CodeAssistPreferencePage
 
CodeFormatter - Class in org.eclipse.cdt.core.formatter
Specification for a generic source code formatter.
CodeFormatter() - Constructor for class org.eclipse.cdt.core.formatter.CodeFormatter
 
CODEFORMATTER_PREFERENCE_PAGE - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CodeFormatterConfigurationBlock - Class in org.eclipse.cdt.internal.ui.preferences.formatter
The code formatter preference page.
CodeFormatterConfigurationBlock(IProject, PreferencesAccess) - Constructor for class org.eclipse.cdt.internal.ui.preferences.formatter.CodeFormatterConfigurationBlock
Create a new CodeFormatterConfigurationBlock.
CodeFormatterPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
 
CodeFormatterPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CodeFormatterPreferencePage
 
CodeFormatterPreferencePage_description - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeFormatterPreferencePage_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CodeFormatterUtil - Class in org.eclipse.cdt.internal.corext.util
 
CodeFormatterUtil() - Constructor for class org.eclipse.cdt.internal.corext.util.CodeFormatterUtil
 
CodeFormatterVisitor - Class in org.eclipse.cdt.internal.formatter
This class is responsible for formatting C/C++ source code.
CodeFormatterVisitor(DefaultCodeFormatterOptions, Map, int, int) - Constructor for class org.eclipse.cdt.internal.formatter.CodeFormatterVisitor
 
CodeGeneration - Class in org.eclipse.cdt.ui
Class that offers access to the templates contained in the 'code generation' preference page.
CodeReaderCache - Class in org.eclipse.cdt.core.parser
This is the CodeReaderBuffer used to cache CodeReaders for the ICodeReaderFactory when working with saved copies (primarily SavedCodeReaderFactory).
CodeReaderCache(int) - Constructor for class org.eclipse.cdt.core.parser.CodeReaderCache
Creates a CodeReaderCache and sets the size of the CodeReaderCache in MB.
codeResolve(CEditor) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
 
codeResolve(ICElement, ITextSelection) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
 
codeResolve(CEditor, Shell, String, String) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
Converts the text selection provided by the given editor a Java element by asking the user if code reolve returned more than one result.
codeResolveOrInput(CEditor) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
Converts the text selection provided by the given editor into an array of C elements.
codeResolveOrInputHandled(CEditor, Shell, String) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
 
COLLAPSE_ALL_ACTION - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
collapseAll() - Method in class org.eclipse.cdt.internal.ui.cview.CView
 
CollapseAllModulesAction - Class in org.eclipse.cdt.debug.internal.ui.actions
The delegate for the "Collapse All" action of the Modules view.
CollapseAllModulesAction() - Constructor for class org.eclipse.cdt.debug.internal.ui.actions.CollapseAllModulesAction
 
COLLECTOR_ELEM - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredScannerInfoStore
 
COLLECTOR_ID - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerFileSICollector
 
COLLECTOR_ID - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerProjectSICollector
 
COLON - Variable in class org.eclipse.cdt.managedbuilder.internal.core.ManagedCommandLineGenerator
 
COLON - Static variable in interface org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator
 
ColorEditor - Class in org.eclipse.cdt.make.internal.ui.preferences
A "button" of a certain color determined by the color picker
ColorEditor(Composite) - Constructor for class org.eclipse.cdt.make.internal.ui.preferences.ColorEditor
 
ColorManager - Class in org.eclipse.cdt.debug.internal.ui
Color manager for C/C++ Debug UI.
ColorManager - Class in org.eclipse.cdt.make.internal.ui.text
 
COLS_PER_LINE - Static variable in interface org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator
 
column - Variable in class org.eclipse.cdt.internal.formatter.Scribe
one-based column
combineWith(BuildConsolePartition) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartition
Returns a new partition representing this and the given parition combined.
ComboDialogField - Class in org.eclipse.cdt.debug.internal.ui.dialogfields
Dialog field containing a label and a combo control.
ComboDialogField(int) - Constructor for class org.eclipse.cdt.debug.internal.ui.dialogfields.ComboDialogField
 
ComboDialogField - Class in org.eclipse.cdt.debug.mi.internal.ui.dialogfields
Dialog field containing a label and a combo control.
ComboDialogField(int) - Constructor for class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.ComboDialogField
 
ComboDialogField - Class in org.eclipse.cdt.internal.ui.wizards.dialogfields
Dialog field containing a label and a combo control.
ComboDialogField(int) - Constructor for class org.eclipse.cdt.internal.ui.wizards.dialogfields.ComboDialogField
 
ComboFieldEditor - Class in org.eclipse.cdt.debug.internal.ui.preferences
A field editor for a combo box that allows the drop-down selection of one of a list of items.
ComboFieldEditor(String, String, String[][], Composite) - Constructor for class org.eclipse.cdt.debug.internal.ui.preferences.ComboFieldEditor
 
comboStateAsString(Combo) - Static method in class org.eclipse.cdt.internal.ui.preferences.ProposalFilterPreferencesUtil
The state of a Combo consists of the list of entries and the index of the selected entry.
Command - Class in org.eclipse.cdt.make.internal.core.makefile
Makefile : ( statement ) * statement : command | ..
Command(Directive, String) - Constructor for class org.eclipse.cdt.make.internal.core.makefile.Command
 
COMMAND - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig.util.SCDOptionsEnum
 
COMMAND - Static variable in interface org.eclipse.cdt.managedbuilder.core.IBuilder
 
COMMAND - Static variable in interface org.eclipse.cdt.managedbuilder.core.IOption
 
COMMAND - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITool
 
COMMAND_CANCELED - Static variable in class org.eclipse.cdt.core.CommandLauncher
 
COMMAND_FALSE - Static variable in interface org.eclipse.cdt.managedbuilder.core.IOption
 
COMMAND_LINE_GENERATOR - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITool
 
COMMAND_LINE_PATTERN - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITool
 
COMMAND_LINE_SUFFIX - Static variable in class org.eclipse.cdt.managedbuilder.ui.properties.ToolSettingsPrefStore
 
CommandBuilder - Class in org.eclipse.cdt.managedbuilder.internal.buildmodel
This class implements the IBuildCommand building To build the given command, create an instance of this class and invoke the build method NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
CommandBuilder(IBuildCommand, IResourceRebuildStateContainer) - Constructor for class org.eclipse.cdt.managedbuilder.internal.buildmodel.CommandBuilder
 
CommandLauncher - Class in org.eclipse.cdt.core
 
CommandLauncher() - Constructor for class org.eclipse.cdt.core.CommandLauncher
Creates a new launcher Fills in stderr and stdout output to the given streams.
COMMANDLINEGEN_ID - Static variable in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
Comment - Class in org.eclipse.cdt.make.internal.core.makefile
 
Comment(Directive, String) - Constructor for class org.eclipse.cdt.make.internal.core.makefile.Comment
 
COMMENT - Static variable in interface org.eclipse.cdt.make.internal.ui.editor.IMakefileEditorActionDefinitionIds
 
COMMENT - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.cdt.ui.actions.Comment").
COMMENT_SYMBOL - Static variable in interface org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator
 
CommentContext - Class in org.eclipse.cdt.internal.corext.template.c
A context for (block) comments.
CommentContext(TemplateContextType, IDocument, int, int, ITranslationUnit) - Constructor for class org.eclipse.cdt.internal.corext.template.c.CommentContext
Creates a comment template context.
CommentContext(TemplateContextType, IDocument, Position, ITranslationUnit) - Constructor for class org.eclipse.cdt.internal.corext.template.c.CommentContext
Creates a comment template context.
CommentContextType - Class in org.eclipse.cdt.internal.corext.template.c
A context type for comments.
CommentContextType() - Constructor for class org.eclipse.cdt.internal.corext.template.c.CommentContextType
Creates a comment context type.
CommentFormattingContext - Class in org.eclipse.cdt.internal.ui.text.comment
Formatting context for the comment formatter.
CommentFormattingContext() - Constructor for class org.eclipse.cdt.internal.ui.text.comment.CommentFormattingContext
 
commitChanges(IScopeContext) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager
Activate the selected profile, update all necessary options in preferences and save profiles to disk.
CommonBuilder - Class in org.eclipse.cdt.managedbuilder.internal.core
 
CommonBuilder() - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder
 
CommonBuilder.ResourceDeltaVisitor - Class in org.eclipse.cdt.managedbuilder.internal.core
 
CommonBuilder.ResourceDeltaVisitor(IConfiguration, IConfiguration[]) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.ResourceDeltaVisitor
 
CommonSourceLookupDirector - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Director of the common source containers.
CommonSourceLookupDirector() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CommonSourceLookupDirector
 
comp - Variable in class org.eclipse.cdt.ui.newui.RefsTab
 
compact_else_if - Variable in class org.eclipse.cdt.internal.formatter.DefaultCodeFormatterOptions
 
compare(Object, Object) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposalComparator
 
compare(int, int) - Static method in class org.eclipse.cdt.internal.ui.util.CoreUtility
Comparse two integers.
compare(Object, Object) - Method in class org.eclipse.cdt.make.internal.ui.text.CompletionProposalComparator
 
compare(Object, Object) - Method in class org.eclipse.cdt.make.internal.ui.text.makefile.MakefileCompletionProcessor.DirectiveComparator
 
compare(Object, Object) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildListComparator
 
compare(Viewer, Object, Object) - Method in class org.eclipse.cdt.ui.CElementSorter
 
compare(Object, Object) - Method in class org.eclipse.cdt.ui.newui.CDTListComparator
 
COMPARE_OFFSET - Static variable in class org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo
 
compareBenchmarks(IProject, IPath, IPath[]) - Static method in class org.eclipse.cdt.make.core.tests.StandardBuildTestHelper
 
compareTo(Object) - Method in class org.eclipse.cdt.internal.ui.filters.FilterDescriptor
 
compareTo(Object) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager.BuiltInProfile
 
compareTo(Object) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager.CustomProfile
 
compareTo(Object) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager.SharedProfile
 
compareTo(Object) - Method in class org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor
compareTo(Object) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Builder
 
compareTo(Object) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
compareTo(Object) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
compareTo(Object) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPageData.ToolchainData
 
COMPILER_COMMAND - Static variable in class org.eclipse.cdt.make.core.scannerconfig.ScannerInfoTypes
 
COMPILER_VERSION_INFO - Static variable in class org.eclipse.cdt.make.core.scannerconfig.ScannerInfoTypes
 
complete(ITextViewer, int, ITranslationUnit) - Method in class org.eclipse.cdt.internal.ui.text.template.TemplateEngine
Inspects the context of the compilation unit around completionPosition and feeds the collector with proposals.
CompletionProposalCategory - Class in org.eclipse.cdt.internal.ui.text.contentassist
Describes a category extension to the "completionProposalComputer" extension point.
CompletionProposalComparator - Class in org.eclipse.cdt.make.internal.ui.text
 
CompletionProposalComparator() - Constructor for class org.eclipse.cdt.make.internal.ui.text.CompletionProposalComparator
Constructor for CompletionProposalComparator.
CompletionProposalComputerRegistry - Class in org.eclipse.cdt.internal.ui.text.contentassist
A registry for all extensions to the org.eclipse.cdt.ui.completionProposalComputer extension point.
CompletionProposalComputerRegistry() - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerRegistry
Creates a new instance.
CompositeActionGroup - Class in org.eclipse.cdt.internal.ui.actions
 
CompositeActionGroup() - Constructor for class org.eclipse.cdt.internal.ui.actions.CompositeActionGroup
 
CompositeActionGroup(ActionGroup[]) - Constructor for class org.eclipse.cdt.internal.ui.actions.CompositeActionGroup
 
CompositeExpression - Class in org.eclipse.cdt.managedbuilder.internal.enablement
 
computeAffectedLanguages(Set) - Static method in class org.eclipse.cdt.internal.ui.language.LanguageVerifier
 
computeAvailableLanguages() - Static method in class org.eclipse.cdt.internal.ui.language.LanguageVerifier
 
computeCommentIndent(IDocument, int, CHeuristicScanner, ITypedRegion) - Static method in class org.eclipse.cdt.internal.ui.editor.IndentUtil
Computes and returns the indentation for a block comment line.
computeCompletionProposals(ContentAssistInvocationContext, String, SubProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory
Safely computes completion proposals of all computers of this category through their extension.
computeCompletionProposals(ITextViewer, int) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
 
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.HippieProposalComputer
 
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer
 
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer
 
computeCompletionProposals(ITextViewer, int) - Method in class org.eclipse.cdt.make.internal.ui.text.makefile.MakefileCompletionProcessor
 
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.cdt.ui.text.contentassist.ICompletionProposalComputer
Returns a list of completion proposals valid at the given invocation context.
computeContainedMatches(AbstractTextSearchResult, IEditorPart) - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchResult
 
computeContainedMatches(AbstractTextSearchResult, IFile) - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchResult
 
computeContextInformation(ContentAssistInvocationContext, String, SubProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory
Safely computes context information objects of all computers of this category through their extension.
computeContextInformation(ITextViewer, int) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
 
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.HippieProposalComputer
 
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer
 
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer
 
computeContextInformation(ITextViewer, int) - Method in class org.eclipse.cdt.make.internal.ui.text.makefile.MakefileCompletionProcessor
 
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.cdt.ui.text.contentassist.ICompletionProposalComputer
Returns context information objects valid at the given invocation context.
computeContinuationLineIndentation(int) - Method in class org.eclipse.cdt.internal.ui.text.CIndenter
Computes the indentation for a continuation line at offset.
computeDetail(IValue, IValueDetailListener) - Method in class org.eclipse.cdt.debug.internal.ui.CDebugModelPresentation
 
computeDetail(IValue, IValueDetailListener) - Method in class org.eclipse.cdt.debug.internal.ui.CValueDetailProvider
 
computeIdentifierPrefix() - Method in class org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext
Computes the identifier (as specified by Character.isJavaIdentifierPart(char)) that immediately precedes the invocation offset.
computeIndent(IDocument, int, CIndenter, CHeuristicScanner) - Static method in class org.eclipse.cdt.internal.ui.editor.IndentUtil
Computes and returns the indentation for a source line.
computeIndent(String, int) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Deprecated. use Strings.computeIndent(String, int, int) instead.
computeIndent(String, int, int) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Returns the indent level of the given string.
computeIndentation(int) - Method in class org.eclipse.cdt.internal.ui.text.CIndenter
Computes the indentation at offset.
computeIndentation(int, boolean) - Method in class org.eclipse.cdt.internal.ui.text.CIndenter
Computes the indentation at offset.
computeIndexInCategory(String, int) - Method in class org.eclipse.cdt.internal.ui.text.SimpleDocument
 
computeInput(Object, ICStackFrame, IDisassemblyListener) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyView
Asynchronousy computes the editor input for the given stack frame.
computeNewStackFrames() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
 
computeNumberOfLines(String) - Method in class org.eclipse.cdt.internal.ui.text.SimpleDocument
 
computePartitioning(int, int) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitioner
 
computePartitioning(int, int) - Method in class org.eclipse.cdt.internal.ui.text.SimpleDocument
 
computePreprocessorIndent(IDocument, int, ITypedRegion) - Static method in class org.eclipse.cdt.internal.ui.editor.IndentUtil
Computes and returns the indentation for a preprocessor line.
computeSize() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildOptionSettingsUI
 
computeSize() - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildToolSettingUI
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.cdt.ui.newui.PageLayout
 
computeSizeHint() - Method in class org.eclipse.cdt.internal.ui.text.AbstractInformationControl
computeSizeHint() - Method in class org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl
 
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourcePathComputerDelegate
 
computeStackFrames() - Method in class org.eclipse.cdt.debug.internal.core.model.CThread
Returns this thread's current stack frames as a list, computing them if required.
computeStateMask(String) - Static method in class org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor
Computes the state mask for the given modifier string.
concatenate(String[], String) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Concatenate the given strings into one strings using the passed line delimiter as a delimiter.
CONDITION - Static variable in interface org.eclipse.cdt.debug.core.model.ICBreakpoint
Breakpoint attribute storing the conditional expression associated with this breakpoint (value "org.eclipse.cdt.debug.core.condition").
Conditional - Class in org.eclipse.cdt.make.internal.core.makefile.gnu
 
Conditional(Directive, String) - Constructor for class org.eclipse.cdt.make.internal.core.makefile.gnu.Conditional
 
Conditional(Directive) - Constructor for class org.eclipse.cdt.make.internal.core.makefile.gnu.Conditional
 
Conditional(Directive, String, String, String) - Constructor for class org.eclipse.cdt.make.internal.core.makefile.gnu.Conditional
 
ConfigMultiSelectionDialog - Class in org.eclipse.cdt.ui.newui
 
ConfigMultiSelectionDialog(Shell) - Constructor for class org.eclipse.cdt.ui.newui.ConfigMultiSelectionDialog
 
ConfigSupportNature - Class in org.eclipse.cdt.make.internal.core.dataprovider
 
ConfigSupportNature() - Constructor for class org.eclipse.cdt.make.internal.core.dataprovider.ConfigSupportNature
 
Configuration - Class in org.eclipse.cdt.managedbuilder.internal.core
 
Configuration(ProjectType, IManagedConfigElement, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
Create an extension configuration from the project manifest file element.
Configuration(ProjectType, IConfiguration, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
Create a new extension configuration based on one already defined.
Configuration(ProjectType, IConfiguration, String, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
Create a new extension configuration and fill in the attributes and childen later.
Configuration(ManagedProject, ICStorageElement, String, boolean) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
Create a Configuration based on the specification stored in the project file (.cdtbuild).
Configuration(ManagedProject, ToolChain, String, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
Configuration(ManagedProject, Configuration, String, boolean, boolean) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
Configuration(ManagedProject, Configuration, String, boolean, boolean, boolean) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.Configuration
Create a new project, non-extension, configuration based on one already defined.
CONFIGURATION_ELEMENT_NAME - Static variable in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
CONFIGURATION_ELEMENT_NAME - Static variable in interface org.eclipse.cdt.managedbuilder.core.IConfigurationV2
 
CONFIGURATION_ENVIRONMENT_SUPPLIER - Static variable in interface org.eclipse.cdt.managedbuilder.core.IToolChain
 
CONFIGURATION_MACRO_SUPPLIER - Static variable in interface org.eclipse.cdt.managedbuilder.core.IToolChain
 
CONFIGURATION_NAME_PROVIDER - Static variable in interface org.eclipse.cdt.managedbuilder.core.IProjectType
 
ConfigurationBuildState - Class in org.eclipse.cdt.managedbuilder.internal.buildmodel
 
ConfigurationDataProvider - Class in org.eclipse.cdt.managedbuilder.internal.dataprovider
 
ConfigurationDataProvider() - Constructor for class org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider
 
ConfigurationNameProvider - Class in org.eclipse.cdt.managedbuilder.internal.core
 
ConfigurationV2 - Class in org.eclipse.cdt.managedbuilder.internal.core
This class is deprecated in 2.1
ConfigurationV2(Target, Element) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.ConfigurationV2
Build a configuration from the project manifest file.
ConfigurationV2(Target, IConfigurationV2, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.ConfigurationV2
Create a new configuration based on one already defined.
ConfigurationV2(Target, IManagedConfigElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.ConfigurationV2
Create a new ConfigurationV2 based on the specification in the plugin manifest.
ConfigurationV2(Target, String) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.ConfigurationV2
A fresh new configuration for a target.
configure() - Method in class org.eclipse.cdt.build.core.scannerconfig.ScannerConfigNature
 
configure() - Method in class org.eclipse.cdt.core.CCProjectNature
Checks to ensure that a cnature already exists, if not throw a CoreException.
configure() - Method in class org.eclipse.cdt.core.CProjectNature
 
configure(IProject, String) - Method in interface org.eclipse.cdt.core.ICDescriptorManager
 
configure(ICDescriptor) - Method in interface org.eclipse.cdt.core.ICOwner
 
configure(IProject, String) - Method in class org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager
 
configure(SourceViewerConfiguration) - Method in class org.eclipse.cdt.internal.ui.editor.CSourceViewer
 
configure(ISourceViewer, SourceViewerConfiguration) - Method in class org.eclipse.cdt.internal.ui.editor.ToggleCommentAction
For the different content types, get its default comment prefix and store the prefixes.
configure(ContentAssistant, IPreferenceStore) - Static method in class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference
Configure the given content assistant from the given store.
configure() - Method in class org.eclipse.cdt.make.core.MakeProjectNature
 
configure() - Method in class org.eclipse.cdt.make.core.scannerconfig.ScannerConfigNature
 
configure() - Method in class org.eclipse.cdt.make.internal.core.dataprovider.ConfigSupportNature
 
configure(ICDescriptor) - Method in class org.eclipse.cdt.make.internal.core.MakeProject
 
configure() - Method in class org.eclipse.cdt.managedbuilder.core.ManagedCProjectNature
 
configure(ICDescriptor) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ManagedMakeProject
 
configureBackwardReader(IDocument, int, boolean, boolean) - Method in class org.eclipse.cdt.internal.ui.text.CCodeReader
 
configureCProject(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.AbstractPathOptionBlock
 
configureForwardReader(IDocument, int, int, boolean, boolean) - Method in class org.eclipse.cdt.internal.ui.text.CCodeReader
 
configurePluginDebugOptions() - Method in class org.eclipse.cdt.core.CCorePlugin
Configure the plugin with respect to option settings defined in ".options" file
configurePluginDebugOptions() - Method in class org.eclipse.cdt.ui.CUIPlugin
 
confirmOverWrite - Static variable in class org.eclipse.cdt.debug.mi.ui.console.actions.MiConsoleMessages
 
connect(Object) - Method in class org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension
 
connect(Object) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyDocumentProvider
 
connect(IDocument) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitioner
 
connect(Object) - Method in class org.eclipse.cdt.internal.ui.editor.CDocumentProvider
 
connect(IEditorInput) - Method in class org.eclipse.cdt.internal.ui.editor.WorkingCopyManager
 
connect(IEditorInput) - Method in class org.eclipse.cdt.make.internal.ui.editor.WorkingCopyManager
 
connect(IEditorInput) - Method in interface org.eclipse.cdt.make.ui.IWorkingCopyManager
Connects the given editor input to this manager.
connect(IEditorInput) - Method in interface org.eclipse.cdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
CONSOLE_CLOSE - Static variable in interface org.eclipse.cdt.ui.IBuildConsoleEvent
 
CONSOLE_PARTITION_TYPE - Static variable in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartition
Partition type
CONSOLE_START - Static variable in interface org.eclipse.cdt.ui.IBuildConsoleEvent
 
consoleChange(IBuildConsoleEvent) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePage
 
consoleChange(IBuildConsoleEvent) - Method in interface org.eclipse.cdt.ui.IBuildConsoleListener
 
ConsoleEvent - Class in org.eclipse.cdt.internal.ui.buildconsole
 
ConsoleEvent(Object, IProject, int) - Constructor for class org.eclipse.cdt.internal.ui.buildconsole.ConsoleEvent
 
ConsoleMessages - Class in org.eclipse.cdt.internal.ui.buildconsole
 
ConsoleOutputSniffer - Class in org.eclipse.cdt.internal.core
Intercepts an output to console and forwards it to console parsers for processing
ConsoleOutputSniffer(IConsoleParser[]) - Constructor for class org.eclipse.cdt.internal.core.ConsoleOutputSniffer
 
ConsoleOutputSniffer(OutputStream, OutputStream, IConsoleParser[]) - Constructor for class org.eclipse.cdt.internal.core.ConsoleOutputSniffer
 
ConsoleOutputStream - Class in org.eclipse.cdt.core
Output stream which storing the console output
ConsoleOutputStream() - Constructor for class org.eclipse.cdt.core.ConsoleOutputStream
 
ConsoleOutputTextStore - Class in org.eclipse.cdt.internal.ui.buildconsole
 
ConsoleOutputTextStore(int) - Constructor for class org.eclipse.cdt.internal.ui.buildconsole.ConsoleOutputTextStore
 
CONSTANT - Static variable in class org.eclipse.cdt.ui.CElementImageDescriptor
Flag to render the const adornment
constructHeaderFileContent(ITranslationUnit, List, List, List, String, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassCodeGenerator
 
ConstructorMethodStub - Class in org.eclipse.cdt.internal.ui.wizards.classwizard
 
ConstructorMethodStub() - Constructor for class org.eclipse.cdt.internal.ui.wizards.classwizard.ConstructorMethodStub
 
ConstructorMethodStub(ASTAccessVisibility, boolean) - Constructor for class org.eclipse.cdt.internal.ui.wizards.classwizard.ConstructorMethodStub
 
constructSourceFileContent(ITranslationUnit, ITranslationUnit, List, List, List, String, IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassCodeGenerator
 
consumeNextToken() - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
consumes(SemanticToken) - Method in class org.eclipse.cdt.internal.ui.editor.SemanticHighlighting
Returns true iff the semantic highlighting consumes the semantic token.
CONTAINER - Static variable in class org.eclipse.cdt.make.internal.ui.scannerconfig.DiscoveredElement
 
CONTAINER_ID - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathContainer
 
containerEntry - Static variable in class org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo
 
contains(ICStackFrame) - Method in interface org.eclipse.cdt.debug.core.model.IDisassemblyBlock
Returns whether this block contains given stack frame.
contains(IResource) - Method in interface org.eclipse.cdt.debug.core.sourcelookup.ICSourceLocator
Returns whether this locator is able to locate the given resource.
contains(ICStackFrame) - Method in class org.eclipse.cdt.debug.internal.core.model.DisassemblyBlock
 
contains(IResource) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator
 
contains(String) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
 
contains(ICBreakpoint) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
 
contains(IProject) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
 
contains(IResource) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceManager
 
contains(String) - Method in class org.eclipse.cdt.debug.internal.ui.propertypages.CBreakpointPreferenceStore
 
contains(ICStackFrame) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyEditorInput
 
contains(String) - Method in class org.eclipse.cdt.debug.mi.internal.ui.preferences.MIPreferencePage.MIPreferenceStore
 
contains(ICdtVariable) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
contains(IFile) - Method in class org.eclipse.cdt.internal.refactoring.CRefactoringMatchStore
 
contains(CPElement) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementGroup
 
contains(String) - Method in class org.eclipse.cdt.internal.ui.preferences.OverlayPreferenceStore
 
contains(String) - Method in class org.eclipse.cdt.internal.ui.text.PreferencesAdapter
contains(ISchedulingRule) - Method in class org.eclipse.cdt.internal.ui.typehierarchy.THSchedulingRule
 
contains(IWorkingSet) - Method in class org.eclipse.cdt.internal.ui.workingsets.CElementWorkingSetUpdater
contains(MakeTarget) - Method in class org.eclipse.cdt.make.internal.core.ProjectTargets
 
contains(String) - Method in class org.eclipse.cdt.make.internal.ui.text.PreferencesAdapter
contains(IBuildStep) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildGroup
 
contains(String) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ToolSettingsPrefStore
 
containsDiscoveredScannerInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.core.FolderInfo
 
containsDiscoveredScannerInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildLanguageData
 
containsName(String) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager
Check whether a user-defined profile in this profile manager already has this name.
containsOnlyWhitespaces(String) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Returns true if the given string only consists of white spaces according to Java.
containsPosition(String, int, int) - Method in class org.eclipse.cdt.internal.ui.text.SimpleDocument
 
containsPositionCategory(String) - Method in class org.eclipse.cdt.internal.ui.text.SimpleDocument
 
containsScannerInfo() - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildFolderData
 
containsSpecialCharacters(String) - Static method in class org.eclipse.cdt.managedbuilder.makegen.gnu.GnuMakefileGenerator
 
containsValue(String, String) - Method in interface org.eclipse.cdt.managedbuilder.buildproperties.IBuildProperties
 
containsValue(String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildProperties
 
containsVariable(int, Object, ICdtVariable) - Method in class org.eclipse.cdt.internal.core.cdtvariables.UserDefinedVariableSupplier
 
CONTENT_ASSIST - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.cdt.ui.actions.ContentAssist").
CONTENT_CHANGED - Static variable in class org.eclipse.cdt.core.resources.PathEntryStoreChangedEvent
 
CONTENT_TYPE_ASMSOURCE - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for ASM Unit
CONTENT_TYPE_BINARYFILE - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for Binary Files
CONTENT_TYPE_CHEADER - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for C Header Unit
CONTENT_TYPE_CSOURCE - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for C Source Unit
CONTENT_TYPE_CXXHEADER - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for C++ Header Unit
CONTENT_TYPE_CXXSOURCE - Static variable in class org.eclipse.cdt.core.CCorePlugin
IContentType id for C++ Source Unit
CONTENTASSIST - Static variable in interface org.eclipse.cdt.internal.ui.util.IDebugLogConstants
 
ContentAssistComputerParameter - Class in org.eclipse.cdt.internal.ui.text.contentassist
Map of parameters for the specific content assist command.
ContentAssistComputerParameter() - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistComputerParameter
 
ContentAssistHandler - Class in org.eclipse.cdt.internal.ui.text.contentassist
A command handler to invoke a content assist for a specific proposal category.
ContentAssistHandler() - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistHandler
 
ContentAssistInvocationContext - Class in org.eclipse.cdt.ui.text.contentassist
Describes the context of an invocation of content assist in a text viewer.
ContentAssistInvocationContext(ITextViewer) - Constructor for class org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext
Equivalent to ContentAssistInvocationContext(viewer, viewer.getSelectedRange().x).
ContentAssistInvocationContext(ITextViewer, int) - Constructor for class org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext
Creates a new context for the given viewer and offset.
ContentAssistInvocationContext(IDocument, int) - Constructor for class org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext
Creates a new context for the given document and offset.
ContentAssistPreference - Class in org.eclipse.cdt.internal.ui.text.contentassist
 
ContentAssistPreference() - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference
 
ContentAssistProcessor - Class in org.eclipse.cdt.internal.ui.text.contentassist
A content assist processor that aggregates the proposals of the ICompletionProposalComputers contributed via the org.eclipse.cdt.ui.completionProposalComputer extension point.
ContentAssistProcessor(ContentAssistant, String) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
 
contentShift(CShiftData) - Method in class org.eclipse.cdt.internal.ui.editor.CContentOutlinerProvider
Called after CEditor contents is changed.
ContentTypeMappingDialog - Class in org.eclipse.cdt.internal.ui.language
 
ContentTypeMappingDialog(Shell) - Constructor for class org.eclipse.cdt.internal.ui.language.ContentTypeMappingDialog
 
ContentTypeMappingsDialog_allConfigurations - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
ContentTypeMappingsDialog_configuration - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
ContentTypeMappingsDialog_contentType - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
ContentTypeMappingsDialog_language - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
ContentTypeMappingsDialog_title - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
contentUpdated() - Method in class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage
Called by the editor to signal that the content has updated.
contentUpdated() - Method in class org.eclipse.cdt.internal.ui.editor.CContentOutlinerProvider
Called by the editor to signal that the content has updated.
CONTEXT_CONFIGURATION - Static variable in interface org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo
 
CONTEXT_CONFIGURATION - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_ECLIPSEENV - Static variable in interface org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo
 
CONTEXT_ECLIPSEENV - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_FILE - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_INSTALLATIONS - Static variable in interface org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo
 
CONTEXT_INSTALLATIONS - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_OPTION - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_PROJECT - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_TOOL - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
CONTEXT_WORKSPACE - Static variable in interface org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo
 
CONTEXT_WORKSPACE - Static variable in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
 
contextActivated(ISelection) - Method in class org.eclipse.cdt.debug.internal.ui.views.modules.ModulesView
 
continuation_indentation - Variable in class org.eclipse.cdt.internal.formatter.DefaultCodeFormatterOptions
 
continuation_indentation_for_array_initializer - Variable in class org.eclipse.cdt.internal.formatter.DefaultCodeFormatterOptions
 
contributeCompletionProposals(ITextViewer, int, IWorkingCopy, ASTCompletionNode, String, List) - Method in interface org.eclipse.cdt.ui.text.contentassist.ICompletionContributor
Deprecated. This method allows the contributor to add to the list of proposals
ContributedEnvironment - Class in org.eclipse.cdt.internal.core.envvar
 
ContributedEnvironment(EnvironmentVariableManager) - Constructor for class org.eclipse.cdt.internal.core.envvar.ContributedEnvironment
 
contributeErrorParsers(Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Builder
 
contributeErrorParsers(Set, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
contributeErrorParsers(Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.FolderInfo
 
contributeErrorParsers(Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ResourceConfiguration
 
contributeErrorParsers(Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ResourceInfo
 
contributeErrorParsers(Set) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
contributeErrorParsers(FolderInfo, Set, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
contributeToMenu(IMenuManager) - Method in class org.eclipse.cdt.internal.ui.editor.CEditorActionContributor
 
contributeToScannerConfig(Object, Map) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollector
Contribute to resource's scanner configuration
contributeToScannerConfig(Object, Map) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerFileSICollector
 
contributeToScannerConfig(Object, Map) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerProjectSICollector
 
contributeToScannerConfig(Object, Map) - Method in class org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultGnuWinScannerInfoCollector
 
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.cdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.cdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
CONTRIBUTION_EXTENSION - Static variable in class org.eclipse.cdt.internal.ui.text.CHelpSettings
 
ConversionWizard - Class in org.eclipse.cdt.ui.wizards.conversion
ConversionWizard This wizard provides a method by which the user can change the nature of their projects.
ConversionWizard() - Constructor for class org.eclipse.cdt.ui.wizards.conversion.ConversionWizard
Conversion Wizard constructor
ConversionWizard(String, String) - Constructor for class org.eclipse.cdt.ui.wizards.conversion.ConversionWizard
Conversion Wizard constructor
convert(IProject, String) - Method in interface org.eclipse.cdt.core.ICDescriptorManager
 
convert(IProject, String) - Method in class org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager
 
convert(IBuildObject, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IConvertManagedBuildObject
 
convert(IBuildObject, String, boolean) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.cdt.ui.actions.ConvertAnonymousToNested").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.cdt.ui.actions.ConvertLocalToField").
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.cdt.ui.actions.CdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.cdt.ui.actions.MoveInnerToTop").
CONVERT_TO_ID - Static variable in interface org.eclipse.cdt.managedbuilder.core.IBuilder
 
CONVERT_TO_ID - Static variable in interface org.eclipse.cdt.managedbuilder.core.IProjectType
 
CONVERT_TO_ID - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITool
 
CONVERT_TO_ID - Static variable in interface org.eclipse.cdt.managedbuilder.core.IToolChain
 
convertArray(IConfigurationElement[], IExtension) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.DefaultManagedConfigElement
Convenience method for converting an array of IConfigurationElements into an array of IManagedConfigElements.
convertCygpath(IPath) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParserUtility
 
ConverterInfo - Class in org.eclipse.cdt.managedbuilder.internal.core
 
ConverterInfo(IResourceInfo, IBuildObject, IBuildObject, IConfigurationElement) - Constructor for class org.eclipse.cdt.managedbuilder.internal.core.ConverterInfo
 
ConverterMessages - Class in org.eclipse.cdt.managedbuilder.projectconverter
 
CONVERTERS_LIST - Static variable in class org.eclipse.cdt.managedbuilder.ui.actions.ConvertTargetDialog
 
convertFromString(String, String) - Static method in class org.eclipse.cdt.internal.ui.filters.CustomFiltersDialog
 
convertHeightInCharsToPixels(int) - Method in class org.eclipse.cdt.debug.internal.ui.PixelConverter
 
convertHeightInCharsToPixels(int) - Method in class org.eclipse.cdt.debug.mi.internal.ui.PixelConverter
 
convertHeightInCharsToPixels(int) - Method in class org.eclipse.cdt.internal.ui.util.PixelConverter
 
convertHeightInCharsToPixels(int) - Method in class org.eclipse.cdt.launch.internal.ui.PixelConverter
 
convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.cdt.debug.internal.ui.PixelConverter
 
convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.cdt.debug.mi.internal.ui.PixelConverter
 
convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.cdt.internal.ui.util.PixelConverter
 
convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.cdt.launch.internal.ui.PixelConverter
 
convertIntoLines(String) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Converts the given string into an array of lines.
convertOldStdMakeToNewStyle(IProject, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
convertOldStdMakeToNewStyle(IProject, IProgressMonitor) - Static method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ProjectConverter
 
convertProject(IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizardPage
 
convertProject(IProject, IProjectDescription, String, ICProjectDescription) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ProjectConverter
 
convertProject(IProject, String, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.ConvertToMakeWizardPage
 
convertProject(IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.ConvertToMakeWizardPage
 
convertProject(IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage
convertProject must be overwritten in subclasses to change behaviour
convertProject(IProject, String, IProgressMonitor) - Method in class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage
 
convertProjectFromCtoCC(IProject, IProgressMonitor) - Method in class org.eclipse.cdt.core.CCorePlugin
Method convertProjectFromCtoCC converts a C Project to a C++ Project The newProject MUST, not be null, already have a C Nature && must NOT already have a C++ Nature
convertProjectToC(IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.core.CCorePlugin
Method to convert a project to a C nature All checks should have been done externally (as in the Conversion Wizards).
convertProjectToCC(IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.core.CCorePlugin
Method to convert a project to a C++ nature
convertProjectToNewC(IProject, String, IProgressMonitor) - Method in class org.eclipse.cdt.core.CCorePlugin
 
convertProjectToNewCC(IProject, String, IProgressMonitor) - Method in class org.eclipse.cdt.core.CCorePlugin
 
ConvertProjectWizardPage - Class in org.eclipse.cdt.ui.wizards.conversion
ConvertProjectWizardPage Standard main page for a wizard that converts a project's nature.
ConvertProjectWizardPage(String) - Constructor for class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage
Constructor for ConvertProjectWizardPage.
ConvertProjectWizardPage.ProjectContentProvider - Class in org.eclipse.cdt.ui.wizards.conversion
Provides the contents for the list using the enclosing class's method getElements();
ConvertProjectWizardPage.ProjectContentProvider() - Constructor for class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage.ProjectContentProvider
 
ConvertProjectWizardPage.ProjectLabelProvider - Class in org.eclipse.cdt.ui.wizards.conversion
Provides labels for the listed items.
ConvertProjectWizardPage.ProjectLabelProvider() - Constructor for class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage.ProjectLabelProvider
 
convertSelectionToCElements(ISelection) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
Converts objects of a structured selection to c elements if possible.
convertSelectionToCElements(ISelection, boolean) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
Converts objects of a structured selection to c elements if possible.
convertSelectionToResources(ISelection) - Static method in class org.eclipse.cdt.internal.ui.actions.SelectionConverter
 
convertSourceLocations(ICSourceLocation[]) - Static method in class org.eclipse.cdt.debug.internal.core.sourcelookup.SourceUtils
 
convertStringListToString(String[], String) - Method in interface org.eclipse.cdt.core.cdtvariables.ICdtVariableManager
converts StringList value into String of the following format: "< listDelimiter >< listDelimiter > ...
convertStringListToString(String[], String) - Method in class org.eclipse.cdt.internal.core.cdtvariables.CdtVariableManager
 
convertStringListToString(String[], String) - Method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
 
convertStringListToString(String[], String) - Method in interface org.eclipse.cdt.managedbuilder.macros.IBuildMacroProvider
converts StringList value into String of the following format: "< listDelimiter >< listDelimiter > ...
ConvertTargetAction - Class in org.eclipse.cdt.managedbuilder.ui.actions
 
ConvertTargetAction() - Constructor for class org.eclipse.cdt.managedbuilder.ui.actions.ConvertTargetAction
 
ConvertTargetDialog - Class in org.eclipse.cdt.managedbuilder.ui.actions
 
convertToHTMLContent(String) - Static method in class org.eclipse.cdt.debug.internal.ui.HTMLPrinter
 
convertToHTMLContent(String) - Static method in class org.eclipse.cdt.internal.ui.text.HTMLPrinter
 
convertToList(String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.enablement.OptionEnablementExpression
 
ConvertToMakeProjectWizard - Class in org.eclipse.cdt.make.ui.wizards
This wizard provides a method by which the user can add a C nature to a project that previously had no nature associated with it.
ConvertToMakeProjectWizard() - Constructor for class org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard
ConvertToStdMakeConversionWizard Wizard constructor
ConvertToMakeProjectWizard(String, String) - Constructor for class org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard
ConvertToStdMakeConversionWizard Wizard constructor
ConvertToMakeProjectWizardPage - Class in org.eclipse.cdt.make.ui.wizards
ConvertToStdMakeProjectWizardPage Standard main page for a wizard that adds a C project Nature to a project with no nature associated with it.
ConvertToMakeProjectWizardPage(String) - Constructor for class org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizardPage
Constructor for ConvertToStdMakeProjectWizardPage.
ConvertToMakeWizard - Class in org.eclipse.cdt.managedbuilder.ui.wizards
 
ConvertToMakeWizard() - Constructor for class org.eclipse.cdt.managedbuilder.ui.wizards.ConvertToMakeWizard
 
ConvertToMakeWizardPage - Class in org.eclipse.cdt.managedbuilder.ui.wizards
 
ConvertToMakeWizardPage(String) - Constructor for class org.eclipse.cdt.managedbuilder.ui.wizards.ConvertToMakeWizardPage
Constructor for ConvertToStdMakeProjectWizardPage.
convertToOptionValue(ICSettingEntry, IOption, ITool) - Method in interface org.eclipse.cdt.managedbuilder.core.IReverseOptionPathConverter
 
convertToPlatformLocation(String, IOption, ITool) - Method in interface org.eclipse.cdt.managedbuilder.core.IOptionPathConverter
Convert from a tool specific path to a platform location, e.g.
convertToProjectType(String) - Method in interface org.eclipse.cdt.managedbuilder.core.ITarget
Converts a CDT V2.0 target into a ProjectType + Configuration + Toolchain + Builder + TargetPlatform.
convertToProjectType(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Target
 
convertToString(String[], String) - Static method in class org.eclipse.cdt.internal.ui.filters.CustomFiltersDialog
 
convertVerticalDLUsToPixels(int) - Method in class org.eclipse.cdt.debug.internal.ui.PixelConverter
 
convertVerticalDLUsToPixels(int) - Method in class org.eclipse.cdt.debug.mi.internal.ui.PixelConverter
 
convertVerticalDLUsToPixels(int) - Method in class org.eclipse.cdt.internal.ui.util.PixelConverter
 
convertVerticalDLUsToPixels(int) - Method in class org.eclipse.cdt.launch.internal.ui.PixelConverter
 
convertWidthInCharsToPixels(int) - Method in class org.eclipse.cdt.debug.internal.ui.PixelConverter
 
convertWidthInCharsToPixels(int) - Method in class org.eclipse.cdt.debug.mi.internal.ui.PixelConverter
 
convertWidthInCharsToPixels(int) - Method in class org.eclipse.cdt.internal.ui.util.PixelConverter
 
convertWidthInCharsToPixels(int) - Method in class org.eclipse.cdt.launch.internal.ui.PixelConverter
 
COperatorRule - Class in org.eclipse.cdt.internal.ui.text
Rule to recognize operators.
COperatorRule(IToken) - Constructor for class org.eclipse.cdt.internal.ui.text.COperatorRule
Creates new rule.
copy() - Method in class org.eclipse.cdt.debug.core.sourcelookup.MappingSourceContainer
 
copy() - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.MapEntrySourceContainer
 
COPY_ACTION - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CopyAction - Class in org.eclipse.cdt.internal.ui.cview
Standard action for copying the currently selected resources to the clipboard.
CopyAction(Shell, Clipboard) - Constructor for class org.eclipse.cdt.internal.ui.cview.CopyAction
Creates a new action.
CopyAction(Shell, Clipboard, PasteAction) - Constructor for class org.eclipse.cdt.internal.ui.cview.CopyAction
Creates a new action.
copyCfg(Configuration, ICConfigurationDescription) - Static method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider
 
copyCommonSettings(ITool, ITool) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil
 
copyFilesToTempDir(IPath, IPath, IPath[]) - Static method in class org.eclipse.cdt.make.core.tests.StandardBuildTestHelper
 
copySettings(Builder, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Builder
 
CORE - Static variable in interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
Binary is a core file, an IBinaryFile
CORE_ENCODING - Static variable in class org.eclipse.cdt.core.CCorePlugin
Possible configurable option ID.
CoreFileDebuggerTab - Class in org.eclipse.cdt.launch.ui
 
CoreFileDebuggerTab() - Constructor for class org.eclipse.cdt.launch.ui.CoreFileDebuggerTab
 
CoreFileLaunchConfigurationTabGroup - Class in org.eclipse.cdt.launch.internal.ui
 
CoreFileLaunchConfigurationTabGroup() - Constructor for class org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup
 
CoreFileLaunchDelegate - Class in org.eclipse.cdt.launch.internal
 
CoreFileLaunchDelegate() - Constructor for class org.eclipse.cdt.launch.internal.CoreFileLaunchDelegate
 
CoreFilePrompter - Class in org.eclipse.cdt.launch.internal.ui
 
CoreFilePrompter() - Constructor for class org.eclipse.cdt.launch.internal.ui.CoreFilePrompter
 
CoreMacrosSupplier - Class in org.eclipse.cdt.managedbuilder.internal.macros
 
CoreMacroSupplierBase - Class in org.eclipse.cdt.internal.core.cdtvariables
 
CoreMacroSupplierBase() - Constructor for class org.eclipse.cdt.internal.core.cdtvariables.CoreMacroSupplierBase
 
CoreModelMessages - Class in org.eclipse.cdt.debug.internal.core.model
 
CoreUtility - Class in org.eclipse.cdt.internal.ui.util
 
CoreUtility() - Constructor for class org.eclipse.cdt.internal.ui.util.CoreUtility
 
CoreVariableSubstitutor - Class in org.eclipse.cdt.internal.core.cdtvariables
This substitutor resolves all macro references
CoreVariableSubstitutor(IVariableContextInfo, String, String, Map, String) - Constructor for class org.eclipse.cdt.internal.core.cdtvariables.CoreVariableSubstitutor
 
CoreVariableSubstitutor(IVariableContextInfo, String, String) - Constructor for class org.eclipse.cdt.internal.core.cdtvariables.CoreVariableSubstitutor
 
CorextMessages - Class in org.eclipse.cdt.internal.corext
 
couldBreak() - Method in class org.eclipse.cdt.internal.formatter.align.Alignment
 
CountLabelProvider - Class in org.eclipse.cdt.internal.ui.search
 
CountLabelProvider(AbstractTextSearchViewPage, ILabelProvider) - Constructor for class org.eclipse.cdt.internal.ui.search.CountLabelProvider
 
countLFs(String) - Static method in class org.eclipse.cdt.internal.ui.text.CWordFinder
Searches for line feed symbols in string.
CountNodeAction - Class in org.eclipse.cdt.internal.ui.indexview
 
CountNodeAction(TreeViewer) - Constructor for class org.eclipse.cdt.internal.ui.indexview.CountNodeAction
 
COUTLINE_VIEW - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
COutlineInformationControl - Class in org.eclipse.cdt.internal.ui.text
Control which shows outline information in C/C++ editor.
COutlineInformationControl(Shell, int, int) - Constructor for class org.eclipse.cdt.internal.ui.text.COutlineInformationControl
Creates new outline control.
COwner - Class in org.eclipse.cdt.internal.core
 
COwner(COwnerConfiguration) - Constructor for class org.eclipse.cdt.internal.core.COwner
 
COwnerConfiguration - Class in org.eclipse.cdt.internal.core
 
COwnerConfiguration(IConfigurationElement) - Constructor for class org.eclipse.cdt.internal.core.COwnerConfiguration
 
COwnerConfiguration(String, String) - Constructor for class org.eclipse.cdt.internal.core.COwnerConfiguration
 
CPairMatcher - Class in org.eclipse.cdt.internal.ui.text
Helper class for match pairs of characters.
CPairMatcher(char[]) - Constructor for class org.eclipse.cdt.internal.ui.text.CPairMatcher
 
CParameterListValidator - Class in org.eclipse.cdt.internal.ui.text
This class provides the function parameter parsing for the C/C++ Editor hover It is based heavily on the Java class JavaParameterListValidator
CParameterListValidator() - Constructor for class org.eclipse.cdt.internal.ui.text.CParameterListValidator
 
CParserPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
Deprecated. the one preference found on the page was moved to the indexer preference page.
CParserPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CParserPreferencePage
Deprecated.  
CParseTreeBuilder - Class in org.eclipse.cdt.internal.ui.compare
 
CParseTreeBuilder(CNode, IDocument) - Constructor for class org.eclipse.cdt.internal.ui.compare.CParseTreeBuilder
 
CParseTreeBuilder.ParseError - Error in org.eclipse.cdt.internal.ui.compare
Syntax Error.
CParseTreeBuilder.ParseError() - Constructor for error org.eclipse.cdt.internal.ui.compare.CParseTreeBuilder.ParseError
 
CPathBasePage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathBasePage(String) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathBasePage
 
CPathBasePage(String, ImageDescriptor) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathBasePage
 
CPathContainerDefaultPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathContainerDefaultPage() - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDefaultPage
Constructor for ClasspathContainerDefaultPage.
CPathContainerDescriptor - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathContainerDescriptor(IConfigurationElement) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor
 
CPathContainerDescriptor.PathEntryContainerPageAdapter - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
Deprecated.  
CPathContainerEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathContainerEntryPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerEntryPage
 
CPathContainerSelectionPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathContainerWizard - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathContainerWizard(IContainerEntry, ICElement, IPathEntry[]) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerWizard
Constructor for ClasspathContainerWizard.
CPathContainerWizard(IContainerDescriptor, ICElement, IPathEntry[]) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerWizard
Constructor for ClasspathContainerWizard.
CPathContainerWizard(IContainerEntry, IContainerDescriptor, ICElement, IPathEntry[], int[]) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerWizard
 
CPathEntryMessages - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathFilterPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathFilterPathPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathFilterPathPage() - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathFilterPathPage
 
CPathIncludeSymbolEntryBasePage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathIncludeSymbolEntryBasePage(String) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryBasePage
 
CPathIncludeSymbolEntryBasePage(String, ImageDescriptor) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryBasePage
 
CPathIncludeSymbolEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathIncludeSymbolEntryPage(IStatusChangeListener) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryPage
 
CPathIncludeSymbolEntryPerFilePage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathIncludeSymbolEntryPerFilePage(IStatusChangeListener) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryPerFilePage
 
CPathLibraryEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
CPathLibraryEntryPage
CPathLibraryEntryPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathLibraryEntryPage
 
CPathOrderExportPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathOrderExportPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathOrderExportPage
 
CPathOutputEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathOutputEntryPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathOutputEntryPage
 
CPathProjectsEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathProjectsEntryPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathProjectsEntryPage
 
CPathPropertyPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathPropertyPage() - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathPropertyPage
 
CPathSourceEntryPage - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathSourceEntryPage(ListDialogField) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathSourceEntryPage
 
CPathTabBlock - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPathTabBlock(IStatusChangeListener, int) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathTabBlock
 
CPElement - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPElement(CPElement, IPath, IResource) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElement
 
CPElement(ICProject, int, IPath, IResource) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElement
 
CPElementAttribute - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPElementAttribute(CPElement, String, Object) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementAttribute
 
CPElementFilter - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
Viewer filter for archive selection dialogs.
CPElementFilter(Object[], int[], boolean, boolean) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementFilter
 
CPElementFilter(int[], boolean, boolean) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementFilter
 
CPElementGroup - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPElementGroup(IResource) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementGroup
 
CPElementGroup(CPElement, int) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementGroup
 
CPElementSorter - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPElementSorter() - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementSorter
 
CPerspectiveFactory - Class in org.eclipse.cdt.internal.ui
 
CPerspectiveFactory() - Constructor for class org.eclipse.cdt.internal.ui.CPerspectiveFactory
Constructs a new Default layout engine.
CPListImageDescriptor - Class in org.eclipse.cdt.internal.ui.dialogs.cpaths
 
CPListImageDescriptor(ImageDescriptor, int, Point) - Constructor for class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPListImageDescriptor
 
CPluginImages - Class in org.eclipse.cdt.internal.ui
Bundle of all images used by the C plugin.
CPluginImages() - Constructor for class org.eclipse.cdt.internal.ui.CPluginImages
 
CPluginPreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
The page for general C/C++ preferences.
CPluginPreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CPluginPreferencePage
 
CPluginPreferencePage_caption - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CPluginPreferencePage_note - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CPluginPreferencePage_performanceHint - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CPluginPreferencePage_structuralParseMode_label - Static variable in class org.eclipse.cdt.internal.ui.preferences.PreferencesMessages
 
CPopulateASTViewAction - Class in org.eclipse.cdt.ui.tests.DOMAST
 
CPopulateASTViewAction(IASTTranslationUnit, IProgressMonitor) - Constructor for class org.eclipse.cdt.ui.tests.DOMAST.CPopulateASTViewAction
 
CPP_PROJECT_WIZARD_ID - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
CPP_SPECS_FILE - Static variable in class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerConfigUtil
 
CPPPopulateASTViewAction - Class in org.eclipse.cdt.ui.tests.DOMAST
 
CPPPopulateASTViewAction(IASTTranslationUnit, IProgressMonitor) - Constructor for class org.eclipse.cdt.ui.tests.DOMAST.CPPPopulateASTViewAction
 
CPreprocessorScanner - Class in org.eclipse.cdt.internal.ui.text
A scanner for preprocessor directives.
CPreprocessorScanner(IColorManager, IPreferenceStore, ICLanguageKeywords) - Constructor for class org.eclipse.cdt.internal.ui.text.CPreprocessorScanner
Creates a C/C++ preprocessor scanner.
CPresentationReconciler - Class in org.eclipse.cdt.internal.ui.text
Presentation reconciler, adding functionality for operation without a viewer.
CPresentationReconciler() - Constructor for class org.eclipse.cdt.internal.ui.text.CPresentationReconciler
 
CPreview - Class in org.eclipse.cdt.internal.ui.preferences.formatter
Abstract previewer for C/C++ source code formatting.
CPreview(Map, Composite) - Constructor for class org.eclipse.cdt.internal.ui.preferences.formatter.CPreview
Create a new C preview
CPROJECT_VIEW - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CProjectAdapterFactory - Class in org.eclipse.cdt.internal.ui
Adapter factory to adapt ICProject to IProject.
CProjectAdapterFactory() - Constructor for class org.eclipse.cdt.internal.ui.CProjectAdapterFactory
 
CProjectHelper - Class in org.eclipse.cdt.debug.testplugin
Helper methods to set up a ICProject.
CProjectHelper() - Constructor for class org.eclipse.cdt.debug.testplugin.CProjectHelper
 
CProjectNature - Class in org.eclipse.cdt.core
 
CProjectNature() - Constructor for class org.eclipse.cdt.core.CProjectNature
 
CProjectNature(IProject) - Constructor for class org.eclipse.cdt.core.CProjectNature
 
CProjectSourceLocation - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Locates source elements in a Java project.
CProjectSourceLocation() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceLocation
Constructor for CProjectSourceLocation.
CProjectSourceLocation(IProject) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceLocation
Constructor for CProjectSourceLocation.
CProjectSourceLocation(IProject, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceLocation
Constructor for CProjectSourceLocation.
CProjectWizard - Class in org.eclipse.cdt.ui.wizards
 
CProjectWizard() - Constructor for class org.eclipse.cdt.ui.wizards.CProjectWizard
 
CPropertyTester - Class in org.eclipse.cdt.launch.internal
A property tester that determines if a file is an executable.
CPropertyTester() - Constructor for class org.eclipse.cdt.launch.internal.CPropertyTester
 
CPropertyVarsTab - Class in org.eclipse.cdt.managedbuilder.ui.properties
displays the build macros for the given context
CPropertyVarsTab() - Constructor for class org.eclipse.cdt.managedbuilder.ui.properties.CPropertyVarsTab
 
CProposalContextInformation - Class in org.eclipse.cdt.internal.ui.text.contentassist
 
CProposalContextInformation(String, String) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation
Creates a new context information without an image.
CProposalContextInformation(Image, String, String) - Constructor for class org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation
Creates a new context information with an image.
CPU - Static variable in class org.eclipse.cdt.debug.internal.ui.propertypages.ModuleProperties
 
CPU_NATIVE - Static variable in interface org.eclipse.cdt.debug.core.ICDebugConfiguration
 
create(IConfiguration) - Static method in class org.eclipse.cdt.build.internal.core.scannerconfig2.CfgScannerConfigInfoFactory2
 
create(String, String) - Method in interface org.eclipse.cdt.core.ICDescriptor
 
create(IDisassembly, ICDIMixedInstruction[]) - Static method in class org.eclipse.cdt.debug.internal.core.model.DisassemblyBlock
 
create(IDisassembly, ICDIInstruction[]) - Static method in class org.eclipse.cdt.debug.internal.core.model.DisassemblyBlock
 
create(ICStackFrame) - Static method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyEditorInput
 
create(String, String) - Method in class org.eclipse.cdt.internal.core.CConfigBasedDescriptor
 
create() - Method in class org.eclipse.cdt.internal.ui.dialogs.AbstractElementListSelectionDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.MultipleFolderSelectionDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.dialogs.SelectionStatusDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.dialogs.StatusDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.AlreadyExistsDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.CreateProfileDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialog
 
create() - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.SourceFileSelectionDialog
 
create(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.BuildInfoFactory
 
create(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.BuildInfoFactory
 
create(Map, String) - Static method in class org.eclipse.cdt.make.internal.core.BuildInfoFactory
 
create(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.ScannerConfigInfoFactory
 
create(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.ScannerConfigInfoFactory
 
create(Map, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.ScannerConfigInfoFactory
 
create(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigInfoFactory2
 
create(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigInfoFactory2
 
createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate
 
createAdapter(Object) - Static method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor.PathEntryContainerPageAdapter
Deprecated.  
createAdditionalInput(String) - Method in interface org.eclipse.cdt.managedbuilder.core.IInputType
Creates an additionalInput child for this InputType.
createAdditionalInput(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.InputType
 
createAddress(String) - Method in interface org.eclipse.cdt.core.IAddressFactory
Creates address from string representation. 1.
createAddress(String, int) - Method in interface org.eclipse.cdt.core.IAddressFactory
Creates address from string with given radix.
createAddress(BigInteger) - Method in interface org.eclipse.cdt.core.IAddressFactory
Create address from a BigInteger
createAddressBreakpoint(String, String, IResource, IAddress, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns an address breakpoint for the source defined by the given source handle, at the given address.
createAddressBreakpoint(String, String, IResource, int, IAddress, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns an address breakpoint for the source defined by the given source handle, at the given address.
createAlignment(String, int, int, int) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createAlignment(String, int, int, int, boolean) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createAlignment(String, int, int, int, int) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createAlignment(String, int, int, int, int, boolean) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createAlignment(String, int, int, int, int, int, boolean) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createAlignmentValue(boolean, int, int) - Static method in class org.eclipse.cdt.core.formatter.DefaultCodeFormatterConstants
Create a new alignment value according to the given values.
createAnnotationModel(IPath) - Method in class org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory
 
createArgument(ITextEditor, ITextSelection) - Static method in class org.eclipse.cdt.refactoring.CRefactory
 
createArgument(IFile, int, String) - Static method in class org.eclipse.cdt.refactoring.CRefactory
 
createAttachSession(ILaunchConfiguration, IFile, int) - Method in interface org.eclipse.cdt.debug.core.ICDebugger
Deprecated.  
createAttachSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
 
createAttachSession(ILaunchConfiguration, IFile, int) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger
 
createAttachSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
 
createAttachSession(ILaunchConfiguration, IFile, int) - Method in class org.eclipse.cdt.debug.mi.core.GDBDebugger
 
createAttachSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger
 
createAttachSession(ILaunchConfiguration, IFile, int) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerDebugger
 
createBlock(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.SerialPortSettingsBlock
 
createBlock(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.TCPSettingsBlock
 
createBuffer(IOpenable) - Method in class org.eclipse.cdt.internal.ui.editor.CustomBufferFactory
 
createBuildArgs(IConfiguration[], IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createBuildArgs(IConfiguration[]) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createBuildDescription(IConfiguration, IResourceDelta, int) - Static method in class org.eclipse.cdt.managedbuilder.buildmodel.BuildDescriptionManager
creates the build description
createBuildDescription(IConfiguration, IConfigurationBuildState, IResourceDelta, int) - Static method in class org.eclipse.cdt.managedbuilder.buildmodel.BuildDescriptionManager
 
createBuildDescription(IConfiguration, IResourceDelta, int) - Method in interface org.eclipse.cdt.managedbuilder.buildmodel.IBuildDescriptionFactory
creates the build description
createBuildDescription(IConfiguration, IResourceDelta, int) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.DefaultBuildDescriptionFactory
 
createBuildDescription(IConfiguration, IConfigurationBuildState, IResourceDelta, int) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.DefaultBuildDescriptionFactory
 
createBuilder(IBuilder, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IToolChain
Creates the Builder child of this tool-chain.
createBuilder(IBuilder, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
createBuilder(IBuilder, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestToolchain
 
createBuilderForEclipseBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
createBuilderForEclipseBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
createBuilderForEclipseBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createBuilderFromCommand(IConfiguration, ICommand) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createBuilders(IProject, Map) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
createBuilders(IProject, Map) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
createBuilders(IProject, Map) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createBuildfileMacroReference(String, IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
creates a macro reference in the buildfile format for the given builder.
createBuildfileMacroReference(String, IConfiguration) - Static method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
creates a macro reference in the buildfile format for the builder used for the given configuration.
createBuildInfo(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createBuildInfo(IProject, String) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createBuildInfo(Map, String) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createBuildInfo(IResource) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
createBuildMacro(IEnvironmentVariable) - Method in class org.eclipse.cdt.internal.core.cdtvariables.EnvironmentVariableSupplier
 
createBuildOutputParser() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance
 
createBuildOutputProvider() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance
 
createCDTProject(IProjectDescription, IProject, IProgressMonitor) - Method in class org.eclipse.cdt.core.CCorePlugin
 
createCDTProject(IProjectDescription, IProject, String, IProgressMonitor) - Method in class org.eclipse.cdt.core.CCorePlugin
 
createChange(IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessor
 
createChange(IProgressMonitor) - Method in class org.eclipse.cdt.internal.refactoring.CRenameProcessorDelegate
 
createChange(IProgressMonitor) - Method in class org.eclipse.cdt.refactoring.tests.TestRenameParticipant
 
createChangeEvent(int) - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugElement
 
createChild(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ManagedConfigStorageElement
 
createChild(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.MapStorageElement
 
createClass(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassCodeGenerator
Creates the new class.
createClass(IProgressMonitor) - Method in class org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage
Creates the new class using the entered field values.
createCodeFormatter(Map) - Static method in class org.eclipse.cdt.core.ToolFactory
Create an instance of a code formatter.
createCodeReaderForInclusion(IMacroCollector, String) - Method in class org.eclipse.cdt.internal.core.dom.NullCodeReaderFactory
 
createCodeReaderForInclusion(IMacroCollector, String) - Method in class org.eclipse.cdt.internal.core.dom.PartialWorkingCopyCodeReaderFactory
 
createCodeReaderForInclusion(IMacroCollector, String) - Method in class org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory
 
createCodeReaderForInclusion(IScanner, String) - Method in class org.eclipse.cdt.internal.core.dom.WorkingCopyCodeReaderFactory
 
createCodeReaderForTranslationUnit(String) - Method in class org.eclipse.cdt.internal.core.dom.NullCodeReaderFactory
 
createCodeReaderForTranslationUnit(String) - Method in class org.eclipse.cdt.internal.core.dom.PartialWorkingCopyCodeReaderFactory
 
createCodeReaderForTranslationUnit(ITranslationUnit) - Method in class org.eclipse.cdt.internal.core.dom.PartialWorkingCopyCodeReaderFactory
 
createCodeReaderForTranslationUnit(String) - Method in class org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory
 
createCodeReaderForTranslationUnit(ITranslationUnit) - Method in class org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory
 
createComposite(IBreakpointAction, Composite, int) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.ExternalToolActionPage
 
createComposite(IBreakpointAction, Composite, int) - Method in interface org.eclipse.cdt.debug.ui.breakpointactions.IBreakpointActionPage
 
createComposite(IBreakpointAction, Composite, int) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.LogActionPage
 
createComposite(IBreakpointAction, Composite, int) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.ResumeActionPage
 
createComposite(IBreakpointAction, Composite, int) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.SoundActionPage
 
createConfiguration(IConfiguration, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IManagedProject
Creates a configuration for this project populated with the tools and options settings from the parent configuration.
createConfiguration(IConfiguration, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IProjectType
Creates a configuration for this project-type populated with the tools and options settings from the parent configuration.
createConfiguration(IConfigurationV2, String) - Method in interface org.eclipse.cdt.managedbuilder.core.ITarget
Creates a configuration for the target populated with the tools and options settings from the parent configuration.
createConfiguration(String) - Method in interface org.eclipse.cdt.managedbuilder.core.ITarget
Creates a new configuration for the target.
createConfiguration(IConfiguration, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ManagedProject
 
createConfiguration(IConfiguration, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ProjectType
 
createConfiguration(IConfigurationV2, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Target
 
createConfiguration(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Target
 
createConfiguration(ICConfigurationDescription, ICConfigurationDescription, CConfigurationData, boolean, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider
 
createConfiguration(IConfiguration, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestProjectType
 
createConfigurationClone(IConfiguration, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IManagedProject
Creates a configuration for this project populated with the tools and options settings from the parent configuration.
createConfigurationClone(IConfiguration, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ManagedProject
 
createContents(Composite) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.ActionsPreferencePage
 
createContents(Composite) - Method in class org.eclipse.cdt.debug.ui.breakpointactions.ActionsPropertyPage
 
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathTabBlock
 
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.NewIncludesSymbolsTabBlock
 
createContents(Composite, String) - Method in class org.eclipse.cdt.internal.ui.language.LanguageMappingWidget
 
createContents(Composite, String) - Method in class org.eclipse.cdt.internal.ui.language.ProjectLanguageMappingWidget
 
createContents(Composite, String) - Method in class org.eclipse.cdt.internal.ui.language.WorkspaceLanguageMappingWidget
 
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.CustomCodeFormatterBlock
 
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage
Create the contents of this tab page.
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileConfigurationBlock
Create the contents
createContents(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.PathEntryVariablesGroup
Creates the widget group.
createContents(Composite) - Method in class org.eclipse.cdt.make.internal.ui.MakeProjectOptionBlock
 
createContents(Composite) - Method in class org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock
 
createContext(IDocument, int, int, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.CContextType
 
createContext(IDocument, Position, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.CContextType
 
createContext(IDocument, int, int, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.CommentContextType
 
createContext(IDocument, Position, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.CommentContextType
 
createContext(IDocument, int, int, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.TranslationUnitContextType
 
createContext(IDocument, Position, ITranslationUnit) - Method in class org.eclipse.cdt.internal.corext.template.c.TranslationUnitContextType
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.internal.ui.CDebuggerPageAdapter
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBSolibBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.SolibSearchPathBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.StandardGDBDebuggerPage
 
createControl(Composite) - Method in interface org.eclipse.cdt.debug.mi.ui.IMILaunchConfigurationComponent
Creates the top level control for this component under the given parent composite.
createControl(Composite) - Method in class org.eclipse.cdt.debug.ui.importexecutable.ImportExecutablePageOne
 
createControl(Composite) - Method in class org.eclipse.cdt.debug.ui.importexecutable.ImportExecutablePageTwo
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.refactoring.ui.CRenameRefactoringInputPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDefaultPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor.PathEntryContainerPageAdapter
Deprecated.  
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerSelectionPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathFilterPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryPerFilePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathLibraryEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathOrderExportPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathOutputEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathProjectsEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathSourceEntryPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.ProjectContainerPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.SourceAttachmentBlock
Creates the control
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.editor.CContentOutlinePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.AbstractConfigurationBlockPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.AppearancePreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CEditorHoverConfigurationBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CEditorPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CFileTypesPreferenceBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CodeAssistAdvancedPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CodeAssistPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CodeFormatterPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CPluginPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.IndexerStrategyBlock
 
createControl(Composite) - Method in interface org.eclipse.cdt.internal.ui.preferences.IPreferenceConfigurationBlock
Creates the preference control.
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.TodoTaskPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.WorkInProgressPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.search.PDOMSearchPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingPreferenceBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.text.folding.EmptyCFoldingPreferenceBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.wizards.filewizard.AbstractFileCreationWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.wizards.folderwizard.NewSourceFolderWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.wizards.indexwizards.TeamProjectIndexExportWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.internal.ui.workingsets.CElementWorkingSetPage
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.internal.ui.AbstractCDebuggerTab
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.internal.ui.WorkingDirectoryBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.ui.CArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.ui.CDebuggerTab
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.ui.CEnvironmentTab
Deprecated.  
createControl(Composite) - Method in class org.eclipse.cdt.launch.ui.CMainTab
 
createControl(Composite) - Method in class org.eclipse.cdt.launch.ui.CoreFileDebuggerTab
 
createControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.ErrorParserBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.MakeEnvironmentBlock
 
createControl(Composite, int, int) - Method in class org.eclipse.cdt.make.internal.ui.part.SharedPart
 
createControl(Composite, int, int) - Method in class org.eclipse.cdt.make.internal.ui.part.SharedPartWithButtons
 
createControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.part.WizardCheckboxTablePart
 
createControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.preferences.NewMakeProjectPreferencePage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.DiscoveredPathContainerPage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.DiscoveryOptionsBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.GCCPerFileSCDProfilePage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.MBSPerProjectSCDProfilePage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.dialogs.SettingsBlock
 
createControl(Composite, int, int) - Method in class org.eclipse.cdt.make.ui.TargetListViewerPart
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.make.ui.wizards.UpdateMakeProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryPageWrapper
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.AlwaysPresentWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.NatureAWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.NatureBWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.ProjectTypeDWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.ProjectTypeEWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.ToolchainCv20WizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.ToolchainCWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.ToolchainFWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.CDTConfigWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.ConvertToMakeWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.AbstractBinaryParserPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.AbstractGNUBinaryParserPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.AbstractIndexerPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.BinaryParserBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.CacheSizeBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.IndexerBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.MachOBinaryParserPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.NullIndexerBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.PreferenceScopeBlock
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.dialogs.ReferenceBlock
 
createControl(Composite) - Method in interface org.eclipse.cdt.ui.text.folding.ICFoldingPreferenceBlock
Creates the control that will be displayed on the C/C++ > Editor > Folding preference page.
createControl(Composite) - Method in class org.eclipse.cdt.ui.wizards.CDTMainWizardPage
(non-Javadoc) Method declared on IDialogPage.
createControl(Composite) - Method in class org.eclipse.cdt.ui.wizards.conversion.ConvertProjectWizardPage
Creates the main wizard page.
createControl(Composite) - Method in class org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage
 
createControl(Composite) - Method in class org.eclipse.cdt.ui.wizards.NewCProjectWizardOptionPage
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.preferences.PreferredToolchainsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.preferences.PropertyPageDefsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.preferences.WizardDefaultsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ArtifactTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildBehaviourTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuilderSettingsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.BuildStepsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.CPropertyVarsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ToolChainEditTab
 
createControls(Composite) - Method in class org.eclipse.cdt.managedbuilder.ui.properties.ToolSettingsTab
 
createControls(Composite, ICPropertyProvider) - Method in class org.eclipse.cdt.ui.newui.AbstractCPropertyTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.AbstractExportTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.AbstractLangsListTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.BinaryParsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.CLocationOutputTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.CLocationSourceTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.CLocationTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.EnvironmentTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.ErrorParsTab
 
createControls(Composite, ICPropertyProvider) - Method in interface org.eclipse.cdt.ui.newui.ICPropertyTab
Creation of all visible elements
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.LibraryPathTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.LibraryTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.RefsTab
 
createControls(Composite) - Method in class org.eclipse.cdt.ui.newui.StructureTreeTab
 
createCoreSession(ILaunchConfiguration, IFile, IPath) - Method in interface org.eclipse.cdt.debug.core.ICDebugger
Deprecated.  
createCoreSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
 
createCoreSession(ILaunchConfiguration, IFile, IPath) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger
 
createCoreSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
 
createCoreSession(ILaunchConfiguration, IFile, IPath) - Method in class org.eclipse.cdt.debug.mi.core.GDBDebugger
 
createCoreSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger
 
createCoreSession(ILaunchConfiguration, IFile, IPath) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerDebugger
 
createCoreSupplier(IConfiguration) - Static method in class org.eclipse.cdt.managedbuilder.internal.macros.BuildMacroProvider
 
createCProject(IProjectDescription, IProject, IProgressMonitor, String) - Method in class org.eclipse.cdt.core.CCorePlugin
Creates a C project resource given the project handle and description.
createCProject(String) - Static method in class org.eclipse.cdt.debug.testplugin.CProjectHelper
Creates a ICProject.
createCProjectForExecutable(String) - Method in class org.eclipse.cdt.debug.ui.importexecutable.AbstractImportExecutableWizard
 
createCProjectWithImport(String, IPath) - Static method in class org.eclipse.cdt.debug.testplugin.CProjectHelper
Creates a ICProject.
createCreateEvent() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugElement
 
createCSession(String, String, File, File, String, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated. use createSession
createCSession(String, String, File, File, String, IMITTY, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated. use createSession
createCSession(String, String, File, File, File, String, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated. use createSession
createCSession(String, String, File, int, String[], File, String, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated. use createSession
createCustomBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
createCustomBuilder(IConfiguration, IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
 
createCustomBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
createCustomBuilder(IConfiguration, IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
 
createCustomBuilder(IConfiguration, String) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createCustomBuilder(IConfiguration, IBuilder) - Static method in class org.eclipse.cdt.managedbuilder.internal.core.BuilderFactory
 
createDebugger() - Method in interface org.eclipse.cdt.debug.core.ICDebugConfiguration
 
createDebugger() - Method in class org.eclipse.cdt.debug.internal.core.DebugConfiguration
 
createDebuggerSession(ILaunch, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in interface org.eclipse.cdt.debug.core.ICDIDebugger
Deprecated. use createSession of ICDIDebugger2
createDebuggerSession(ILaunch, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.internal.core.CDebugAdapter
 
createDebuggerSession(ILaunch, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger
 
createDebuggerSession(ILaunch, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
 
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.cdt.core.ToolFactory
Create an instance of the built-in code formatter.
createDefaultContext(IProject) - Static method in class org.eclipse.cdt.build.internal.core.scannerconfig2.CfgScannerConfigProfileManager
 
createDefaultSourceLocator() - Static method in class org.eclipse.cdt.debug.ui.CDebugUIPlugin
 
createDialogArea(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.AlreadyExistsDialog
 
createDialogArea(Composite) - Method in class org.eclipse.cdt.internal.ui.preferences.formatter.CreateProfileDialog
 
createDir(IBuildResource, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.GenDirInfo
 
createDirectorySourceLocation(IPath, IPath, boolean) - Static method in class org.eclipse.cdt.debug.core.sourcelookup.SourceLookupFactory
 
createDocumentPartitioner() - Method in class org.eclipse.cdt.internal.ui.text.CTextTools
Gets the document provider used.
createElement(IMemento) - Method in class org.eclipse.cdt.internal.ui.PersistableCElementFactory
 
createElement(IMemento) - Method in class org.eclipse.cdt.internal.ui.util.ExternalEditorInputFactory
 
createEmptyRcSettingInfo(CFolderData) - Static method in class org.eclipse.cdt.build.internal.core.scannerconfig.PerFileSettingsCalculator
 
createEmptyRcSettingInfo(CFolderData) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator
 
createEmptyRcSettingInfo(CFileData) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator
 
createEmptySpace(Composite) - Static method in class org.eclipse.cdt.debug.internal.ui.dialogfields.DialogField
Creates a spacer control.
createEmptySpace(Composite, int) - Static method in class org.eclipse.cdt.debug.internal.ui.dialogfields.DialogField
Creates a spacer control with the given span.
createEmptySpace(Composite) - Static method in class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.DialogField
Creates a spacer control.
createEmptySpace(Composite, int) - Static method in class org.eclipse.cdt.debug.mi.internal.ui.dialogfields.DialogField
Creates a spacer control with the given span.
createEmptySpace(Composite) - Static method in class org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField
Creates a spacer control.
createEmptySpace(Composite, int) - Static method in class org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField
Creates a spacer control with the given span.
createError(int, Throwable) - Static method in class org.eclipse.cdt.internal.ui.CUIStatus
 
createError(int, String, Throwable) - Static method in class org.eclipse.cdt.internal.ui.CUIStatus
 
createExecutable(CDebugTarget, IPath) - Static method in class org.eclipse.cdt.debug.internal.core.model.CModule
 
createExtension() - Method in interface org.eclipse.cdt.core.ICExtensionReference
Creates and returns a new instance of the cextension executable identified by the <run> attribute of the cextension.
createExtension(IConfigurationElement, String) - Static method in class org.eclipse.cdt.internal.ui.util.CoreUtility
Creates an extension.
createExternalScannerInfoParser(String) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance
 
createExternalScannerInfoProvider() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile.Open
 
createExternalScannerInfoProvider() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile.Run
 
createExternalScannerInfoProvider(String) - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance
 
createFile(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.filewizard.AbstractFileCreationWizardPage
Creates the new file using the entered field values.
createFile(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.filewizard.NewHeaderFileCreationWizardPage
 
createFile(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.filewizard.NewSourceFileCreationWizardPage
 
createFileData(IPath, CFileData) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildConfigurationData
 
createFileData(IPath, CFolderData, CLanguageData) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildConfigurationData
 
createFileInfo(IPath) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFileInfo(IPath, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFileInfo(IPath, IFolderInfo, ITool, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFileInfo(IPath, IFileInfo, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFileInfo(IPath) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFileInfo(IPath, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFileInfo(IPath, IFolderInfo, ITool, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFileInfo(IPath, IFileInfo, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFileInfo(IPath) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFileInfo(IPath, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFileInfo(IPath, IFolderInfo, ITool, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFileInfo(IPath, IFileInfo, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFolder(IFolder, boolean, boolean, IProgressMonitor) - Static method in class org.eclipse.cdt.internal.ui.util.CoreUtility
Creates a folder and all parent folders if not existing.
createFolderData(IPath, CFolderData) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildConfigurationData
 
createFolderInfo(IPath) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFolderInfo(IPath, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFolderInfo(IPath, IFolderInfo, String, String) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
 
createFolderInfo(IPath) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFolderInfo(IPath, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFolderInfo(IPath, IFolderInfo, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createFolderInfo(IPath) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFolderInfo(IPath, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFolderInfo(IPath, IFolderInfo, String, String) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createFromExisting(IPathEntry, ICElement) - Static method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElement
 
createFunctionBreakpoint(String, IResource, String, int, int, int, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns a breakpoint for the function defined by the given name.
createGDBSolibBlock(IMILaunchConfigurationComponent, boolean, boolean) - Static method in class org.eclipse.cdt.debug.mi.ui.MIUIUtils
 
createGDBSolibBlock(boolean, boolean) - Static method in class org.eclipse.cdt.debug.mi.ui.MIUIUtils
 
createGlobalValue(CVariable, ICDIValue) - Static method in class org.eclipse.cdt.debug.internal.core.model.CValueFactory
 
createGlobalVariable(IGlobalVariableDescriptor) - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugTarget
 
createGlobalVariable(CDebugElement, IGlobalVariableDescriptor, ICDIVariableDescriptor) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createGlobalVariableDescriptor(String, IPath) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createGlobalVariableDescriptor(IVariable) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createGlobalVariableDescriptor(IBinaryParser.ISymbol) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createHeaderFile(IPath, boolean, IProgressMonitor) - Static method in class org.eclipse.cdt.internal.ui.wizards.filewizard.NewSourceFileGenerator
 
createHeaderFileName(String) - Static method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassWizardUtil
Creates a header file name from the given class name.
createHighlightedPosition(int, int, SemanticHighlightingManager.HighlightingStyle) - Method in class org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter
Creates and returns a new highlighted position with the given offset, length and highlighting.
createIfProjectDir(IPath, IProgressMonitor) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.GenDirInfo
 
CreateIncludeFolder - Class in org.eclipse.cdt.managedbuilder.templateengine.processes
Creates a include Folder to the project.
CreateIncludeFolder() - Constructor for class org.eclipse.cdt.managedbuilder.templateengine.processes.CreateIncludeFolder
 
createIncludePaths() - Static method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassWizardPrefs
Checks if include paths can be added to the project as needed.
createIndentationString(int) - Method in class org.eclipse.cdt.core.formatter.CodeFormatter
Answers the string that corresponds to the indentation to the given indentation level or an empty string if the indentation cannot be computed.
createIndentationString(int) - Method in class org.eclipse.cdt.internal.formatter.CCodeFormatter
 
createIndentString(int, ICProject) - Static method in class org.eclipse.cdt.internal.corext.util.CodeFormatterUtil
Creates a string that represents the given number of indentation units.
createIndentString(int) - Static method in class org.eclipse.cdt.internal.ui.util.Strings
Creates a string that consists of the given number of tab characters.
createIndexedValue(AbstractCVariable, ICDIArrayValue, int, int) - Static method in class org.eclipse.cdt.debug.internal.core.model.CValueFactory
 
createInfo(int, String, Throwable) - Static method in class org.eclipse.cdt.internal.ui.CUIStatus
 
createInfo(InfoContext, IScannerConfigBuilderInfo2) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2Set
 
createInfo(InfoContext, IScannerConfigBuilderInfo2, String) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2Set
 
createInfo(InfoContext) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2Set
 
createInfo(InfoContext, String) - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2Set
 
createInfoSet(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigInfoFactory2
 
createInfoSet(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigInfoFactory2
 
createInitialLayout(IPageLayout) - Method in class org.eclipse.cdt.internal.ui.CPerspectiveFactory
 
createInputOrder(String) - Method in interface org.eclipse.cdt.managedbuilder.core.IInputType
Creates an inputOrder child for this InputType.
createInputOrder(String) - Method in class org.eclipse.cdt.managedbuilder.internal.core.InputType
 
createInputType(IInputType, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.ITool
Creates a child InputType for this tool.
createInputType(IInputType, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
createInputType(IInputType, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolReference
 
createIOType(boolean, boolean, IBuildObject) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildStep
 
createIProject(String, IPath) - Method in class org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
 
createItems(boolean, IWizard) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.ManagedBuildWizard
Creates and returns an array of items to be displayed
createItems(boolean, IWizard) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.StdBuildWizard
 
createItems(boolean, IWizard) - Method in class org.eclipse.cdt.ui.wizards.CNewWizard
Creates tree items to be displayed in left pane.
createLanguageData(CConfigurationData, CResourceData, CLanguageData, String, boolean) - Method in class org.eclipse.cdt.make.internal.core.dataprovider.MakeCDataFacroty
 
createLanguageData(CConfigurationData, CResourceData, String, String, String, int, String[], boolean) - Method in class org.eclipse.cdt.make.internal.core.dataprovider.MakeCDataFacroty
 
createLanguageDataForContentTypes(String, String[]) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildFolderData
 
createLanguageDataForExtensions(String, String[]) - Method in class org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildFolderData
 
createLaunchConfiguration(ICProject) - Method in class org.eclipse.cdt.debug.ui.importexecutable.AbstractImportExecutableWizard
 
createLaunchSession(ILaunchConfiguration, IFile) - Method in interface org.eclipse.cdt.debug.core.ICDebugger
Deprecated.  
createLaunchSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
 
createLaunchSession(ILaunchConfiguration, IFile) - Method in class org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger
 
createLaunchSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
 
createLaunchSession(ILaunchConfiguration, IFile) - Method in class org.eclipse.cdt.debug.mi.core.GDBDebugger
 
createLaunchSession(ILaunchConfiguration, IBinaryParser.IBinaryObject, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger
 
createLaunchSession(ILaunchConfiguration, IFile) - Method in class org.eclipse.cdt.debug.mi.core.GDBServerDebugger
 
createLineBreakpoint(String, IResource, int, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns a line breakpoint for the source defined by the given source handle, at the given line number.
createLineTracker(Object) - Method in class org.eclipse.cdt.internal.ui.editor.CDocumentProvider
 
createLocalVariable(CDebugElement, ICDIVariableDescriptor) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createLocalVariableWithError(CDebugElement, ICDIVariableDescriptor, String) - Static method in class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
createMacro(String, int, String) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
createMacro(ICdtVariable) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
createMacro(String, int, String[]) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
createMacro(String, int, String, int, Object) - Method in class org.eclipse.cdt.internal.core.cdtvariables.UserDefinedVariableSupplier
 
createMacro(String, int, String[], int, Object) - Method in class org.eclipse.cdt.internal.core.cdtvariables.UserDefinedVariableSupplier
 
createMacro(ICdtVariable, int, Object) - Method in class org.eclipse.cdt.internal.core.cdtvariables.UserDefinedVariableSupplier
 
createMacros(ICdtVariable[]) - Method in class org.eclipse.cdt.internal.core.cdtvariables.StorableCdtVariables
 
createMainTab(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
 
createMainTab(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.StandardGDBDebuggerPage
 
createMakefile(File, boolean, String[]) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createMakefile(IFile) - Method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createManagedProject(IResource, IProjectType) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
Creates a new project instance for the resource based on the parent project type.
createMarker(IResource, String, Map, boolean) - Method in class org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpoint
 
createMemberAlignment(String, int, int, int) - Method in class org.eclipse.cdt.internal.formatter.Scribe
 
createMethodDeclaration(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.AbstractMethodStub
 
createMethodDeclaration(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.ConstructorMethodStub
 
createMethodDeclaration(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.DestructorMethodStub
 
createMethodDeclaration(String, IBaseClassInfo[], String) - Method in interface org.eclipse.cdt.internal.ui.wizards.classwizard.IMethodStub
 
createMethodImplementation(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.AbstractMethodStub
 
createMethodImplementation(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.ConstructorMethodStub
 
createMethodImplementation(String, IBaseClassInfo[], String) - Method in class org.eclipse.cdt.internal.ui.wizards.classwizard.DestructorMethodStub
 
createMethodImplementation(String, IBaseClassInfo[], String) - Method in interface org.eclipse.cdt.internal.ui.wizards.classwizard.IMethodStub
 
createMISession(MIProcess, IMITTY, int, int, int, String, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated.  
createMISession(MIProcess, IMITTY, int, String, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Deprecated.  
createModelProxy(Object, IPresentationContext) - Method in class org.eclipse.cdt.debug.internal.ui.views.modules.ModuleProxyFactory
 
createNew(DiscoveredElement, IProject, String, int, boolean, boolean) - Static method in class org.eclipse.cdt.make.internal.ui.scannerconfig.DiscoveredElement
 
createNewPartition(int, int) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartition
Creates a new patition of this type with the given color, offset, and length.
createOption(IOption, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IHoldsOptions
Creates a child Option
createOption(IOption, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.HoldsOptions
 
createOption(IOption, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolReference
 
createOptionReference(IOption) - Method in interface org.eclipse.cdt.managedbuilder.core.IToolReference
Answers a reference to the option.
createOptionReference(IOption) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolReference
 
createOptions(IHoldsOptions) - Method in interface org.eclipse.cdt.managedbuilder.core.IHoldsOptions
Creates options from the superclass and adds it to this class.
createOptions(IHoldsOptions) - Method in class org.eclipse.cdt.managedbuilder.internal.core.HoldsOptions
 
createOptions(IHoldsOptions) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolReference
 
createOutputType(IOutputType, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.ITool
Creates a child OutputType for this tool.
createOutputType(IOutputType, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Tool
 
createOutputType(IOutputType, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolReference
 
createOwner() - Method in class org.eclipse.cdt.internal.core.COwnerConfiguration
 
createPage(IConsoleView) - Method in class org.eclipse.cdt.internal.ui.buildconsole.BuildConsole
 
createPage() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor
 
createPage() - Method in interface org.eclipse.cdt.internal.ui.dialogs.cpaths.IContainerDescriptor
 
createPage() - Method in class org.eclipse.cdt.internal.ui.dialogs.cpaths.ProjectContainerDescriptor
 
createPageControls(Composite) - Method in class org.eclipse.cdt.make.ui.wizards.NewMakeProjectWizard
 
createPartControl(Composite) - Method in class org.eclipse.cdt.debug.internal.ui.sourcelookup.CSourceNotFoundEditor
 
createPartControl(Composite) - Method in class org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyView
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.callhierarchy.CHViewPart
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.cview.CView
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.editor.CEditor
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.includebrowser.IBViewPart
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.indexview.IndexView
 
createPartControl(Composite) - Method in class org.eclipse.cdt.internal.ui.typehierarchy.THViewPart
 
createPartControl(Composite) - Method in class org.eclipse.cdt.make.internal.ui.editor.MakefileEditor
 
createPartControl(Composite) - Method in class org.eclipse.cdt.make.ui.views.MakeView
 
createPartControl(Composite) - Method in class org.eclipse.cdt.ui.tests.DOMAST.DOMAST
This is a callback that will allow us to create the viewer and initialize it.
createPathInfoObject() - Method in interface org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollector2
Create and return new IDiscoveredPathInfo that can hopefully serialize discovered scanner config to a file
createPathInfoObject() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerFileSICollector
 
createPathInfoObject() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.PerProjectSICollector
 
createPreferences() - Method in class org.eclipse.cdt.internal.ui.text.folding.CFoldingStructureProviderDescriptor
Creates a preferences object as described in the extension's xml.
createPresentation(List, List) - Method in class org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter
Create a text presentation in the background.
CreateProfileDialog - Class in org.eclipse.cdt.internal.ui.preferences.formatter
The dialog to create a new profile.
CreateProfileDialog(Shell, ProfileManager, IProfileVersioner) - Constructor for class org.eclipse.cdt.internal.ui.preferences.formatter.CreateProfileDialog
 
createProject(String, IPath, String) - Static method in class org.eclipse.cdt.make.core.tests.StandardBuildTestHelper
 
createProject(IProgressMonitor, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.templateengine.ProjectCreatedActions
Utility method that Creates a CDT MBS project from an IProject Autoexpands the project in the C/C++ Projects view
createProject(IProject, boolean, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.MBSWizardHandler
 
createProject(IProject, boolean, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.wizards.STDWizardHandler
Note that configurations parameter is ignored
createProject(IProject, boolean) - Method in class org.eclipse.cdt.ui.wizards.CWizardHandler
Creates project
createProject(IProject, boolean, boolean) - Method in class org.eclipse.cdt.ui.wizards.CWizardHandler
Creates project
createProjectDescription(IProject, boolean) - Method in class org.eclipse.cdt.core.CCorePlugin
this method is a full equivalent to #createProjectDescription(IProject, boolean, false)
createProjectDescription(IProject, boolean, boolean) - Method in class org.eclipse.cdt.core.CCorePlugin
the method creates and returns a writable project description
CreateProjectProgressMonitor - Class in org.eclipse.cdt.managedbuilder.templateengine
 
CreateProjectProgressMonitor() - Constructor for class org.eclipse.cdt.managedbuilder.templateengine.CreateProjectProgressMonitor
Constructs a new progress monitor.
CreateProjectProgressMonitor(String) - Constructor for class org.eclipse.cdt.managedbuilder.templateengine.CreateProjectProgressMonitor
 
createProjectSourceLocation(IProject) - Static method in class org.eclipse.cdt.debug.core.sourcelookup.SourceLookupFactory
 
createProjectSourceLocation(IProject, boolean) - Static method in class org.eclipse.cdt.debug.core.sourcelookup.SourceLookupFactory
 
createProperty(String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildPropertyManager
 
createPropertyType(String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildPropertyManager
 
createPropertyValue(String, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildPropertyManager
 
createPropertyValue(IBuildPropertyType, String, String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildPropertyManager
 
createProvider() - Method in class org.eclipse.cdt.internal.ui.text.folding.CFoldingStructureProviderDescriptor
Creates a folding provider as described in the extension's xml.
createRcSettingInfo(CFolderData, PathInfo) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator
 
createRcSettingInfo(CFileData, PathInfo) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.CDataDiscoveredInfoCalculator
 
createReader(String, Iterator) - Static method in class org.eclipse.cdt.core.parser.ParserUtil
 
createReader(String, Iterator) - Method in class org.eclipse.cdt.internal.ui.compare.SourceElementRequestorAdapter
 
createRepairDescription(IRegion, IDocument) - Method in class org.eclipse.cdt.internal.ui.text.CPresentationReconciler
Constructs a "repair description" for the given damage and returns this description as a text presentation.
createResource(String) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
createResource(IPath) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
createResource(IResource) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
createResource(IPath, IPath) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
createResourceConfiguration(IFile) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
Creates a child resource configuration corresponding to the passed in file.
createResourceConfiguration(IFile) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createResourceConfiguration(IFile) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createResumeEvent(int) - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugElement
 
createReusingIndent(StringBuffer, int) - Method in class org.eclipse.cdt.internal.ui.text.CIndenter
Creates a string with a visual length of the given indentationSize.
createScannerConfigBuildInfo(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createScannerConfigBuildInfo(IProject, String) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createScannerConfigBuildInfo(Map, String) - Static method in class org.eclipse.cdt.make.core.MakeCorePlugin
 
createScannerConfigBuildInfo2(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
Set selectedProfile to profileId
createScannerConfigBuildInfo2(IProject) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
Use stored selectedProfile
createScannerConfigBuildInfo2(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
Set selectedProfile to profileId
createScannerConfigBuildInfo2(Preferences, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
Use stored selectedProfile
createScannerConfigBuildInfo2Set(IProject) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
 
createScannerConfigBuildInfo2Set(IProject, String) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
 
createScannerConfigBuildInfo2Set(Preferences, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
 
createScannerConfigBuildInfo2Set(Preferences, String, boolean) - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager
 
createScannerInfoCollector() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile.ScannerInfoCollector
 
createScannerInfoCollector() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance
 
createScannerInfoConsoleParser() - Method in class org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile.ScannerInfoConsoleParser
 
createSession(ILaunch, File, IProgressMonitor) - Method in interface org.eclipse.cdt.debug.core.ICDIDebugger2
null can be passed as executable allowing debuggers to create session without executables, or load executables later during the session.
createSession(ILaunch, File, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger
 
createSession(int, String, CommandFactory, File, String[], boolean, IProgressMonitor) - Method in class org.eclipse.cdt.debug.mi.core.MIPlugin
Starts a process by executing the following command: gdb -q -nw -i (extracted from the command factory) -tty (if usePTY is true) extraArgs program (if program is not null)
createSession(String) - Static method in class org.eclipse.cdt.debug.testplugin.CDebugHelper
Creates a ICDISession.
createSession(String, ICProject) - Static method in class org.eclipse.cdt.debug.testplugin.CDebugHelper
Creates a ICDISession.
createSharedLibrary(CDebugTarget, ICDISharedLibrary) - Static method in class org.eclipse.cdt.debug.internal.core.model.CModule
 
createSolibBlock(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
 
createSolibBlock(Composite) - Method in class org.eclipse.cdt.debug.mi.internal.ui.StandardGDBDebuggerPage
 
createSolibSearchPathBlock(String[], IListAdapter) - Static method in class org.eclipse.cdt.debug.mi.ui.MIUIUtils
 
createSolibTab(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
 
createSolibTab(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.StandardGDBDebuggerPage
 
createSourceContainer(String) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.AbsolutePathSourceContainerType
 
createSourceContainer(String) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.CDirectorySourceContainerType
 
createSourceContainer(String) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.MapEntrySourceContainerType
 
createSourceContainer(String) - Method in class org.eclipse.cdt.debug.internal.core.sourcelookup.MappingSourceContainerType
 
createSourceFile(IPath, boolean, IProgressMonitor) - Static method in class org.eclipse.cdt.internal.ui.wizards.filewizard.NewSourceFileGenerator
 
createSourceFileName(String) - Static method in class org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassWizardUtil
Creates a source file name from the given class name.
createSourceLocator(IProject) - Static method in class org.eclipse.cdt.debug.core.sourcelookup.SourceLookupFactory
 
createSourceRoot(IProgressMonitor) - Method in class org.eclipse.cdt.internal.ui.wizards.folderwizard.NewSourceFolderWizardPage
 
createSpecs() - Static method in class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerConfigUtil
 
createStandardGroups(IMenuManager) - Static method in class org.eclipse.cdt.ui.CUIPlugin
Creates the CUIplugin standard groups in a context menu.
createStatus(String) - Static method in class org.eclipse.cdt.core.CCorePlugin
 
createStatus(String, Throwable) - Static method in class org.eclipse.cdt.core.CCorePlugin
 
createStatus(int, String) - Static method in class org.eclipse.cdt.make.internal.ui.wizards.StatusWizardPage
 
createStep(ITool, IInputType) - Method in class org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildDescription
 
createSuspendEvent(int) - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugElement
 
createTabs(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.CygwinDebuggerPage
 
createTabs(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
 
createTabs(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.GDBServerDebuggerPage
 
createTabs(TabFolder) - Method in class org.eclipse.cdt.debug.mi.internal.ui.StandardGDBDebuggerPage
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.cdt.launch.internal.ui.LocalAttachLaunchConfigurationTabGroup
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.cdt.launch.internal.ui.LocalRunLaunchConfigurationTabGroup
 
createTarget(IProject, String, String) - Method in interface org.eclipse.cdt.make.core.IMakeTargetManager
 
createTarget(IProject, String, String) - Method in class org.eclipse.cdt.make.internal.core.MakeTargetManager
 
createTarget(IResource, ITarget) - Static method in class org.eclipse.cdt.managedbuilder.core.ManagedBuildManager
Creates a new target for the resource based on the parentTarget.
CreateTargetAction - Class in org.eclipse.cdt.make.ui.actions
 
CreateTargetAction() - Constructor for class org.eclipse.cdt.make.ui.actions.CreateTargetAction
 
createTargetPlatform(ITargetPlatform, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IToolChain
Creates the TargetPlatform child of this tool-chain.
createTargetPlatform(ITargetPlatform, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
createTargetPlatform(ITargetPlatform, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestToolchain
 
createTerminateEvent() - Method in class org.eclipse.cdt.debug.internal.core.model.CDebugElement
 
createTextHover() - Method in class org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor
Creates the C editor text hover.
createTool(ITool, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IResourceConfiguration
Creates a Tool child for this resource configuration.
createTool(ITool, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IToolChain
Creates a Tool child of this tool-chain.
createTool(ITool, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ResourceConfiguration
 
createTool(ITool, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.ToolChain
 
createTool(ITool, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestToolchain
 
createToolChain(IToolChain, String, String, boolean) - Method in interface org.eclipse.cdt.managedbuilder.core.IConfiguration
Creates the IToolChain child of this configuration.
createToolChain(IToolChain, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.internal.core.Configuration
 
createToolChain(IToolChain, String, String, boolean) - Method in class org.eclipse.cdt.managedbuilder.ui.tests.util.TestConfiguration
 
createUpdateRunnable(TextPresentation, List, List) - Method in class org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter
Create a runnable for updating the presentation.
createValue(CVariable, ICDIValue) - Static method in class org.eclipse.cdt.debug.internal.core.model.CValueFactory
 
createValueWithError(CVariable, String) - Static method in class org.eclipse.cdt.debug.internal.core.model.CValueFactory
 
createVariable(String, String, int, String, Object) - Method in class org.eclipse.cdt.internal.core.envvar.UserDefinedEnvironmentSupplier
 
createVariablesField(String, String, boolean) - Method in class org.eclipse.cdt.make.internal.ui.MultipleInputDialog
 
createViewer(Composite, CompareConfiguration) - Method in class org.eclipse.cdt.internal.ui.compare.CContentViewerCreator
 
createViewerFilter() - Method in class org.eclipse.cdt.internal.ui.filters.FilterDescriptor
Creates a new ViewerFilter.
createWarning(int, String, Throwable) - Static method in class org.eclipse.cdt.internal.ui.CUIStatus
 
createWatchExpression(IVariable) - Method in class org.eclipse.cdt.debug.internal.ui.elements.adapters.CWatchExpressionFactoryAdapter
 
createWatchpoint(String, IResource, boolean, boolean, String, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns a watchpoint for the source defined by the given source handle, at the given expression.
createWatchpoint(String, IResource, int, int, int, boolean, boolean, String, boolean, int, String, boolean) - Static method in class org.eclipse.cdt.debug.core.CDIDebugModel
Creates and returns a watchpoint for the source defined by the given source handle, at the given expression.
createWidgets(Composite) - Method in class org.eclipse.cdt.ui.newui.AbstractPage
 
createWidgets(Composite) - Method in class org.eclipse.cdt.ui.newui.AbstractSinglePage
Implement this method to create your own widgets
CReconciler - Class in org.eclipse.cdt.internal.ui.text
A single strategy C reconciler.
CReconciler(ITextEditor, CReconcilingStrategy) - Constructor for class org.eclipse.cdt.internal.ui.text.CReconciler
Create a reconciler for the given editor and strategy.
CReconcilingStrategy - Class in org.eclipse.cdt.internal.ui.text
 
CReconcilingStrategy(ITextEditor) - Constructor for class org.eclipse.cdt.internal.ui.text.CReconcilingStrategy
 
CRedoAction - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CRedoEditorActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CRedoEditorActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRedoEditorActionDelegate
Deprecated.  
CRedoViewActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CRedoViewActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRedoViewActionDelegate
Deprecated.  
CRedoWorkbenchActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CRedoWorkbenchActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRedoWorkbenchActionDelegate
Deprecated.  
CRefactoringActionGroup - Class in org.eclipse.cdt.refactoring.actions
Action group that adds refactor actions (for example Rename..., Move..., etc) to a context menu and the global menu bar.
CRefactoringActionGroup(IWorkbenchWindow, String) - Constructor for class org.eclipse.cdt.refactoring.actions.CRefactoringActionGroup
Deprecated.  
CRefactoringActionGroup(IWorkbenchPart) - Constructor for class org.eclipse.cdt.refactoring.actions.CRefactoringActionGroup
 
CRefactoringActionGroup(IWorkbenchPart, String) - Constructor for class org.eclipse.cdt.refactoring.actions.CRefactoringActionGroup
 
CRefactoringActionGroup(Page) - Constructor for class org.eclipse.cdt.refactoring.actions.CRefactoringActionGroup
 
CRefactoringArgument - Class in org.eclipse.cdt.internal.refactoring
Represents the input to a refactoring.
CRefactoringArgument(ITextEditor, ITextSelection) - Constructor for class org.eclipse.cdt.internal.refactoring.CRefactoringArgument
 
CRefactoringArgument(IFile, int, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRefactoringArgument
 
CRefactoringMatch - Class in org.eclipse.cdt.refactoring
A refactoring match initially is a plain text match.
CRefactoringMatch(IFile, int, int, int) - Constructor for class org.eclipse.cdt.refactoring.CRefactoringMatch
 
CRefactoringMatchStore - Class in org.eclipse.cdt.internal.refactoring
 
CRefactoringMatchStore() - Constructor for class org.eclipse.cdt.internal.refactoring.CRefactoringMatchStore
 
CRefactoringPlugin - Class in org.eclipse.cdt.refactoring
 
CRefactoringPlugin() - Constructor for class org.eclipse.cdt.refactoring.CRefactoringPlugin
The constructor.
CRefactoringUtils - Class in org.eclipse.cdt.internal.refactoring
Collects some basic functionality.
CRefactoringUtils() - Constructor for class org.eclipse.cdt.internal.refactoring.CRefactoringUtils
 
CRefactory - Class in org.eclipse.cdt.refactoring
Serves to launch the various refactorings.
CRegister - Class in org.eclipse.cdt.debug.internal.core.model
Represents a register in the CDI model.
CRegisterDescriptor - Class in org.eclipse.cdt.debug.internal.core.model
A register descriptor.
CRegisterDescriptor(String, String) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CRegisterDescriptor
Constructor for CRegisterDescriptor.
CRegisterDescriptor(ICDIRegisterGroup, ICDIRegisterDescriptor) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CRegisterDescriptor
Constructor for CRegisterDescriptor.
CRegisterGroup - Class in org.eclipse.cdt.debug.internal.core.model
Represents a group of registers.
CRegisterGroup(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CRegisterGroup
Constructor for CRegisterGroup.
CRegisterGroup(CDebugTarget, String, IRegisterDescriptor[]) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CRegisterGroup
Constructor for CRegisterGroup.
CRegisterManager - Class in org.eclipse.cdt.debug.internal.core
Manages all register groups in a debug target.
CRegisterManager(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.CRegisterManager
Constructor for CRegisterManager.
CRenameAction - Class in org.eclipse.cdt.refactoring.actions
Launches a rename refactoring.
CRenameAction() - Constructor for class org.eclipse.cdt.refactoring.actions.CRenameAction
 
CRenameClassProcessor - Class in org.eclipse.cdt.internal.refactoring
Processor adding constructor and destructor to the bindings to be renamed.
CRenameClassProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameClassProcessor
 
CRenameEditorActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Launches a rename refactoring.
CRenameEditorActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRenameEditorActionDelegate
 
CRenameGlobalProcessor - Class in org.eclipse.cdt.internal.refactoring
Rename processor that sets up the input page for renaming a global entity.
CRenameGlobalProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameGlobalProcessor
 
CRenameIncludeProcessor - Class in org.eclipse.cdt.internal.refactoring
Rename processor setting up input page for renaming include directives.
CRenameIncludeProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameIncludeProcessor
 
CRenameLocalProcessor - Class in org.eclipse.cdt.internal.refactoring
Rename processor, setting up input page for a local rename.
CRenameLocalProcessor(CRenameProcessor, String, IScope) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameLocalProcessor
 
CRenameMacroProcessor - Class in org.eclipse.cdt.internal.refactoring
Rename processor that sets up the input page for renaming a global entity.
CRenameMacroProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameMacroProcessor
 
CRenameMethodProcessor - Class in org.eclipse.cdt.internal.refactoring
Rename processor for methods.
CRenameMethodProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameMethodProcessor
 
CRenameProcessor - Class in org.eclipse.cdt.internal.refactoring
This is the processor used for the rename.
CRenameProcessor(CRefactory, CRefactoringArgument) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameProcessor
 
CRenameProcessorDelegate - Class in org.eclipse.cdt.internal.refactoring
Abstract base for all different rename processors used by the top processor.
CRenameRefactoring - Class in org.eclipse.cdt.internal.refactoring
Refactoring implementation using a refactoring processor.
CRenameRefactoring(CRenameProcessor) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameRefactoring
 
CRenameRefactoringInputPage - Class in org.eclipse.cdt.internal.refactoring.ui
Input page added to the standard refactoring wizard.
CRenameRefactoringInputPage() - Constructor for class org.eclipse.cdt.internal.refactoring.ui.CRenameRefactoringInputPage
 
CRenameRefactoringWizard - Class in org.eclipse.cdt.internal.refactoring.ui
Refactoring Wizard adding the input page.
CRenameRefactoringWizard(CRenameRefactoring) - Constructor for class org.eclipse.cdt.internal.refactoring.ui.CRenameRefactoringWizard
 
CRenameTypeProcessor - Class in org.eclipse.cdt.internal.refactoring
Handles conflicting bindings for types.
CRenameTypeProcessor(CRenameProcessor, String) - Constructor for class org.eclipse.cdt.internal.refactoring.CRenameTypeProcessor
 
CRenameViewActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Launches a rename refactoring.
CRenameViewActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRenameViewActionDelegate
 
CRenameWorkbenchActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Launches a rename refactoring.
CRenameWorkbenchActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CRenameWorkbenchActionDelegate
 
CSearchMessages - Class in org.eclipse.cdt.internal.ui.search
 
CSearchUtil - Class in org.eclipse.cdt.internal.ui.search
 
CSearchUtil() - Constructor for class org.eclipse.cdt.internal.ui.search.CSearchUtil
 
CSignal - Class in org.eclipse.cdt.debug.internal.core.model
Enter type comment.
CSignal(CDebugTarget, ICDISignal) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CSignal
Constructor for CSignal.
CSignalManager - Class in org.eclipse.cdt.debug.internal.core
Manages the collection of signals on a debug target.
CSignalManager(CDebugTarget) - Constructor for class org.eclipse.cdt.debug.internal.core.CSignalManager
Constructor for CSignalManager.
CSourceHover - Class in org.eclipse.cdt.internal.ui.text.c.hover
A text hover presenting the source of the element under the cursor.
CSourceHover() - Constructor for class org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover
 
CSourceLocator - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Default source locator.
CSourceLocator(IProject) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator
Constructor for CSourceLocator.
CSourceLookupDirector - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
C/C++ source lookup director.
CSourceLookupDirector() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
 
CSourceLookupParticipant - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
A source lookup participant that searches for C/C++ source code.
CSourceLookupParticipant() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupParticipant
Constructor for CSourceLookupParticipant.
CSourceManager - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Locates sources for a C/C++ debug session.
CSourceManager(ISourceLocator) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceManager
Constructor for CSourceManager.
CSourceNotFoundEditor - Class in org.eclipse.cdt.debug.internal.ui.sourcelookup
Editor that lets you select a replacement for the missing source file and modifies the source locator accordingly.
CSourceNotFoundEditor() - Constructor for class org.eclipse.cdt.debug.internal.ui.sourcelookup.CSourceNotFoundEditor
 
CSourceNotFoundEditorInput - Class in org.eclipse.cdt.debug.internal.ui.sourcelookup
 
CSourceNotFoundEditorInput(CSourceNotFoundElement) - Constructor for class org.eclipse.cdt.debug.internal.ui.sourcelookup.CSourceNotFoundEditorInput
 
CSourceNotFoundElement - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Wrapper for debug elements that have missing source, for example a stack frame whose source file can not be located.
CSourceNotFoundElement(IDebugElement) - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceNotFoundElement
 
CSourcePathComputerDelegate - Class in org.eclipse.cdt.debug.internal.core.sourcelookup
Computes the default source lookup path for a launch configuration.
CSourcePathComputerDelegate() - Constructor for class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourcePathComputerDelegate
Constructor for CSourcePathComputerDelegate.
CSourcePreviewerUpdater - Class in org.eclipse.cdt.internal.ui.preferences
 
CSourceViewer - Class in org.eclipse.cdt.internal.ui.editor
Source viewer for C/C++ et al.
CSourceViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore) - Constructor for class org.eclipse.cdt.internal.ui.editor.CSourceViewer
Creates new source viewer.
CSourceViewerConfiguration - Class in org.eclipse.cdt.internal.ui.text
Configuration for an SourceViewer which shows C/C++ code.
CSourceViewerConfiguration(IColorManager, IPreferenceStore, ITextEditor, String) - Constructor for class org.eclipse.cdt.internal.ui.text.CSourceViewerConfiguration
Creates a new C source viewer configuration for viewers in the given editor using the given preference store, the color manager and the specified document partitioning.
CSourceViewerDecorationSupport - Class in org.eclipse.cdt.internal.ui.editor
SourceViewerDecorationSupport with extension(s): inactive code painter
CStackFrame - Class in org.eclipse.cdt.debug.internal.core.model
Proxy to a stack frame on the target.
CStackFrame(CThread, ICDIStackFrame) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CStackFrame
Constructor for CStackFrame.
CStatusConstants - Class in org.eclipse.cdt.internal.ui
Defines status codes relevant to the C UI plug-in.
CStorageDocumentProvider - Class in org.eclipse.cdt.internal.ui.editor
CStorageDocumentProvider
CStorageDocumentProvider() - Constructor for class org.eclipse.cdt.internal.ui.editor.CStorageDocumentProvider
 
CStringAutoIndentStrategy - Class in org.eclipse.cdt.internal.ui.text
Auto indent strategy for C strings
CStringAutoIndentStrategy(String, ICProject) - Constructor for class org.eclipse.cdt.internal.ui.text.CStringAutoIndentStrategy
Creates a new C string auto indent strategy for the given document partitioning.
CStringDoubleClickSelector - Class in org.eclipse.cdt.internal.ui.text
Double click strategy aware of string and character syntax rules.
CStringDoubleClickSelector(String) - Constructor for class org.eclipse.cdt.internal.ui.text.CStringDoubleClickSelector
Creates a new string double click selector for the given document partitioning.
CStringDoubleClickSelector(String, ITextDoubleClickStrategy) - Constructor for class org.eclipse.cdt.internal.ui.text.CStringDoubleClickSelector
Creates a new string double click selector for the given document partitioning.
CStructureCreator - Class in org.eclipse.cdt.internal.ui.compare
 
CStructureCreator() - Constructor for class org.eclipse.cdt.internal.ui.compare.CStructureCreator
 
CTemplatePreferencePage - Class in org.eclipse.cdt.internal.ui.preferences
Template preference page for C/C++ editor templates.
CTemplatePreferencePage() - Constructor for class org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage
 
CTestPlugin - Class in org.eclipse.cdt.debug.testplugin
 
CTestPlugin(IPluginDescriptor) - Constructor for class org.eclipse.cdt.debug.testplugin.CTestPlugin
 
CTestPlugin - Class in org.eclipse.cdt.ui.testplugin
 
CTestPlugin() - Constructor for class org.eclipse.cdt.ui.testplugin.CTestPlugin
 
CTestSetup - Class in org.eclipse.cdt.ui.testplugin
 
CTestSetup(Test) - Constructor for class org.eclipse.cdt.ui.testplugin.CTestSetup
Deprecated. Not needed anymore. No added value
CTextFileChange - Class in org.eclipse.cdt.refactoring
A TextFileChange that uses a working copy in order to generate CModel events.
CTextFileChange(String, IFile) - Constructor for class org.eclipse.cdt.refactoring.CTextFileChange
 
CTextTools - Class in org.eclipse.cdt.internal.ui.text
This type shares all scanners and the color manager between its clients.
CTextTools(IPreferenceStore) - Constructor for class org.eclipse.cdt.internal.ui.text.CTextTools
Creates a new C text tools collection and eagerly creates and initializes all members of this collection.
CTextTools(IPreferenceStore, Preferences) - Constructor for class org.eclipse.cdt.internal.ui.text.CTextTools
Creates a new C text tools collection and eagerly creates and initializes all members of this collection.
CTextTools(IPreferenceStore, Preferences, boolean) - Constructor for class org.eclipse.cdt.internal.ui.text.CTextTools
Creates a new C text tools collection and eagerly creates and initializes all members of this collection.
CTextTools() - Constructor for class org.eclipse.cdt.internal.ui.text.CTextTools
Creates a new C text tools collection and eagerly creates and initializes all members of this collection.
CThread - Class in org.eclipse.cdt.debug.internal.core.model
A thread in a C/C++ debug model.
CThread(CDebugTarget, ICDIThread) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CThread
Constructor for CThread.
CType - Class in org.eclipse.cdt.debug.internal.core.model
The CDI-based implementation of ICType.
CType(ICDIType) - Constructor for class org.eclipse.cdt.debug.internal.core.model.CType
Constructor for CType.
CUIException - Exception in org.eclipse.cdt.internal.ui
An exception to wrap a status.
CUIException(IStatus) - Constructor for exception org.eclipse.cdt.internal.ui.CUIException
 
CUIHelp - Class in org.eclipse.cdt.internal.ui.util
 
CUIHelp() - Constructor for class org.eclipse.cdt.internal.ui.util.CUIHelp
 
CUIHelp.CUIHelpContextProvider - Class in org.eclipse.cdt.internal.ui.util
A dynamic help context provider.
CUIHelp.CUIHelpContextProvider(ITextEditor) - Constructor for class org.eclipse.cdt.internal.ui.util.CUIHelp.CUIHelpContextProvider
Creates a context provider for the given text editor.
CUILabelProvider - Class in org.eclipse.cdt.internal.ui.viewsupport
 
CUILabelProvider() - Constructor for class org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider
Creates a new label provider with default flags.
CUILabelProvider(int, int) - Constructor for class org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider
 
CUIMessages - Class in org.eclipse.cdt.internal.ui
 
CUIPlugin - Class in org.eclipse.cdt.ui
 
CUIPlugin() - Constructor for class org.eclipse.cdt.ui.CUIPlugin
 
CUIPreferenceInitializer - Class in org.eclipse.cdt.ui
This class implements the setting of the CUI initial preference store settings.
CUIPreferenceInitializer() - Constructor for class org.eclipse.cdt.ui.CUIPreferenceInitializer
 
CUIStatus - Class in org.eclipse.cdt.internal.ui
Convenience class for error exceptions thrown inside JavaUI plugin.
CUIStatus(int, String, Throwable) - Constructor for class org.eclipse.cdt.internal.ui.CUIStatus
 
CUndoAction - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CUndoEditorActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CUndoEditorActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CUndoEditorActionDelegate
Deprecated.  
CUndoViewActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CUndoViewActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CUndoViewActionDelegate
Deprecated.  
CUndoWorkbenchActionDelegate - Class in org.eclipse.cdt.refactoring.actions
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
CUndoWorkbenchActionDelegate() - Constructor for class org.eclipse.cdt.refactoring.actions.CUndoWorkbenchActionDelegate
Deprecated.  
current() - Method in class org.eclipse.cdt.internal.ui.text.CBreakIterator
 
current() - Method in class org.eclipse.cdt.internal.ui.text.CWordIterator
 
current() - Method in class org.eclipse.cdt.internal.ui.text.DocumentCharacterIterator
 
current() - Method in class org.eclipse.cdt.internal.ui.text.SequenceCharacterIterator
 
CURRENT_FILE_SEARCH_SCOPE - Static variable in class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference
Preference key for completion search scope (unused)
CURRENT_LINE_COLOR - Static variable in class org.eclipse.cdt.make.internal.ui.preferences.MakefileEditorPreferenceConstants
The symbolic names for colors for displaying code assist proposals
CURRENT_VERSION - Static variable in class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileVersioner
 
currentAlignment - Variable in class org.eclipse.cdt.internal.formatter.Scribe
 
currentOffset(int) - Method in class org.eclipse.cdt.internal.core.PositionTracker
Calculates the position in the modified text.
currentToken - Variable in class org.eclipse.cdt.internal.formatter.Scribe
 
CUSTOM_BUILD_STEP - Static variable in interface org.eclipse.cdt.managedbuilder.core.ITool
 
CUSTOM_FILTERS_DIALOG - Static variable in interface org.eclipse.cdt.internal.ui.ICHelpContextIds
 
CustomBufferFactory - Class in org.eclipse.cdt.internal.ui.editor
CustomBufferFactory
CustomBufferFactory() - Constructor for class org.eclipse.cdt.internal.ui.editor.CustomBufferFactory
 
customButtonPressed(DialogField, int) - Method in interface org.eclipse.cdt.debug.internal.ui.dialogfields.IListAdapter
A button from the button bar has been pressed.
customButtonPressed(DialogField, int) - Method in interface org.eclipse.cdt.debug.mi.internal.ui.dialogfields.IListAdapter
A button from the button bar has been pressed.
customButtonPressed(ListDialogField, int) - Method in class org.eclipse.cdt.internal.ui.preferences.TodoTaskConfigurationBlock.TaskTagAdapter
 
customButtonPressed(ListDialogField, int) - Method in interface org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter
A button from the button bar has been pressed.
customButtonPressed(TreeListDialogField, int) - Method in interface org.eclipse.cdt.internal.ui.wizards.dialogfields.ITreeListAdapter
A button from the button bar has been pressed.
CustomCodeFormatterBlock - Class in org.eclipse.cdt.internal.ui.preferences.formatter
Allows to choose the formatter in a combo box.
CustomCodeFormatterBlock(PreferencesAccess) - Constructor for class org.eclipse.cdt.internal.ui.preferences.formatter.CustomCodeFormatterBlock
 
CustomFiltersActionGroup - Class in org.eclipse.cdt.ui.actions
Action group to add the filter action to a view part's tool bar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.cdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CustomFiltersActionGroup(String, StructuredViewer) - Constructor for class org.eclipse.cdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CustomFiltersDialog - Class in org.eclipse.cdt.internal.ui.filters
 
CustomFiltersDialog(Shell, String, boolean, String[], String[]) - Constructor for class org.eclipse.cdt.internal.ui.filters.CustomFiltersDialog
Creates a dialog to customize Java element filters.
customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy
 
customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.cdt.internal.ui.text.CCommentAutoIndentStrategy
 
customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.cdt.internal.ui.text.CStringAutoIndentStrategy
 
CValue - Class in org.eclipse.cdt.debug.internal.core.model
Represents the value of a variable in the CDI model.
CValueDetailProvider - Class in org.eclipse.cdt.debug.internal.ui
Computes a detailed description of the given value.
CValueDetailProvider() - Constructor for class org.eclipse.cdt.debug.internal.ui.CValueDetailProvider
 
CValueFactory - Class in org.eclipse.cdt.debug.internal.core.model
The value factory for variable and expressions.
CValueFactory() - Constructor for class org.eclipse.cdt.debug.internal.core.model.CValueFactory
 
CVariable - Class in org.eclipse.cdt.debug.internal.core.model
Represents a variable in the CDI model.
CVariableFactory - Class in org.eclipse.cdt.debug.internal.core.model
Provides factory methods for the variable types.
CVariableFactory() - Constructor for class org.eclipse.cdt.debug.internal.core.model.CVariableFactory
 
CVariableFormat - Class in org.eclipse.cdt.debug.core.model
Defines the variable format types.
CVariableLabelProvider - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
Label provider for variables and registers.
CVariableLabelProvider() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CVariableLabelProvider
 
CView - Class in org.eclipse.cdt.internal.ui.cview
CView
CView() - Constructor for class org.eclipse.cdt.internal.ui.cview.CView
 
CVIEW_GROUP_INCLUDES - Static variable in class org.eclipse.cdt.ui.PreferenceConstants
A named preference that controls if the CView.
CVIEW_ID - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
CViewAction - Class in org.eclipse.cdt.internal.ui.cview
Superclass of all actions provided by the cview.
CViewAction(CView, String) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewAction
Creates a new instance of the class.
CViewActionGroup - Class in org.eclipse.cdt.internal.ui.cview
This is the action group for all the view actions.
CViewActionGroup(CView) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewActionGroup
Constructs a new navigator action group and creates its actions.
CViewContentProvider - Class in org.eclipse.cdt.internal.ui.cview
CViewContentProvider
CViewContentProvider() - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewContentProvider
 
CViewContentProvider(TreeViewer, IWorkbenchPartSite) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewContentProvider
 
CViewContentProvider(TreeViewer, IWorkbenchPartSite, boolean, boolean) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewContentProvider
 
CViewElementComparer - Class in org.eclipse.cdt.internal.ui.cview
 
CViewElementComparer() - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewElementComparer
 
CViewFrameSource - Class in org.eclipse.cdt.internal.ui.cview
 
CViewFrameSource(CView) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewFrameSource
 
CViewLabelProvider - Class in org.eclipse.cdt.internal.ui.cview
 
CViewLabelProvider(int, int) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewLabelProvider
 
CViewMessages - Class in org.eclipse.cdt.internal.ui.cview
 
CViewMoveAction - Class in org.eclipse.cdt.internal.ui.cview
The ResourceNavigatorMoveAction is a resource move that aso updates the navigator to show the result of the move.
CViewMoveAction(Shell, StructuredViewer) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewMoveAction
Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
CViewRenameAction - Class in org.eclipse.cdt.internal.ui.cview
The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename.
CViewRenameAction(Shell, TreeViewer) - Constructor for class org.eclipse.cdt.internal.ui.cview.CViewRenameAction
Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer for editing.
CVIEWS_SCOPE - Static variable in class org.eclipse.cdt.ui.CUIPlugin
The id of the scope used by all the CDT views (value "org.eclipse.cdt.ui.scope").
CWatchExpressionDelegate - Class in org.eclipse.cdt.debug.internal.ui
 
CWatchExpressionDelegate() - Constructor for class org.eclipse.cdt.debug.internal.ui.CWatchExpressionDelegate
 
CWatchExpressionFactoryAdapter - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
 
CWatchExpressionFactoryAdapter() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CWatchExpressionFactoryAdapter
 
CWatchExpressionFactoryAdapterFactory - Class in org.eclipse.cdt.debug.internal.ui.elements.adapters
 
CWatchExpressionFactoryAdapterFactory() - Constructor for class org.eclipse.cdt.debug.internal.ui.elements.adapters.CWatchExpressionFactoryAdapterFactory
 
CWatchpoint - Class in org.eclipse.cdt.debug.internal.core.breakpoints
A watchpoint specific to the C/C++ debug model.
CWatchpoint() - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CWatchpoint
Constructor for CWatchpoint.
CWatchpoint(IResource, Map, boolean) - Constructor for class org.eclipse.cdt.debug.internal.core.breakpoints.CWatchpoint
Constructor for CWatchpoint.
CWhitespaceDetector - Class in org.eclipse.cdt.internal.ui.text.util
A simple white space detector.
CWhitespaceDetector() - Constructor for class org.eclipse.cdt.internal.ui.text.util.CWhitespaceDetector
 
CWIZARD_CATEGORY_ID - Static variable in class org.eclipse.cdt.ui.CUIPlugin
 
CWizardHandler - Class in org.eclipse.cdt.ui.wizards
This class is basic implementation for ICWizardHandler interface.
CWizardHandler(Composite, String, String) - Constructor for class org.eclipse.cdt.ui.wizards.CWizardHandler
 
CWizardRegistry - Class in org.eclipse.cdt.internal.ui.wizards
Convenience class for drop-in C/C++ Wizard contributions.
CWizardRegistry() - Constructor for class org.eclipse.cdt.internal.ui.wizards.CWizardRegistry
 
CWordDetector - Class in org.eclipse.cdt.internal.ui.text.util
A C aware word detector.
CWordDetector() - Constructor for class org.eclipse.cdt.internal.ui.text.util.CWordDetector
 
CWordFinder - Class in org.eclipse.cdt.internal.ui.text
This is a helper class for the text editor to be able to determine, given a particular offset in a document, various candidates segments for things like context help, proposals and hovering.
CWordFinder() - Constructor for class org.eclipse.cdt.internal.ui.text.CWordFinder
 
CWordIterator - Class in org.eclipse.cdt.internal.ui.text
Breaks C text into word starts, also stops at line start and end.
CWordIterator() - Constructor for class org.eclipse.cdt.internal.ui.text.CWordIterator
Creates a new word iterator.
CWorkbenchAdapter - Class in org.eclipse.cdt.internal.ui
An imlementation of the IWorkbenchAdapter for CElements.
CWorkbenchAdapter() - Constructor for class org.eclipse.cdt.internal.ui.CWorkbenchAdapter
 
CygpathTranslator - Class in org.eclipse.cdt.make.internal.core.scannerconfig.util
Use binary parser's 'cygpath' command to translate cygpaths to absolute paths.
CygpathTranslator(IProject) - Constructor for class org.eclipse.cdt.make.internal.core.scannerconfig.util.CygpathTranslator
 
CygwinDebuggerPage - Class in org.eclipse.cdt.debug.mi.internal.ui
CygWin-specific extension of GDBDebuggerPage.
CygwinDebuggerPage() - Constructor for class org.eclipse.cdt.debug.mi.internal.ui.CygwinDebuggerPage
 
CygwinGDBCDIDebugger - Class in org.eclipse.cdt.debug.mi.core
Cygwin debugger extension point.
CygwinGDBCDIDebugger() - Constructor for class org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
 
CygwinGDBCDIDebugger2 - Class in org.eclipse.cdt.debug.mi.core
Cygwin debugger extension point.
CygwinGDBCDIDebugger2() - Constructor for class org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger2
 
CygwinGDBDebugger - Class in org.eclipse.cdt.debug.mi.core
Cygwin GDB Debugger overrides the GDB Debugger to apply the Cygwin Command Factory to the MI Session.
CygwinGDBDebugger() - Constructor for class org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger
 
CygwinMIProcessAdapter - Class in org.eclipse.cdt.debug.mi.core
 
CygwinMIProcessAdapter(String[], int, IProgressMonitor) - Constructor for class org.eclipse.cdt.debug.mi.core.CygwinMIProcessAdapter
 
CygwinPathResolver - Class in org.eclipse.cdt.managedbuilder.gnu.cygwin
 
CygwinPathResolver() - Constructor for class org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver
 
CygwinPEBinaryParserPage - Class in org.eclipse.cdt.ui.dialogs
 
CygwinPEBinaryParserPage() - Constructor for class org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage
 

A B C D E F G H I J K L M N O P Q R S T U V W Y _