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

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

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

Subinterfaces of IFormatSupport in org.eclipse.cdt.debug.core.model
 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 IFormatSupport in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement IFormatSupport
 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.