|
||||||||||
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.AbstractCValue
org.eclipse.cdt.debug.internal.core.model.CValue
org.eclipse.cdt.debug.internal.core.model.CFloatingPointValue
public class CFloatingPointValue
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 |
---|
public CFloatingPointValue(CVariable parent, org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
Method Detail |
---|
public java.lang.Number getFloatingPointValue() throws org.eclipse.cdt.debug.core.cdi.CDIException
org.eclipse.cdt.debug.core.cdi.CDIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |