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 ICPPDeferredFunction
          Represents a reference to a function which cannot be resolved because an argument depends on a template parameter.
 interface ICPPFunction
          Binding for c++ functions.
 interface ICPPFunctionTemplate
          Interface for function templates
 interface ICPPMethod
          Base interface for methods, also used for constructors.
 interface ICPPMethodSpecialization
          Specialization of a method.
 


Eclipse CDT
7.0

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