![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| returns_type_vis (const expr_type &return_type, std::ostream &error_msgs) | |
| bool | operator() (const nil &st) const |
| bool | operator() (const assignment &st) const |
| bool | operator() (const assgn &st) const |
| bool | operator() (const sample &st) const |
| bool | operator() (const increment_log_prob_statement &t) const |
| bool | operator() (const expression &st) const |
| bool | operator() (const statements &st) const |
| bool | operator() (const for_statement &st) const |
| bool | operator() (const conditional_statement &st) const |
| bool | operator() (const while_statement &st) const |
| bool | operator() (const break_continue_statement &st) const |
| bool | operator() (const print_statement &st) const |
| bool | operator() (const reject_statement &st) const |
| bool | operator() (const no_op_statement &st) const |
| bool | operator() (const return_statement &st) const |
Public Attributes | |
| expr_type | return_type_ |
| std::ostream & | error_msgs_ |
| stan::lang::returns_type_vis::returns_type_vis | ( | const expr_type & | return_type, |
| std::ostream & | error_msgs | ||
| ) |
Definition at line 594 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const nil & | st | ) | const |
Definition at line 599 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const assignment & | st | ) | const |
Definition at line 604 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const assgn & | st | ) | const |
Definition at line 609 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const sample & | st | ) | const |
Definition at line 614 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const increment_log_prob_statement & | t | ) | const |
Definition at line 619 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const expression & | st | ) | const |
Definition at line 625 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const statements & | st | ) | const |
Definition at line 646 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const for_statement & | st | ) | const |
Definition at line 656 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const conditional_statement & | st | ) | const |
Definition at line 673 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const while_statement & | st | ) | const |
Definition at line 660 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const break_continue_statement & | st | ) | const |
Definition at line 664 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const print_statement & | st | ) | const |
Definition at line 630 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const reject_statement & | st | ) | const |
Definition at line 635 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const no_op_statement & | st | ) | const |
Definition at line 640 of file ast_def.cpp.
| bool stan::lang::returns_type_vis::operator() | ( | const return_statement & | st | ) | const |
Definition at line 687 of file ast_def.cpp.