PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue

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

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

Subinterfaces of IAIFValue in org.eclipse.ptp.debug.core.pdi.model.aif
 interface IAIFValueAddress
          Represents the value of an address type
 interface IAIFValueAggregate
          Represents class value of IAIFValue
 interface IAIFValueArray
          Represents the values of an array type
 interface IAIFValueBool
          Represents boolean value of IAIFValue
 interface IAIFValueChar
          Represents char value of IAIFValue
 interface IAIFValueCharPointer
          Represents char pointer value of IAIFValue
 interface IAIFValueEnum
          Represents enum value of IAIFValue
 interface IAIFValueFloat
          Represents float value of IAIFValue
 interface IAIFValueFunction
          Represents function value of IAIFValue
 interface IAIFValueInt
          Represents int value of IAIFValue
 interface IAIFValueNamed
          Represents named value in IAIFValue
 interface IAIFValuePointer
          Represents the value of a pointer type (i.e. the object pointed to by the pointer)
 interface IAIFValueReference
          Represents reference value in IAIFValue
 interface IAIFValueString
          Represents string value in IAIFValue
 interface IAIFValueUnion
          Represents union value in IAIFValue
 interface IValueDerived
          Represents a value for a derived type
 interface IValueIntegral
          Represents integral value of IAIFValue
 interface IValueParent
          Represents value that has a parent
 

Fields in org.eclipse.ptp.debug.core.pdi.model.aif declared as IAIFValue
static IAIFValue AIFFactory.UNKNOWNVALUE
           
 

Methods in org.eclipse.ptp.debug.core.pdi.model.aif that return IAIFValue
static IAIFValue AIFFactory.getAIFValue(IValueParent parent, IAIFType type, AIFFactory.SimpleByteBuffer buffer)
          Create a value given a type and a buffer containing the value data.
static IAIFValue AIFFactory.getAIFValue(IValueParent parent, IAIFType type, byte[] data)
          Create a value given a type and an array containing the value data.
 IAIFValue IAIFValueUnion.getFieldValue(String name)
          Get the value of the field corresponding to name
 IAIFValue IAIFValueAggregate.getFieldValue(String name)
          Get the value of the field corresponding to name
 IAIFValue IAIFValuePointer.getValue()
          Returns object pointed to by the pointer
 IAIFValue IAIFValueNamed.getValue()
          Returns IAIFValue of this value
 IAIFValue IAIF.getValue()
          Returns the value of this AIF object
 IAIFValue[] IAIFValueArray.getValues()
          Returns the array elements
 

Methods in org.eclipse.ptp.debug.core.pdi.model.aif with parameters of type IAIFValue
static IAIF AIFFactory.newAIF(IAIFType aifType, IAIFValue aifValue)
          Create an IAIF object from a type and a value
static IAIF AIFFactory.newAIF(IAIFType aifType, IAIFValue aifValue, String desc)
          Create an IAIF object from a type and a value
 


PTP
Release 5.0

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