While Statement Node.
More...
#include <AST.hpp>
While Statement Node.
Definition at line 519 of file AST.hpp.
◆ WhileStmt()
| Phasor::AST::WhileStmt::WhileStmt |
( |
std::unique_ptr< Expression > | cond, |
|
|
std::unique_ptr< Statement > | b ) |
|
inline |
◆ print()
| void Phasor::AST::WhileStmt::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ body
| std::unique_ptr<Statement> Phasor::AST::WhileStmt::body |
◆ condition
| std::unique_ptr<Expression> Phasor::AST::WhileStmt::condition |
The documentation for this struct was generated from the following file: