KDevelop API Documentation

ClassOrNamespaceNameAST Class Reference

#include <ast.h>

Inheritance diagram for ClassOrNamespaceNameAST:

AST 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.

Referenced by Parser::parseName(), and NameAST::setUnqualifiedName().


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.

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, AST::Node, and setName().

Referenced by setName().

void ClassOrNamespaceNameAST::setTemplateArgumentList TemplateArgumentListAST::Node templateArgumentList  ) 
 

Definition at line 456 of file ast.cpp.

References m_templateArgumentList, TemplateArgumentListAST::Node, and setTemplateArgumentList().

Referenced by setTemplateArgumentList().

TemplateArgumentListAST* ClassOrNamespaceNameAST::templateArgumentList  )  [inline]
 

Definition at line 334 of file ast.h.

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 setName(), and text().

TemplateArgumentListAST::Node ClassOrNamespaceNameAST::m_templateArgumentList [private]
 

Definition at line 341 of file ast.h.

Referenced by setTemplateArgumentList(), 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.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:59 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003