StatementListAST Class Reference
#include <ast.h>
Inheritance diagram for StatementListAST:


Public Types | |
typedef std::auto_ptr< StatementListAST > | Node |
enum | { Type = NodeType_StatementList } |
Public Member Functions | |
StatementListAST () | |
QPtrList< StatementAST > | statementList () |
void | addStatement (StatementAST::Node &statement) |
Private Member Functions | |
StatementListAST (const StatementListAST &source) | |
void | operator= (const StatementListAST &source) |
Private Attributes | |
QPtrList< StatementAST > | m_statementList |
Member Typedef Documentation
|
Reimplemented from StatementAST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
Definition at line 800 of file ast.cpp. References m_statementList. |
|
|
Member Function Documentation
|
Definition at line 805 of file ast.cpp. References m_statementList. |
|
|
|
Definition at line 1344 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
Member Data Documentation
|
Definition at line 1348 of file ast.h. Referenced by addStatement(), and StatementListAST(). |
The documentation for this class was generated from the following files: