1 #ifndef STAN_LANG_AST_NODE_STATEMENTS_HPP 2 #define STAN_LANG_AST_NODE_STATEMENTS_HPP 39 statements(
const std::vector<var_decl>& local_decl,
40 const std::vector<statement>& stmts);
Holder for local variable declarations and a sequence of statements.
std::vector< statement > statements_
Sequence of statements.
statements()
Nullary constructor for statements.
Probability, optimization and sampling library.
std::vector< var_decl > local_decl_
Sequence of variable declarations.