Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.type.ICDIType

Packages that use ICDIType
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.model   
org.eclipse.cdt.debug.core.cdi.model.type   
 

Uses of ICDIType in org.eclipse.cdt.debug.core.cdi
 

Methods in org.eclipse.cdt.debug.core.cdi that return ICDIType
 ICDIType ICDIFunctionFinished.getReturnType()
          Return the type of the return value of the function.
 

Uses of ICDIType in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIType
 ICDIType ICDIVariableDescriptor.getType()
          Returns the type of this variable descriptor.
 ICDIType ICDIValue.getType()
          Return the type of this value.
 

Uses of ICDIType in org.eclipse.cdt.debug.core.cdi.model.type
 

Subinterfaces of ICDIType in org.eclipse.cdt.debug.core.cdi.model.type
 interface ICDIAggregateType
          Represents the type of a variable.
 interface ICDIArrayType
          Represents the type of a variable.
 interface ICDIBoolType
           
 interface ICDICharType
          Represents the type of a variable.
 interface ICDIDerivedType
          Represents the type of a variable.
 interface ICDIDoubleType
          Represents the type of a variable.
 interface ICDIEnumType
           
 interface ICDIFloatingPointType
          Represents the type of a variable.
 interface ICDIFloatType
          Represents the type of a variable.
 interface ICDIFunctionType
          Represents the type of a variable.
 interface ICDIIntegralType
          Represents the type of a variable.
 interface ICDIIntType
          Represents the type of a variable.
 interface ICDILongLongType
          Represents the type of a variable.
 interface ICDILongType
          Represents the type of a variable.
 interface ICDIPointerType
          Represents the type of a variable.
 interface ICDIReferenceType
           
 interface ICDIShortType
          Represents the type of a variable.
 interface ICDIStructType
          Represents the type of a variable.
 interface ICDIVoidType
          Represents the type of a variable.
 interface ICDIWCharType
           
 

Methods in org.eclipse.cdt.debug.core.cdi.model.type that return ICDIType
 ICDIType ICDIDerivedType.getComponentType()
           
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.