Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIObject
All Known Subinterfaces:
ICDIAggregateType, ICDIArrayType, ICDIBoolType, ICDICharType, ICDIDerivedType, ICDIDoubleType, ICDIEnumType, ICDIFloatingPointType, ICDIFloatType, ICDIFunctionType, ICDIIntegralType, ICDIIntType, ICDILongLongType, ICDILongType, ICDIPointerType, ICDIReferenceType, ICDIShortType, ICDIStructType, ICDIVoidType, ICDIWCharType

public interface ICDIType
extends ICDIObject

Represents the type of a variable.

Since:
Apr 15, 2003

Method Summary
 String getDetailTypeName()
          Returns a more desciptive name.
 String getTypeName()
          Returns the name.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getTypeName

String getTypeName()
Returns the name.

Returns:
the name of the data type
Throws:
CDIException - if this method fails.

getDetailTypeName

String getDetailTypeName()
Returns a more desciptive name.

Returns:

Eclipse CDT
Pre-release 3.0

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