PTP
Release 7.0

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

All Superinterfaces:
IAIFValue, IValueParent

public interface IAIFValueFloat
extends IValueParent

Represents float value of IAIFValue


Method Summary
 double doubleValue()
          Returns value of this value
 float floatValue()
          Returns value of this value
 boolean isDouble()
          Determines if this value is double
 boolean isFloat()
          Determines whether this value is float
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueParent
getParent, setParent
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

isFloat

boolean isFloat()
Determines whether this value is float

Returns:
true if this value if float

isDouble

boolean isDouble()
Determines if this value is double

Returns:
true if this value is double

doubleValue

double doubleValue()
                   throws AIFException
Returns value of this value

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

floatValue

float floatValue()
                 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.