Uses of Interface
org.eclipse.cdt.debug.core.model.ICValue

Packages that use ICValue
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of ICValue in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core with parameters of type ICValue
static java.lang.Number CDebugUtils.getFloatingPointValue(ICValue value)
           
 

Uses of ICValue in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICValue
 class AbstractCValue
          The abstract super class for the C/C++ value types.
 class CFloatingPointValue
          Represents a value of a float or double variable type.
 class CGlobalValue
           
 class CIndexedValue
          A value containing an array of variables.
 class CValue
          Represents the value of a variable in the CDI model.
 

Fields in org.eclipse.cdt.debug.internal.core.model declared as ICValue
static ICValue CValueFactory.NULL_VALUE
           
 

Methods in org.eclipse.cdt.debug.internal.core.model that return ICValue
static ICValue CValueFactory.createValueWithError(CVariable parent, java.lang.String message)