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

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

public interface ICGlobalVariable
extends ICVariable

Represents a global C/C++ variable.


Method Summary
 IGlobalVariableDescriptor getDescriptor()
          Returns the descriptor of this variable.
 
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.debug.core.model.IValueModification
setValue, setValue, supportsValueModification, verifyValue, verifyValue
 
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
 

Method Detail

getDescriptor

IGlobalVariableDescriptor getDescriptor()
Returns the descriptor of this variable.

Returns:
the descriptor of this variable