UsingAST Class Reference
#include <ast.h>
Inheritance diagram for UsingAST:


Public Types | |
typedef std::auto_ptr< UsingAST > | Node |
enum | { Type = NodeType_Using } |
Public Member Functions | |
UsingAST () | |
AST * | typeName () |
Return the type name for this AST node. (for XML output). | |
void | setTypeName (AST::Node &typeName) |
NameAST * | name () |
void | setName (NameAST::Node &name) |
Private Member Functions | |
UsingAST (const UsingAST &source) | |
void | operator= (const UsingAST &source) |
Private Attributes | |
AST::Node | m_typeName |
NameAST::Node | m_name |
Member Typedef Documentation
|
Reimplemented from DeclarationAST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
|
|
|
|
Definition at line 355 of file ast.cpp. References m_name. |
|
Definition at line 349 of file ast.cpp. References m_typeName. |
|
Return the type name for this AST node. (for XML output).
Implements AST. |
Member Data Documentation
|
Definition at line 768 of file ast.h. Referenced by setName(). |
|
Definition at line 767 of file ast.h. Referenced by setTypeName(). |
The documentation for this class was generated from the following files: