Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionCallExpression

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

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

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTFunctionCallExpression
 ICPPASTFunctionCallExpression ICPPASTFunctionCallExpression.copy()
           
 ICPPASTFunctionCallExpression ICPPASTFunctionCallExpression.copy(IASTNode.CopyStyle style)
           
 ICPPASTFunctionCallExpression ICPPNodeFactory.newFunctionCallExpression(IASTExpression idExpr, IASTExpression argList)
          Deprecated. Replaced by ICPPNodeFactory.newFunctionCallExpression(IASTExpression, IASTInitializerClause[]).
 ICPPASTFunctionCallExpression ICPPNodeFactory.newFunctionCallExpression(IASTExpression idExpr, IASTInitializerClause[] arguments)
           
 


Eclipse CDT
7.0

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