KDevelop API Documentation

NamespaceAST Class Reference

#include <ast.h>

Inheritance diagram for NamespaceAST:

DeclarationAST AST List of all members.

Public Types

typedef std::auto_ptr< NamespaceASTNode
enum  { Type = NodeType_Namespace }

Public Member Functions

 NamespaceAST ()
ASTnamespaceName ()
void setNamespaceName (AST::Node &namespaceName)
LinkageBodyASTlinkageBody ()
void setLinkageBody (LinkageBodyAST::Node &linkageBody)

Private Member Functions

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

Private Attributes

AST::Node m_namespaceName
LinkageBodyAST::Node m_linkageBody

Member Typedef Documentation

typedef std::auto_ptr<NamespaceAST> NamespaceAST::Node
 

Reimplemented from DeclarationAST.

Definition at line 700 of file ast.h.

Referenced by Parser::parseNamespace().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 701 of file ast.h.


Constructor & Destructor Documentation

NamespaceAST::NamespaceAST  ) 
 

Definition at line 310 of file ast.cpp.

NamespaceAST::NamespaceAST const NamespaceAST source  )  [private]
 


Member Function Documentation

LinkageBodyAST* NamespaceAST::linkageBody  )  [inline]
 

Definition at line 711 of file ast.h.

Referenced by TreeParser::parseNamespace().

AST* NamespaceAST::namespaceName  )  [inline]
 

Definition at line 708 of file ast.h.

Referenced by TagCreator::parseNamespace(), StoreWalker::parseNamespace(), and ComputeRecoveryPoints::parseNamespace().

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

void NamespaceAST::setLinkageBody LinkageBodyAST::Node linkageBody  ) 
 

Definition at line 320 of file ast.cpp.

References m_linkageBody, LinkageBodyAST::Node, and setLinkageBody().

Referenced by setLinkageBody().

void NamespaceAST::setNamespaceName AST::Node namespaceName  ) 
 

Definition at line 314 of file ast.cpp.

References m_namespaceName, AST::Node, and setNamespaceName().

Referenced by setNamespaceName().


Member Data Documentation

LinkageBodyAST::Node NamespaceAST::m_linkageBody [private]
 

Definition at line 716 of file ast.h.

Referenced by setLinkageBody().

AST::Node NamespaceAST::m_namespaceName [private]
 

Definition at line 715 of file ast.h.

Referenced by setNamespaceName().


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 Wed Oct 6 17:39:26 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003