org.eclipse.cdt.debug.core.model
Interface ICRegister

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICastToArray, ICastToType, ICDebugElement, ICVariable, org.eclipse.debug.core.model.IDebugElement, IEnableDisableTarget, IFormatSupport, org.eclipse.debug.core.model.IRegister, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable
All Known Implementing Classes:
CRegister

public interface ICRegister
extends ICVariable, org.eclipse.debug.core.model.IRegister

C/C++ specific extension of IRegister. Added to be able to contribute a label provider. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=186981


Method Summary
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICVariable
getExpressionString, getType, isArgument
 
Methods inherited from interface org.eclipse.debug.core.model.IVariable
getName, getReferenceTypeName, getValue, hasValueChanged
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElement
getCurrentStateInfo, getState
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.IFormatSupport
changeFormat, getFormat, supportsFormatting
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICastToArray
canCastToArray, castToArray
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICastToType
canCast, cast, getCurrentType, isCasted, restoreOriginal
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.IEnableDisableTarget
canEnableDisable, isEnabled, setEnabled
 
Methods inherited from interface org.eclipse.debug.core.model.IRegister
getRegisterGroup
 
Methods inherited from interface org.eclipse.debug.core.model.IVariable
getName, getReferenceTypeName, getValue, hasValueChanged
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter