|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.debug.internal.core.model.CDebugElement
org.eclipse.cdt.debug.internal.core.model.AbstractCVariable
org.eclipse.cdt.debug.internal.core.model.CVariable
org.eclipse.cdt.debug.internal.core.model.CGlobalVariable
public class CGlobalVariable
Represents a global variable.
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElementStatus |
---|
ERROR, OK, WARNING |
Method Summary | |
---|---|
boolean |
canEnableDisable()
Returns whether this object supports enable/disable operations. |
void |
dispose()
|
IGlobalVariableDescriptor |
getDescriptor()
Returns the descriptor of this variable. |
void |
handleDebugEvents(org.eclipse.cdt.debug.core.cdi.event.ICDIEvent[] events)
|
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CVariable |
---|
canCast, canCastToArray, cast, castToArray, changeFormat, equals, getCurrentType, getExpressionString, getFormat, getName, getReferenceTypeName, getType, getValue, hasValueChanged, isArgument, isCasted, isEnabled, restoreOriginal, setEnabled, setValue, setValue, sizeof, supportsFormatting, supportsValueModification, verifyValue, verifyValue |
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.AbstractCVariable |
---|
getAdapter |
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CDebugElement |
---|
createChangeEvent, createCreateEvent, createResumeEvent, createSuspendEvent, createTerminateEvent, fireChangeEvent, fireCreationEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getCDISession, getCDITarget, getCurrentStateInfo, getDebugTarget, getLaunch, getMessage, getModelIdentifier, getSeverity, getState, isOK, notSupported, requestFailed, requestFailed, targetRequestFailed, targetRequestFailed |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
---|
isEnabled, setEnabled |
Method Detail |
---|
public boolean canEnableDisable()
IEnableDisableTarget
canEnableDisable
in interface IEnableDisableTarget
canEnableDisable
in class CVariable
public void handleDebugEvents(org.eclipse.cdt.debug.core.cdi.event.ICDIEvent[] events)
handleDebugEvents
in interface org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener
handleDebugEvents
in class CVariable
public IGlobalVariableDescriptor getDescriptor()
ICGlobalVariable
getDescriptor
in interface ICGlobalVariable
public void dispose()
dispose
in class CVariable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |