Eclipse CDT
7.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()
          Returns the IFunctionType for this function
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IFunctionType
static java.lang.String ASTTypeUtil.getParameterTypeString(IFunctionType type)
          Returns a string representation for the parameters of the given function type.
static java.lang.String[] ASTTypeUtil.getParameterTypeStringArray(IFunctionType type)
          Returns an array of normalized string representations for the parameter types of the given function type.
 

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
7.0

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