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

Public Types | |
typedef std::auto_ptr< SwitchStatementAST > | Node |
enum | { Type = NodeType_SwitchStatement } |
Public Member Functions | |
SwitchStatementAST () | |
ConditionAST * | condition () const |
void | setCondition (ConditionAST::Node &condition) |
StatementAST * | statement () |
void | setStatement (StatementAST::Node &statement) |
Private Member Functions | |
SwitchStatementAST (const SwitchStatementAST &source) | |
void | operator= (const SwitchStatementAST &source) |
Private Attributes | |
ConditionAST::Node | m_condition |
StatementAST::Node | m_statement |
Member Typedef Documentation
|
Reimplemented from StatementAST. Definition at line 1310 of file ast.h. Referenced by Parser::parseSwitchStatement(). |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
Definition at line 1318 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
|
|
|
Definition at line 905 of file ast.cpp. References m_condition, ConditionAST::Node, and setCondition(). Referenced by setCondition(). |
|
Definition at line 911 of file ast.cpp. References m_statement, StatementAST::Node, and setStatement(). Referenced by setStatement(). |
|
Definition at line 1321 of file ast.h. Referenced by CppCodeCompletion::computeContext(). |
Member Data Documentation
|
Definition at line 1325 of file ast.h. Referenced by setCondition(). |
|
Definition at line 1326 of file ast.h. Referenced by setStatement(). |
The documentation for this class was generated from the following files: