Eclipse CDT
Pre-release 3.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTFunctionCallExpression
 IASTFunctionCallExpression IASTFunctionCallExpression.copy()
           
 IASTFunctionCallExpression INodeFactory.newFunctionCallExpression(IASTExpression idExpr, IASTExpression argList)
           
 

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

Subinterfaces of IASTFunctionCallExpression in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTFunctionCallExpression
           
 


Eclipse CDT
Pre-release 3.0

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