KDevelop API Documentation

ClassOrNamespaceNameAST Class Reference

#include <ast.h>

Inheritance diagram for ClassOrNamespaceNameAST:

Inheritance graph
[legend]
Collaboration diagram for ClassOrNamespaceNameAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< ClassOrNamespaceNameASTNode
enum  { Type = NodeType_ClassOrNamespaceName }

Public Member Functions

 ClassOrNamespaceNameAST ()
ASTname ()
void setName (AST::Node &name)
TemplateArgumentListASTtemplateArgumentList ()
void setTemplateArgumentList (TemplateArgumentListAST::Node &templateArgumentList)
virtual QString text () const

Private Member Functions

 ClassOrNamespaceNameAST (const ClassOrNamespaceNameAST &source)
void operator= (const ClassOrNamespaceNameAST &source)

Private Attributes

AST::Node m_name
TemplateArgumentListAST::Node m_templateArgumentList

Member Typedef Documentation

typedef std::auto_ptr<ClassOrNamespaceNameAST> ClassOrNamespaceNameAST::Node
 

Reimplemented from AST.

Definition at line 323 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 324 of file ast.h.


Constructor & Destructor Documentation

ClassOrNamespaceNameAST::ClassOrNamespaceNameAST  ) 
 

Definition at line 446 of file ast.cpp.

ClassOrNamespaceNameAST::ClassOrNamespaceNameAST const ClassOrNamespaceNameAST source  )  [private]
 


Member Function Documentation

AST* ClassOrNamespaceNameAST::name  )  [inline]
 

Definition at line 331 of file ast.h.

References m_name.

Referenced by TagCreator::parseBaseClause().

void ClassOrNamespaceNameAST::operator= const ClassOrNamespaceNameAST source  )  [private]
 

void ClassOrNamespaceNameAST::setName AST::Node name  ) 
 

Definition at line 450 of file ast.cpp.

References m_name.

void ClassOrNamespaceNameAST::setTemplateArgumentList TemplateArgumentListAST::Node templateArgumentList  ) 
 

Definition at line 456 of file ast.cpp.

References m_templateArgumentList.

TemplateArgumentListAST* ClassOrNamespaceNameAST::templateArgumentList  )  [inline]
 

Definition at line 334 of file ast.h.

References m_templateArgumentList.

QString ClassOrNamespaceNameAST::text  )  const [virtual]
 

Reimplemented from AST.

Definition at line 462 of file ast.cpp.

References m_name, and m_templateArgumentList.

Referenced by StoreWalker::parseClassSpecifier(), StoreWalker::parseDeclaration(), TagCreator::parseFunctionDeclaration(), StoreWalker::parseFunctionDeclaration(), TagCreator::parseFunctionDefinition(), StoreWalker::parseFunctionDefinition(), TagCreator::parseMyDeclaration(), and StoreWalker::parseUsingDirective().


Member Data Documentation

AST::Node ClassOrNamespaceNameAST::m_name [private]
 

Definition at line 340 of file ast.h.

Referenced by name(), setName(), and text().

TemplateArgumentListAST::Node ClassOrNamespaceNameAST::m_templateArgumentList [private]
 

Definition at line 341 of file ast.h.

Referenced by setTemplateArgumentList(), templateArgumentList(), and text().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:37:56 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003