Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIObject, ICDIType
All Known Subinterfaces:
ICDIDoubleType, ICDIFloatType

public interface ICDIFloatingPointType
extends ICDIType

Represents the type of a variable.

Since:
Apr 15, 2003

Method Summary
 boolean isComplex()
           
 boolean isImaginary()
           
 boolean isLong()
           
 
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

isImaginary

public boolean isImaginary()

isComplex

public boolean isComplex()

isLong

public boolean isLong()

Eclipse CDT
Pre-release 3.0

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