Eclipse CDT
7.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IFunction
static boolean ASTTypeUtil.functionTakesParameters(IFunction function)
           
 

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

Subinterfaces of IFunction in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPConstructor
           
 interface ICPPFunction
          Binding for c++ functions.
 interface ICPPFunctionTemplate
          Interface for function templates
 interface ICPPMethod
          Base interface for methods, also used for constructors.
 


Eclipse CDT
7.0

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