KDevelop API Documentation

StatementListAST Class Reference

#include <ast.h>

Inheritance diagram for StatementListAST:

Inheritance graph
[legend]
Collaboration diagram for StatementListAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< StatementListASTNode
enum  { Type = NodeType_StatementList }

Public Member Functions

 StatementListAST ()
QPtrList< StatementASTstatementList ()
void addStatement (StatementAST::Node &statement)

Private Member Functions

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

Private Attributes

QPtrList< StatementASTm_statementList

Member Typedef Documentation

typedef std::auto_ptr<StatementListAST> StatementListAST::Node
 

Reimplemented from StatementAST.

Definition at line 1336 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 1337 of file ast.h.


Constructor & Destructor Documentation

StatementListAST::StatementListAST  ) 
 

Definition at line 800 of file ast.cpp.

References m_statementList.

StatementListAST::StatementListAST const StatementListAST source  )  [private]
 


Member Function Documentation

void StatementListAST::addStatement StatementAST::Node statement  ) 
 

Definition at line 805 of file ast.cpp.

References m_statementList.

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

QPtrList<StatementAST> StatementListAST::statementList  )  [inline]
 

Definition at line 1344 of file ast.h.

Referenced by CppCodeCompletion::computeContext().


Member Data Documentation

QPtrList<StatementAST> StatementListAST::m_statementList [private]
 

Definition at line 1348 of file ast.h.

Referenced by addStatement(), and StatementListAST().


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:48:06 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003