#include <pAST.h>

Public Member Functions | |
| assignment (expr *lVal, expr *rVal, bool r) | |
| expr * | lVal (void) |
| expr * | rVal (void) |
| bool | byRef (void) const |
| stmt::child_iterator | child_begin () |
| stmt::child_iterator | child_end () |
| IMPLEMENT_SUPPORT_MEMBERS (assignment) | |
Protected Member Functions | |
| assignment (const assignment &other, pParseContext &C) | |
Private Types | |
| enum | { LVAL, RVAL, END_EXPR } |
Private Attributes | |
| stmt * | children_ [END_EXPR] |
| bool | byRef_ |
| rphp::AST::assignment::assignment | ( | const assignment & | other, | |
| pParseContext & | C | |||
| ) | [inline, protected] |
| expr* rphp::AST::assignment::lVal | ( | void | ) | [inline] |
| expr* rphp::AST::assignment::rVal | ( | void | ) | [inline] |
| bool rphp::AST::assignment::byRef | ( | void | ) | const [inline] |
| stmt::child_iterator rphp::AST::assignment::child_begin | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| stmt::child_iterator rphp::AST::assignment::child_end | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| rphp::AST::assignment::IMPLEMENT_SUPPORT_MEMBERS | ( | assignment | ) |
stmt* rphp::AST::assignment::children_[END_EXPR] [private] |
bool rphp::AST::assignment::byRef_ [private] |
1.5.4