PTP
Release 5.0

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

All Superinterfaces:
IAIFType
All Known Subinterfaces:
IAIFTypeBool, IAIFTypeChar, IAIFTypeEnum, IAIFTypeInt, IAIFTypeLong, IAIFTypeLongLong, IAIFTypeShort

public interface ITypeIntegral
extends IAIFType

Represents integral type of IAIFType


Method Summary
 boolean isSigned()
          Determines whether this type is signed
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

isSigned

boolean isSigned()
Determines whether this type is signed

Returns:
true if this type is signed

PTP
Release 5.0

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