Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.model.aif |
Modifier and Type | Class and Description |
---|---|
class |
AIFFormatException
AIF Format Exception
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
IValueIntegral.bigIntegerValue()
Returns value of this value
|
boolean |
IAIFValueBool.booleanValue()
Determines whether this value is true
|
byte[] |
IAIFValueInt.byteValue()
Returns byte array of this value
|
byte |
IAIFValueChar.byteValue()
Returns byte of this value
|
char |
IAIFValueChar.charValue()
Returns char of this value
|
double |
IAIFValueFloat.doubleValue()
Returns value of this value
|
float |
IAIFValueFloat.floatValue()
Returns value of this value
|
BigInteger |
IAIFValueAddress.getAddress()
Returns the value of the address as a BigInteger
|
String |
IAIFValue.getValueString()
Returns a string representation of the value
|
int |
IAIFValueInt.intValue()
Returns value of this value
|
int |
IAIFValue.length()
Returns number of values available
|
long |
IAIFValueInt.longValue()
Returns value of this value
|
BigInteger |
IAIFValuePointer.pointerValue()
Returns the address of the pointer as a BigInteger
TODO: rename to getAddressValue()
|
BigInteger |
IAIFValueCharPointer.pointerValue()
Returns address value of this value
|
short |
IAIFValueInt.shortValue()
Returns value of this value
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.