Eclipse CDT
Pre-release 3.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTStandardFunctionDeclarator
 IASTStandardFunctionDeclarator IASTStandardFunctionDeclarator.copy()
           
 IASTStandardFunctionDeclarator INodeFactory.newFunctionDeclarator(IASTName name)
           
 

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

Subinterfaces of IASTStandardFunctionDeclarator in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTFunctionDeclarator
          C++ adds a few things to function declarators.
 interface ICPPASTFunctionTryBlockDeclarator
          Deprecated. 
 


Eclipse CDT
Pre-release 3.0

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