1 #ifndef STAN_LANG_AST_NODE_CONDITIONAL_STATEMENT_HPP 2 #define STAN_LANG_AST_NODE_CONDITIONAL_STATEMENT_HPP Holder for local variable declarations and a sequence of statements.
Probability, optimization and sampling library.
std::vector< statement > bodies_
The sequence of bodies to execute.
conditional_statement()
Construct an empty conditional statement.
std::vector< expression > conditions_
The sequence of conditions (parallel with bodies).
AST node for conditional statements.