PTP
Release 5.0

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

All Superinterfaces:
IAIFType

public interface IAIFTypeFunction
extends IAIFType

Represents function type in IAIFType


Method Summary
 IAIFType[] getArgumentTypes()
          Get the function argument types
 IAIFType getReturnType()
          Get the return type of the function
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

getReturnType

IAIFType getReturnType()
Get the return type of the function

Returns:
return type
Since:
5.0

getArgumentTypes

IAIFType[] getArgumentTypes()
Get the function argument types

Since:
5.0

PTP
Release 5.0

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