|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IValueParent | |
|---|---|
| org.eclipse.ptp.debug.core.pdi.model.aif | |
| Uses of IValueParent in org.eclipse.ptp.debug.core.pdi.model.aif |
|---|
| Subinterfaces of IValueParent in org.eclipse.ptp.debug.core.pdi.model.aif | |
|---|---|
interface |
IAIFValueArray
Represents the values of an array type |
interface |
IAIFValueFloat
Represents float 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 |
IValueDerived
Represents a value for a derived type |
| Methods in org.eclipse.ptp.debug.core.pdi.model.aif that return IValueParent | |
|---|---|
IValueParent |
IValueParent.getParent()
Returns the parent of this value |
| Methods in org.eclipse.ptp.debug.core.pdi.model.aif with parameters of type IValueParent | |
|---|---|
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. |
void |
IValueParent.setParent(IValueParent parent)
Sets parent this value |
|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||