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

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

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

Subinterfaces of ICastToType in org.eclipse.cdt.debug.core.model
 interface ICastToArray
          Provides the ability to present a variable as an array of the same type.
 interface ICGlobalVariable
          Represents a global C/C++ variable.
 interface ICRegister
          C/C++ specific extension of IRegister.
 interface ICVariable
          C/C++ specific extension IVariable.
 

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

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICastToType
 class AbstractCVariable
          The super class for all variable types.
 class CExpression
          Represents an expression in the CDI model.
 class CGlobalVariable
          Represents a global variable.
 class CLocalVariable
           
 class CRegister
          Represents a register in the CDI model.
 class CVariable
          Represents a variable in the CDI model.