|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| Methods in org.eclipse.ptp.debug.core.pdi.model.aif that return IAIFValue | |
|---|---|
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 |
IAIF.getValue()
Returns the value of this AIF object |
IAIFValue |
IAIFValuePointer.getValue()
Returns object pointed to by the pointer |
IAIFValue |
IAIFValueNamed.getValue()
Returns IAIFValue of this value |
IAIFValue[] |
IAIFValueArray.getValues()
Returns the array elements |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||