umbrello/umbrello
IfStatementAST Class Reference
#include <ast.h>
Inheritance diagram for IfStatementAST:

Public Types | |
| enum | { Type = NodeType_IfStatement } |
| typedef AUTO_PTR< IfStatementAST > | Node |
Public Member Functions | |
| IfStatementAST () | |
| ConditionAST * | condition () const |
| StatementAST * | elseStatement () |
| void | setCondition (ConditionAST::Node &condition) |
| void | setElseStatement (StatementAST::Node &statement) |
| void | setStatement (StatementAST::Node &statement) |
| StatementAST * | statement () |
Detailed Description
Definition at line 1186 of file ast.h.
Member Typedef Documentation
| typedef AUTO_PTR<IfStatementAST> IfStatementAST::Node |
Reimplemented from StatementAST.
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| ConditionAST* IfStatementAST::condition | ( | ) | const [inline] |
| StatementAST* IfStatementAST::elseStatement | ( | ) | [inline] |
| void IfStatementAST::setCondition | ( | ConditionAST::Node & | condition | ) |
| void IfStatementAST::setElseStatement | ( | StatementAST::Node & | statement | ) |
| void IfStatementAST::setStatement | ( | StatementAST::Node & | statement | ) |
| StatementAST* IfStatementAST::statement | ( | ) | [inline] |
The documentation for this class was generated from the following files:
KDE 4.5 API Reference