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


Public Types | |
typedef std::auto_ptr< WhileStatementAST > | Node |
enum | { Type = NodeType_WhileStatement } |
Public Member Functions | |
WhileStatementAST () | |
ConditionAST * | condition () const |
void | setCondition (ConditionAST::Node &condition) |
StatementAST * | statement () |
void | setStatement (StatementAST::Node &statement) |
Private Member Functions | |
WhileStatementAST (const WhileStatementAST &source) | |
void | operator= (const WhileStatementAST &source) |
Private Attributes | |
ConditionAST::Node | m_condition |
StatementAST::Node | m_statement |
Member Typedef Documentation
|
Reimplemented from StatementAST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
Definition at line 1232 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
|
|
|
Definition at line 842 of file ast.cpp. References m_condition. |
|
Definition at line 848 of file ast.cpp. References m_statement. |
|
Definition at line 1235 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
Member Data Documentation
|
Definition at line 1239 of file ast.h. Referenced by setCondition(). |
|
Definition at line 1240 of file ast.h. Referenced by setStatement(). |
The documentation for this class was generated from the following files: