Zen
A cross-platform functional programming language
|
Base class for typedef declarations, typically used to declare native types. More...
#include <Ast.hpp>
Public Member Functions | |
TypeDecl (const AccessType::T &accessType, const z::string &name, const NativeType &ntype) | |
Default constructor. | |
Private Member Functions | |
virtual void | visit (TypeSpec::Visitor &visitor) const |
Visitor pattern implementation. |
Base class for typedef declarations, typically used to declare native types.
TypeDecl | ( | const AccessType::T & | accessType, |
const z::string & | name, | ||
const NativeType & | ntype | ||
) | [inline] |
Default constructor.
accessType | The AccessType for this typedef declaration |
name | Name of this typedef declaration |
ntype | The NativeType of this typedef declaration. |
void visit | ( | TypeSpec::Visitor & | visitor | ) | const [private, virtual] |