Eclipse CDT
7.0

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

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

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

Subinterfaces of ICPPASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTFunctionTryBlockDeclarator
          Deprecated. 
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTFunctionDeclarator
 ICPPASTFunctionDeclarator ICPPASTFunctionDeclarator.copy()
           
 ICPPASTFunctionDeclarator ICPPASTFunctionDeclarator.copy(IASTNode.CopyStyle style)
           
 ICPPASTFunctionDeclarator ICPPASTLambdaExpression.getDeclarator()
          Returns the lambda declarator for this lambda expression, or null in case it was not specified.
 ICPPASTFunctionDeclarator ICPPNodeFactory.newFunctionDeclarator(IASTName name)
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTFunctionDeclarator
 void ICPPASTLambdaExpression.setDeclarator(ICPPASTFunctionDeclarator dtor)
          Not allowed on frozen AST.
 


Eclipse CDT
7.0

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