PTP
Release 7.0

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

All Superinterfaces:
IAIFValue, IValueDerived, IValueParent

public interface IAIFValueArray
extends IValueDerived

Represents the values of an array type


Method Summary
 IAIFValue[] getValues()
          Returns the array elements
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueParent
getParent, setParent
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

getValues

IAIFValue[] getValues()
Returns the array elements

Returns:
array elements

PTP
Release 7.0

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