KDevelop API Documentation

UsingAST Class Reference

#include <ast.h>

Inheritance diagram for UsingAST:

DeclarationAST AST List of all members.

Public Types

typedef std::auto_ptr< UsingASTNode
enum  { Type = NodeType_Using }

Public Member Functions

 UsingAST ()
ASTtypeName ()
 Return the type name for this AST node. (for XML output).

void setTypeName (AST::Node &typeName)
NameASTname ()
void setName (NameAST::Node &name)

Private Member Functions

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

Private Attributes

AST::Node m_typeName
NameAST::Node m_name

Member Typedef Documentation

typedef std::auto_ptr<UsingAST> UsingAST::Node
 

Reimplemented from DeclarationAST.

Definition at line 752 of file ast.h.

Referenced by Parser::parseUsing().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 753 of file ast.h.


Constructor & Destructor Documentation

UsingAST::UsingAST  ) 
 

Definition at line 345 of file ast.cpp.

UsingAST::UsingAST const UsingAST source  )  [private]
 


Member Function Documentation

NameAST* UsingAST::name  )  [inline]
 

Definition at line 763 of file ast.h.

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

void UsingAST::setName NameAST::Node name  ) 
 

Definition at line 355 of file ast.cpp.

References m_name, NameAST::Node, and setName().

Referenced by setName().

void UsingAST::setTypeName AST::Node typeName  ) 
 

Definition at line 349 of file ast.cpp.

References m_typeName, AST::Node, and setTypeName().

Referenced by setTypeName().

AST* UsingAST::typeName  )  [inline, virtual]
 

Return the type name for this AST node. (for XML output).

Implements AST.

Definition at line 760 of file ast.h.


Member Data Documentation

NameAST::Node UsingAST::m_name [private]
 

Definition at line 768 of file ast.h.

Referenced by setName().

AST::Node UsingAST::m_typeName [private]
 

Definition at line 767 of file ast.h.

Referenced by setTypeName().


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:02:08 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003