PTP
Release 5.0

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

All Superinterfaces:
IAIFType

public interface IAIFTypeUnion
extends IAIFType

Represents a union type. A union is similar to an aggregate, but all fields begin at the same location in memory.


Method Summary
 String[] getFieldNames()
          Returns an array containing the field names of this type
 IAIFType[] getFieldTypes()
          Returns an array containing the types of each field
 String getName()
          Returns name of this type
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

getName

String getName()
Returns name of this type

Returns:
name of this type

getFieldNames

String[] getFieldNames()
Returns an array containing the field names of this type

Returns:
array of field names
Since:
4.0

getFieldTypes

IAIFType[] getFieldTypes()
Returns an array containing the types of each field

Returns:
array of this type
Since:
4.0

PTP
Release 5.0

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