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

Public Types | |
typedef std::auto_ptr< StatementAST > | Node |
enum | { Type = NodeType_Statement } |
Public Member Functions | |
StatementAST () | |
Private Member Functions | |
StatementAST (const StatementAST &source) | |
void | operator= (const StatementAST &source) |
Member Typedef Documentation
|
Reimplemented from AST. Reimplemented in ExpressionStatementAST, IfStatementAST, WhileStatementAST, DoStatementAST, ForStatementAST, SwitchStatementAST, StatementListAST, and DeclarationStatementAST. Definition at line 1126 of file ast.h. Referenced by StatementListAST::addStatement(), SwitchStatementAST::setStatement(), ForStatementAST::setStatement(), DoStatementAST::setStatement(), WhileStatementAST::setStatement(), IfStatementAST::setStatement(), and Parser::skipExpressionStatement(). |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
|
The documentation for this class was generated from the following files: