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

Public Types | |
typedef std::auto_ptr< DeclarationStatementAST > | Node |
enum | { Type = NodeType_DeclarationStatement } |
Public Member Functions | |
DeclarationStatementAST () | |
DeclarationAST * | declaration () |
void | setDeclaration (DeclarationAST::Node &declaration) |
Private Member Functions | |
DeclarationStatementAST (const DeclarationStatementAST &source) | |
void | operator= (const DeclarationStatementAST &source) |
Private Attributes | |
DeclarationAST::Node | m_declaration |
Member Typedef Documentation
|
Reimplemented from StatementAST. Definition at line 1358 of file ast.h. Referenced by Parser::parseDeclarationStatement(). |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
Definition at line 1366 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
|
|
|
Definition at line 922 of file ast.cpp. References m_declaration, DeclarationAST::Node, and setDeclaration(). Referenced by setDeclaration(). |
Member Data Documentation
|
Definition at line 1370 of file ast.h. Referenced by setDeclaration(). |
The documentation for this class was generated from the following files: