Uses of Class
org.eclipse.cdt.debug.internal.core.model.CValue

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

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

Subclasses of CValue in org.eclipse.cdt.debug.internal.core.model
 class CFloatingPointValue
          Represents a value of a float or double variable type.
 class CGlobalValue
           
 

Methods in org.eclipse.cdt.debug.internal.core.model that return CValue
static CValue CValueFactory.createGlobalValue(CVariable parent, org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
           
static CValue CValueFactory.createValue(CVariable parent, org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)