1 #ifndef STAN_LANG_AST_NODE_FOR_STATEMENT_HPP 2 #define STAN_LANG_AST_NODE_FOR_STATEMENT_HPP Structure to wrap the variant type of statements.
range range_
The range of values for the loop variable.
Probability, optimization and sampling library.
std::string variable_
The loop variable.
AST structure for a range object with a low and high value.
statement statement_
The body of the for loop.
for_statement()
Construct an uninitialized for statement.
Structure to hold a variable.
AST node for representing a for statement.