Array Literal Expression Node.
More...
#include <AST.hpp>
Array Literal Expression Node.
Definition at line 304 of file AST.hpp.
◆ ArrayLiteralExpr()
| Phasor::AST::ArrayLiteralExpr::ArrayLiteralExpr |
( |
std::vector< std::unique_ptr< Expression > > | elems | ) |
|
|
inline |
◆ print()
| void Phasor::AST::ArrayLiteralExpr::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ elements
| std::vector<std::unique_ptr<Expression> > Phasor::AST::ArrayLiteralExpr::elements |
The documentation for this struct was generated from the following file: