![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| 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 |
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const nil & | st | ) | const |
Definition at line 1855 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const assignment & | st | ) | const |
Definition at line 1858 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const assgn & | st | ) | const |
Definition at line 1861 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const sample & | st | ) | const |
Definition at line 1864 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const increment_log_prob_statement & | t | ) | const |
Definition at line 1867 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const expression & | st | ) | const |
Definition at line 1871 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const statements & | st | ) | const |
Definition at line 1874 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const for_statement & | st | ) | const |
Definition at line 1877 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const conditional_statement & | st | ) | const |
Definition at line 1880 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const while_statement & | st | ) | const |
Definition at line 1884 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const break_continue_statement & | st | ) | const |
Definition at line 1888 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const print_statement & | st | ) | const |
Definition at line 1892 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const reject_statement & | st | ) | const |
Definition at line 1895 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const no_op_statement & | st | ) | const |
Definition at line 1898 of file ast_def.cpp.
| bool stan::lang::is_no_op_statement_vis::operator() | ( | const return_statement & | st | ) | const |
Definition at line 1901 of file ast_def.cpp.