|
topazc
|
Variable expression container. More...
#include <ast.hpp>


Public Member Functions | |
| VarExpr (std::string n, uint32_t l) | |
| ~VarExpr () override=default | |
| Public Member Functions inherited from AST::Expr | |
| Expr (uint32_t l) | |
| virtual | ~Expr ()=default |
Public Attributes | |
| std::string | name |
| Public Attributes inherited from AST::Expr | |
| uint32_t | line |
Variable expression container.
Is the container of variable expression (aka <var_name>)
|
inline |
|
overridedefault |