Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIObject, ICDIType
All Known Subinterfaces:
ICDIBoolType, ICDICharType, ICDIEnumType, ICDIIntType, ICDILongLongType, ICDILongType, ICDIShortType, ICDIWCharType

public interface ICDIIntegralType
extends ICDIType

Represents the type of a variable.

Since:
Apr 15, 2003

Method Summary
 boolean isUnsigned()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.type.ICDIType
getDetailTypeName, getTypeName
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

isUnsigned

boolean isUnsigned()

Eclipse CDT
Pre-release 3.0

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