|
topazc
|
Statement of variable declaration. More...
#include <ast.hpp>


Public Member Functions | |
| VarDeclStmt (AccessModifier am, Type t, ExprPtr e, std::string n, uint32_t l) | |
| ~VarDeclStmt () override=default | |
| Public Member Functions inherited from AST::Stmt | |
| Stmt (uint32_t l) | |
| virtual | ~Stmt ()=default |
Public Attributes | |
| AccessModifier | access |
| Type | type |
| ExprPtr | expr |
| std::string | name |
| Public Attributes inherited from AST::Stmt | |
| uint32_t | line |
|
inline |
|
overridedefault |
| AccessModifier AST::VarDeclStmt::access |
| ExprPtr AST::VarDeclStmt::expr |