Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.model.aif |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.