#include <pAST.h>

Public Member Functions | |
| catchStmt (const pSourceRange &className, const pSourceRange &varName, pParseContext &C, block *body) | |
| pIdentString | className (void) const |
| pIdentString | varName (void) const |
| stmt::child_iterator | child_begin () |
| stmt::child_iterator | child_end () |
| IMPLEMENT_SUPPORT_MEMBERS (catchStmt) | |
Protected Member Functions | |
| catchStmt (const catchStmt &other, pParseContext &C) | |
Private Attributes | |
| llvm::PooledStringPtr | className_ |
| llvm::PooledStringPtr | varName_ |
| block * | body_ |
| rphp::AST::catchStmt::catchStmt | ( | const catchStmt & | other, | |
| pParseContext & | C | |||
| ) | [inline, protected] |
| rphp::AST::catchStmt::catchStmt | ( | const pSourceRange & | className, | |
| const pSourceRange & | varName, | |||
| pParseContext & | C, | |||
| block * | body | |||
| ) | [inline] |
| pIdentString rphp::AST::catchStmt::className | ( | void | ) | const [inline] |
| pIdentString rphp::AST::catchStmt::varName | ( | void | ) | const [inline] |
| stmt::child_iterator rphp::AST::catchStmt::child_begin | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| stmt::child_iterator rphp::AST::catchStmt::child_end | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| rphp::AST::catchStmt::IMPLEMENT_SUPPORT_MEMBERS | ( | catchStmt | ) |
llvm::PooledStringPtr rphp::AST::catchStmt::className_ [private] |
llvm::PooledStringPtr rphp::AST::catchStmt::varName_ [private] |
block* rphp::AST::catchStmt::body_ [private] |
1.5.4