Statement of assignment of variable.
More...
#include <ast.hpp>
Statement of assignment of variable.
Definition at line 300 of file ast.hpp.
◆ VarAsgnStmt()
| AST::VarAsgnStmt::VarAsgnStmt |
( |
std::string | n, |
|
|
ExprPtr | e, |
|
|
bool | id, |
|
|
uint32_t | l ) |
|
inline |
◆ ~VarAsgnStmt()
| AST::VarAsgnStmt::~VarAsgnStmt |
( |
| ) |
|
|
overridedefault |
◆ expr
New expression
Definition at line 303 of file ast.hpp.
◆ is_deref
| bool AST::VarAsgnStmt::is_deref |
Is dereference of pointer
Definition at line 304 of file ast.hpp.
◆ name
| std::string AST::VarAsgnStmt::name |
Variable name
Definition at line 302 of file ast.hpp.
The documentation for this class was generated from the following file:
- /mnt/disk_ext4_0/topazlang/include/parser/ast.hpp