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

Packages that use ICType
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core.model   
org.eclipse.cdt.debug.internal.ui   
 

Uses of ICType in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model that return ICType
 ICType ICVariable.getType()
          Returns the type of this variable.
 ICType ICValue.getType()
           
 

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

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICType
 class CType
          The CDI-based implementation of ICType.
 

Methods in org.eclipse.cdt.debug.internal.core.model that return ICType
 ICType CVariable.getType()
           
 ICType CValue.getType()
           
 ICType CIndexedValue.getType()
           
 ICType CExpression.getType()
           
 

Uses of ICType in org.eclipse.cdt.debug.internal.ui
 

Methods in org.eclipse.cdt.debug.internal.ui with parameters of type ICType
static java.lang.String CDebugUIUtils.getVariableTypeName(ICType type)
          Moved from CDebugModelPresentation because it is also used by CVariableLabelProvider.