Eclipse CDT
7.0

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

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

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

Subinterfaces of ICPPASTNameSpecifier in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTConversionName
          This interface represents a C++ conversion member function.
 interface ICPPASTDecltypeSpecifier
          C++ AST node for decltype-specifiers.
 interface ICPPASTName
          AST node for names in C++ translation units.
 interface ICPPASTOperatorName
          This interface represents a C++ overloaded operator member function name.
 interface ICPPASTQualifiedName
          This interface is a qualified name in C++.
 interface ICPPASTTemplateId
           
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPASTNameSpecifier
static ICPPASTNameSpecifier[] ICPPASTNameSpecifier.EMPTY_NAME_SPECIFIER_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTNameSpecifier
 ICPPASTNameSpecifier ICPPASTNameSpecifier.copy()
           
 ICPPASTNameSpecifier ICPPASTNameSpecifier.copy(IASTNode.CopyStyle style)
           
 ICPPASTNameSpecifier[] ICPPASTQualifiedName.getAllSegments()
          Returns all segments of the name.
 ICPPASTNameSpecifier[] ICPPASTQualifiedName.getQualifier()
          Returns all segments of the name but the last.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTNameSpecifier
 void ICPPASTQualifiedName.addNameSpecifier(ICPPASTNameSpecifier nameSpecifier)
          Adds a segment to the end of the qualifier.
 


Eclipse CDT
7.0

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