#include <pAST.h>

Public Types | |
| enum | opKind { EXIT, ISSET, UNSET, EMPTY, CLONE, INCLUDE, INCLUDE_ONCE, REQUIRE, REQUIRE_ONCE, PRINT, ECHO, IGNORE_WARNING, THROW } |
Public Member Functions | |
| builtin (pParseContext &C, opKind op, const expressionList *s=NULL) | |
| opKind | opKind () const |
| pUInt | numArgs () const |
| stmt::child_iterator | child_begin () |
| stmt::child_iterator | child_end () |
| IMPLEMENT_SUPPORT_MEMBERS (builtin) | |
Protected Member Functions | |
| builtin (const builtin &other, pParseContext &C) | |
Private Attributes | |
| stmt ** | children_ |
| pUInt | numChildren_ |
| opKind | opKind_ |
| rphp::AST::builtin::builtin | ( | const builtin & | other, | |
| pParseContext & | C | |||
| ) | [inline, protected] |
| rphp::AST::builtin::builtin | ( | pParseContext & | C, | |
| opKind | op, | |||
| const expressionList * | s = NULL | |||
| ) | [inline] |
| opKind rphp::AST::builtin::opKind | ( | ) | const [inline] |
| pUInt rphp::AST::builtin::numArgs | ( | ) | const [inline] |
| stmt::child_iterator rphp::AST::builtin::child_begin | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| stmt::child_iterator rphp::AST::builtin::child_end | ( | ) | [inline, virtual] |
Implements rphp::AST::stmt.
| rphp::AST::builtin::IMPLEMENT_SUPPORT_MEMBERS | ( | builtin | ) |
stmt** rphp::AST::builtin::children_ [private] |
pUInt rphp::AST::builtin::numChildren_ [private] |
opKind rphp::AST::builtin::opKind_ [private] |
1.5.4