![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
var_occurs_vis (const variable &e) | |
bool | operator() (const nil &e) const |
bool | operator() (const int_literal &e) const |
bool | operator() (const double_literal &e) const |
bool | operator() (const array_literal &e) const |
bool | operator() (const variable &e) const |
bool | operator() (const fun &e) const |
bool | operator() (const integrate_ode &e) const |
bool | operator() (const integrate_ode_control &e) const |
bool | operator() (const index_op &e) const |
bool | operator() (const index_op_sliced &e) const |
bool | operator() (const conditional_op &e) const |
bool | operator() (const binary_op &e) const |
bool | operator() (const unary_op &e) const |
Public Attributes | |
const std::string | var_name_ |
|
explicit |
Definition at line 1737 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const nil & | e | ) | const |
Definition at line 1741 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const int_literal & | e | ) | const |
Definition at line 1744 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const double_literal & | e | ) | const |
Definition at line 1747 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const array_literal & | e | ) | const |
Definition at line 1750 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const variable & | e | ) | const |
Definition at line 1753 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const fun & | e | ) | const |
Definition at line 1756 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const integrate_ode & | e | ) | const |
Definition at line 1762 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const integrate_ode_control & | e | ) | const |
Definition at line 1765 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const index_op & | e | ) | const |
Definition at line 1768 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const index_op_sliced & | e | ) | const |
Definition at line 1772 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const conditional_op & | e | ) | const |
Definition at line 1775 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const binary_op & | e | ) | const |
Definition at line 1780 of file ast_def.cpp.
bool stan::lang::var_occurs_vis::operator() | ( | const unary_op & | e | ) | const |
Definition at line 1784 of file ast_def.cpp.