PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model.aif
Interface IAIFTypeFloat

All Superinterfaces:
IAIFType

public interface IAIFTypeFloat
extends IAIFType

Represents float type in this IAIFType


Method Summary
 boolean isComplex()
          Determines whether this is complex type
 boolean isImaginary()
          Determines whether this type is imaginary
 boolean isLong()
          Determines whether current type is long
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

isImaginary

boolean isImaginary()
Determines whether this type is imaginary

Returns:
true if this type is imaginary

isComplex

boolean isComplex()
Determines whether this is complex type

Returns:
true if current type is complex

isLong

boolean isLong()
Determines whether current type is long

Returns:
true if current type is long

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.