PTP
Release 7.0

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

All Superinterfaces:
IAIFValue, IValueIntegral

public interface IAIFValueInt
extends IValueIntegral

Represents int value of IAIFValue


Method Summary
 byte[] byteValue()
          Returns byte array of this value
 int intValue()
          Returns value of this value
 boolean isInt()
          Determines whether this value is int
 boolean isLong()
          Determines whether this value is long
 boolean isShort()
          Determines whether this value is short
 long longValue()
          Returns value of this value
 short shortValue()
          Returns value of this value
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueIntegral
bigIntegerValue
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

isLong

boolean isLong()
Determines whether this value is long

Returns:
true if this value if long

isShort

boolean isShort()
Determines whether this value is short

Returns:
true if this value is short

isInt

boolean isInt()
Determines whether this value is int

Returns:
true if this value is int

byteValue

byte[] byteValue()
                 throws AIFException
Returns byte array of this value

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

longValue

long longValue()
               throws AIFException
Returns value of this value

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

shortValue

short shortValue()
                 throws AIFException
Returns value of this value

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

intValue

int intValue()
             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.