#include <ast.h>
Inheritance diagram for UsingDirectiveAST:


Definition at line 919 of file ast.h.
Public Types | |
| enum | |
Public Member Functions | |
| UsingDirectiveAST () | |
| NameAST * | name () const |
| void | setName (NameAST *name) |
Private Member Functions | |
| UsingDirectiveAST (const UsingDirectiveAST &source) | |
| void | operator= (const UsingDirectiveAST &source) |
Private Attributes | |
| NameAST * | m_name |
| anonymous enum |
| UsingDirectiveAST::UsingDirectiveAST | ( | ) |
| UsingDirectiveAST::UsingDirectiveAST | ( | const UsingDirectiveAST & | source | ) | [private] |
| NameAST* UsingDirectiveAST::name | ( | ) | const [inline] |
Definition at line 927 of file ast.h.
References m_name.
Referenced by Semantic::parseUsingDirective(), TreeWalker::parseUsingDirective(), and setName().
00927 { return m_name; }
| void UsingDirectiveAST::setName | ( | NameAST * | name | ) |
| void UsingDirectiveAST::operator= | ( | const UsingDirectiveAST & | source | ) | [private] |
NameAST* UsingDirectiveAST::m_name [private] |
1.5.1