Stan  2.14.0
probability, sampling & optimization
break_continue_statement.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_BREAK_CONTINUE_STATEMENT_HPP
2 #define STAN_LANG_AST_NODE_BREAK_CONTINUE_STATEMENT_HPP
3 
4 #include <string>
5 
6 namespace stan {
7  namespace lang {
8 
17 
24  explicit break_continue_statement(const std::string& generate);
25 
29  std::string generate_;
30  };
31 
32  }
33 }
34 #endif
std::string generate_
Text to generate, "break" or "continue".
Probability, optimization and sampling library.
AST structure for break and continue statements.
break_continue_statement()
Construct an uninitialized break or continue statement.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.