Eclipse CDT
Pre-release 3.0

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

Packages that use IASTFunctionDeclarator
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.dom.ast.gnu.c   
 

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

Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast
 interface IASTStandardFunctionDeclarator
          This is a declarator for a non K&R C function.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTFunctionDeclarator
 IASTFunctionDeclarator IASTFunctionDefinition.getDeclarator()
          Get the declarator for the function.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTFunctionDeclarator
 void IASTFunctionDefinition.setDeclarator(IASTFunctionDeclarator declarator)
          Set the declarator for the function.
 

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

Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTFunctionDeclarator
          C++ adds a few things to function declarators.
 interface ICPPASTFunctionTryBlockDeclarator
          This is a function try block declarator.
 

Uses of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.gnu.c
 

Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.gnu.c
 interface ICASTKnRFunctionDeclarator
          This is the declarator for a K&R C Function.
 


Eclipse CDT
Pre-release 3.0

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