For Statement Node.
More...
#include <AST.hpp>
For Statement Node.
Definition at line 538 of file AST.hpp.
◆ ForStmt()
◆ print()
| void Phasor::AST::ForStmt::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ body
| std::unique_ptr<Statement> Phasor::AST::ForStmt::body |
◆ condition
| std::unique_ptr<Expression> Phasor::AST::ForStmt::condition |
◆ increment
| std::unique_ptr<Expression> Phasor::AST::ForStmt::increment |
◆ initializer
| std::unique_ptr<Statement> Phasor::AST::ForStmt::initializer |
The documentation for this struct was generated from the following file: