Variable Declaration Node.
More...
#include <AST.hpp>
Variable Declaration Node.
Definition at line 374 of file AST.hpp.
◆ VarDecl()
| Phasor::AST::VarDecl::VarDecl |
( |
std::string | n, |
|
|
std::unique_ptr< Expression > | init ) |
|
inline |
◆ print()
| void Phasor::AST::VarDecl::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ initializer
| std::unique_ptr<Expression> Phasor::AST::VarDecl::initializer |
◆ name
| std::string Phasor::AST::VarDecl::name |
The documentation for this struct was generated from the following file: