Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse CDT
7.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
R
r_declaration
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTNameOwner
Role of name in this context is a declaration.
r_definition
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTNameOwner
Role of name in this construct is a definition.
r_reference
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTNameOwner
Role of name in this construct is a reference.
r_unclear
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTNameOwner
Role is unclear.
READ
- Static variable in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIWatchpoint
READ_ONLY
- Static variable in interface org.eclipse.cdt.core.model.
ICModelStatusConstants
Status constant indicating that the operation encountered a read-only element.
READ_ONLY
- Static variable in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIMemoryBlock
Bit mask used to indicate a byte is read-only.
reconcile()
- Method in interface org.eclipse.cdt.core.model.
IWorkingCopy
Reconciles the contents of this working copy.
reconcile(boolean, IProgressMonitor)
- Method in interface org.eclipse.cdt.core.model.
IWorkingCopy
Reconciles the contents of this working copy.
reconcile(boolean, boolean, IProgressMonitor)
- Method in interface org.eclipse.cdt.core.model.
IWorkingCopy
Reconciles the contents of this working copy.
referenceValue()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.type.
ICDIReferenceValue
Return the reference value.
refresh()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIMemoryBlock
Refresh the data, this may cause events to be trigger if the data values changed.
registerLanguageChangeListener(ILanguageMappingChangeListener)
- Method in class org.eclipse.cdt.core.model.
LanguageManager
Adds a listener that will be notified of changes in language mappings.
REGULAR
- Static variable in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIBreakpoint
Deprecated.
use ICBreakpointTyped.REGULAR
REGULAR_CODE
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTImageLocation
The image is part of the code that has not been modified by the preprocessor.
RELATIVE_PATH
- Static variable in interface org.eclipse.cdt.core.model.
ICModelStatusConstants
Status constant indicating that a relative path was supplied to the operation when an absolute path is required.
remove(ICElement)
- Method in interface org.eclipse.cdt.core.model.
IRegion
Removes the specified element from the region and returns
true
if successful,
false
if the remove fails.
removeActions(ICDITracepoint.IAction[])
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDITracepoint
Removes the given actions from the action list of thie tracepoint.
removeAllBlocks()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIMemoryBlockManagement
Removes all memory blocks from the debug session.
removeBlocks(ICDIMemoryBlock[])
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIMemoryBlockManagement
Removes the given array of memory blocks from the debug session.
removeBufferChangedListener(IBufferChangedListener)
- Method in interface org.eclipse.cdt.core.model.
IBuffer
Removes the given listener from this buffer.
removeCProjectDescriptionListener(ICProjectDescriptionListener)
- Method in class org.eclipse.cdt.core.model.
CoreModel
REMOVED
- Static variable in interface org.eclipse.cdt.core.model.
ICElementDelta
Status constant indicating that the element has been removed.
removeElementChangedListener(IElementChangedListener)
- Method in class org.eclipse.cdt.core.model.
CoreModel
Removes the given element changed listener.
removeEventListener(ICDIEventListener)
- Method in interface org.eclipse.cdt.debug.core.cdi.
ICDIEventManager
Removes the given listener from the collection of registered event listeners.
removeExisting()
- Method in interface org.eclipse.cdt.debug.core.cdi.event.
ICDIBreakpointProblemEvent
Indicated that any existing problems of this type and at this breakpoint's location will be removed before the new problem is added.
removeOnly()
- Method in interface org.eclipse.cdt.debug.core.cdi.event.
ICDIBreakpointProblemEvent
Indicated that existing problems of this type and at this breakpoint's location will be removed, no new ones will be added.
rename(ICElement[], ICElement[], String[], boolean, IProgressMonitor)
- Method in interface org.eclipse.cdt.core.model.
ICModel
Renames the given elements as specified.
rename(String, boolean, IProgressMonitor)
- Method in interface org.eclipse.cdt.core.model.
ISourceManipulation
Renames this element to the given name.
replace(int, int, char[])
- Method in interface org.eclipse.cdt.core.model.
IBuffer
Replaces the given range of characters in this buffer with the given text.
replace(int, int, String)
- Method in interface org.eclipse.cdt.core.model.
IBuffer
Replaces the given range of characters in this buffer with the given text.
requestPathEntryContainerUpdate(IPath, ICProject, IPathEntryContainer)
- Method in class org.eclipse.cdt.core.model.
PathEntryContainerInitializer
Request a registered container definition to be updated according to a container suggestion.
resolveBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.cpp.
ICPPASTNameSpecifier
If the name-specifier is a name, returns the binding named.
resolveBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.cpp.
ICPPASTTranslationUnit
Resolve the binding for translation unit.
resolveBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.
IASTImplicitName
Resolves the semantic object this name is referring to.
resolveBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.
IASTName
Resolves the semantic object this name is referring to.
resolvePreBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.cpp.
ICPPASTNameSpecifier
Similar to resolveBinding(), but only performs the first phase of binding resolution for two-phase bindings.
resolvePreBinding()
- Method in interface org.eclipse.cdt.core.dom.ast.
IASTName
Resolves to an intermediate representation of the binding.
restart()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDITarget
Restarts the execution of this target.
restore()
- Method in interface org.eclipse.cdt.core.model.
IWorkingCopy
Restores the contents of this working copy to the current contents of this working copy's original element.
resume(boolean)
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIExecuteResume
Causes this target to resume its execution.
resume(ICDILocation)
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIExecuteResume
Resume execution at location.
resume(ICDISignal)
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIExecuteResume
Resume execution where the program stopped but immediately give the signal.
resume()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDITarget
Deprecated.
resume()
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIThread
Deprecated.
RETURNVALUE
- Static variable in interface org.eclipse.cdt.core.dom.ast.
IASTReturnStatement
run(IWorkspaceRunnable, IProgressMonitor)
- Static method in class org.eclipse.cdt.core.model.
CoreModel
Runs the given action as an atomic C model operation.
run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor)
- Static method in class org.eclipse.cdt.core.model.
CoreModel
Runs the given action as an atomic C model operation.
runUntil(ICDILocation)
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDITarget
Deprecated.
runUntil(ICDILocation)
- Method in interface org.eclipse.cdt.debug.core.cdi.model.
ICDIThread
Deprecated.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse CDT
7.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.