Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IFunctionType

Packages that use IFunctionType
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IFunctionType in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IFunctionType
 IFunctionType IFunction.getType()
          Get the IFunctionType for this function
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IFunctionType
static String ASTTypeUtil.getParameterTypeString(IFunctionType type)
          Returns a String represnetation of the parameter type of an IFunctionType.
static String[] ASTTypeUtil.getParameterTypeStringArray(IFunctionType type)
          Returns String[] corresponding to the types of the parameters for the IFunctionType.
 

Uses of IFunctionType in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of IFunctionType in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPFunctionType
           
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.