Eclipse CDT
7.0

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

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

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

Subinterfaces of ICPPASTDeclarator in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTArrayDeclarator
          Array declarator for C++
 interface ICPPASTFieldDeclarator
          Field declarator for c++.
 interface ICPPASTFunctionDeclarator
          C++ adds a few things to function declarators.
 interface ICPPASTFunctionTryBlockDeclarator
          Deprecated. 
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTDeclarator
 ICPPASTDeclarator ICPPASTParameterDeclaration.getDeclarator()
           
 ICPPASTDeclarator ICPPNodeFactory.newDeclarator(IASTName name)
           
 


Eclipse CDT
7.0

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