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

Public Types | |
typedef std::auto_ptr< DoStatementAST > | Node |
enum | { Type = NodeType_DoStatement } |
Public Member Functions | |
DoStatementAST () | |
ConditionAST * | condition () const |
void | setCondition (ConditionAST::Node &condition) |
StatementAST * | statement () |
void | setStatement (StatementAST::Node &statement) |
Private Member Functions | |
DoStatementAST (const DoStatementAST &source) | |
void | operator= (const DoStatementAST &source) |
Private Attributes | |
ConditionAST::Node | m_condition |
StatementAST::Node | m_statement |
Member Typedef Documentation
|
Reimplemented from StatementAST. Definition at line 1250 of file ast.h. Referenced by Parser::parseDoStatement(). |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
|
|
|
|
Definition at line 859 of file ast.cpp. References m_condition, ConditionAST::Node, and setCondition(). Referenced by setCondition(). |
|
Definition at line 865 of file ast.cpp. References m_statement, StatementAST::Node, and setStatement(). Referenced by setStatement(). |
|
Definition at line 1261 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
Member Data Documentation
|
Definition at line 1265 of file ast.h. Referenced by setCondition(). |
|
Definition at line 1266 of file ast.h. Referenced by setStatement(). |
The documentation for this class was generated from the following files: