PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model.aif
Interface IValueParent

All Superinterfaces:
IAIFValue
All Known Subinterfaces:
IAIFValueArray, IAIFValueFloat, IAIFValueNamed, IAIFValuePointer, IAIFValueReference, IValueDerived

public interface IValueParent
extends IAIFValue

Represents value that has a parent


Method Summary
 IValueParent getParent()
          Returns the parent of this value
 void setParent(IValueParent parent)
          Sets parent this value
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

getParent

IValueParent getParent()
Returns the parent of this value

Returns:
parent of this value

setParent

void setParent(IValueParent parent)
Sets parent this value

Parameters:
parent - parent of this this value

PTP
Release 7.0

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