Eclipse CDT
7.0

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

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

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

Subinterfaces of ICPPASTName in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTConversionName
          This interface represents a C++ conversion member function.
 interface ICPPASTOperatorName
          This interface represents a C++ overloaded operator member function name.
 interface ICPPASTQualifiedName
          This interface is a qualified name in C++.
 interface ICPPASTTemplateId
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTName
 ICPPASTName ICPPASTName.copy()
           
 ICPPASTName ICPPASTName.copy(IASTNode.CopyStyle style)
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTName
 void ICPPASTQualifiedName.setLastName(ICPPASTName name)
          Sets the last name.
 


Eclipse CDT
7.0

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