Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.model.aif |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
IValueParent |
IValueParent.getParent()
Returns the parent of this value
|
Modifier and Type | Method and Description |
---|---|
void |
IValueParent.setParent(IValueParent parent)
Sets parent this value
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.