PTP
Release 5.0

Uses of Class
org.eclipse.ptp.debug.core.pdi.model.aif.AIFException

Packages that use AIFException
org.eclipse.ptp.debug.core.pdi.model.aif   
 

Uses of AIFException in org.eclipse.ptp.debug.core.pdi.model.aif
 

Subclasses of AIFException in org.eclipse.ptp.debug.core.pdi.model.aif
 class AIFFormatException
           
 

Methods in org.eclipse.ptp.debug.core.pdi.model.aif that throw AIFException
 BigInteger IValueIntegral.bigIntegerValue()
          Returns value of this value
 boolean IAIFValueBool.booleanValue()
          Determines whether this value is true
 byte IAIFValueChar.byteValue()
          Returns byte of this value
 byte[] IAIFValueInt.byteValue()
          Returns byte array 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 IAIFValueCharPointer.pointerValue()
          Returns address value of this value
 BigInteger IAIFValuePointer.pointerValue()
          Returns the address of the pointer as a BigInteger TODO: rename to getAddressValue()
 short IAIFValueInt.shortValue()
          Returns value of this value
 


PTP
Release 5.0

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