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

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.CFloatingPointValue
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 CFloatingPointValue
extends CValue

Represents a value of a float or double variable type.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElementStatus
ERROR, OK, WARNING
 
Constructor Summary
CFloatingPointValue(CVariable parent, org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
          Constructor for CFloatingPointValue.
 
Method Summary
 java.lang.Number getFloatingPointValue()
           
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CValue
dispose, getReferenceTypeName, getType, getUnderlyingValue, getValueString, getVariables, hasVariables, 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

CFloatingPointValue

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

Method Detail

getFloatingPointValue

public java.lang.Number getFloatingPointValue()
                                       throws org.eclipse.cdt.debug.core.cdi.CDIException
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException