org.eclipse.cdt.debug.internal.core.model
Class CGlobalValue

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.cdt.debug.internal.core.model.CDebugElement
          extended by org.eclipse.cdt.debug.internal.core.model.AbstractCValue
              extended by org.eclipse.cdt.debug.internal.core.model.CValue
                  extended by org.eclipse.cdt.debug.internal.core.model.CGlobalValue
All Implemented Interfaces:
ICDebugElement, ICDebugElementStatus, ICValue, org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IValue

public class CGlobalValue
extends CValue


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElementStatus
ERROR, OK, WARNING
 
Constructor Summary
CGlobalValue(CVariable parent, org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
          Constructor for CGlobalValue.
 
Method Summary
 boolean hasVariables()
           
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CValue
dispose, getReferenceTypeName, getType, getUnderlyingValue, getValueString, getVariables, isAllocated
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.AbstractCValue
evaluateAsExpression, getParentVariable
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CDebugElement
createChangeEvent, createCreateEvent, createResumeEvent, createSuspendEvent, createTerminateEvent, fireChangeEvent, fireCreationEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getCDISession, getCDITarget, getCurrentStateInfo, getDebugTarget, getLaunch, getMessage, getModelIdentifier, getSeverity, getState, isOK, notSupported, requestFailed, requestFailed, targetRequestFailed, targetRequestFailed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CGlobalValue

public CGlobalValue(CVariable parent,
                    org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
Constructor for CGlobalValue.

Parameters:
parent -
cdiValue -
Method Detail

hasVariables

public boolean hasVariables()
                     throws org.eclipse.debug.core.DebugException
Specified by:
hasVariables in interface org.eclipse.debug.core.model.IValue
Overrides:
hasVariables in class CValue
Throws:
org.eclipse.debug.core.DebugException