PTP
Release 7.0

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

All Superinterfaces:
IAIFValue
All Known Subinterfaces:
IAIFValueBool, IAIFValueChar, IAIFValueEnum, IAIFValueInt

public interface IValueIntegral
extends IAIFValue

Represents integral value of IAIFValue


Method Summary
 java.math.BigInteger bigIntegerValue()
          Returns value of this value
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

bigIntegerValue

java.math.BigInteger bigIntegerValue()
                                     throws AIFException
Returns value of this value

Returns:
value of this value
Throws:
AIFException - on failure

PTP
Release 7.0

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