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

Public Types | |
typedef std::auto_ptr< TypeParameterAST > | Node |
enum | { Type = NodeType_TypeParameter } |
Public Member Functions | |
TypeParameterAST () | |
AST * | kind () |
void | setKind (AST::Node &kind) |
TemplateParameterListAST * | templateParameterList () |
void | setTemplateParameterList (std::auto_ptr< class TemplateParameterListAST > &templateParameterList) |
NameAST * | name () |
void | setName (NameAST::Node &name) |
AST * | typeId () |
void | setTypeId (AST::Node &typeId) |
Private Member Functions | |
TypeParameterAST (const TypeParameterAST &source) | |
void | operator= (const TypeParameterAST &source) |
Private Attributes | |
AST::Node | m_kind |
std::auto_ptr< class TemplateParameterListAST > | m_templateParameterList |
NameAST::Node | m_name |
AST::Node | m_typeId |
Member Typedef Documentation
|
Reimplemented from AST. Definition at line 383 of file ast.h. Referenced by Parser::parseTemplateParameter(), and TemplateParameterAST::setTypeParameter(). |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
Definition at line 1099 of file ast.cpp. References m_kind, AST::Node, and setKind(). Referenced by setKind(). |
|
Definition at line 1111 of file ast.cpp. References m_name, NameAST::Node, and setName(). Referenced by setName(). |
|
|
|
Definition at line 1117 of file ast.cpp. References m_typeId, and setTypeId(). Referenced by setTypeId(). |
|
|
|
|
Member Data Documentation
|
Definition at line 404 of file ast.h. Referenced by setKind(). |
|
Definition at line 406 of file ast.h. Referenced by setName(). |
|
|
|
Definition at line 407 of file ast.h. Referenced by setTypeId(). |
The documentation for this class was generated from the following files: