|
topazc
|
Statement of 'return'. More...
#include <ast.hpp>


Public Member Functions | |
| ReturnStmt (ExprPtr e, uint32_t l) | |
| ~ReturnStmt () override=default | |
| Public Member Functions inherited from AST::Stmt | |
| Stmt (uint32_t l) | |
| virtual | ~Stmt ()=default |
Public Attributes | |
| ExprPtr | expr |
| Public Attributes inherited from AST::Stmt | |
| uint32_t | line |
|
inline |
|
overridedefault |