![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| bool | operator() (const nil &x) const |
| bool | operator() (const int_literal &x) const |
| bool | operator() (const double_literal &x) const |
| bool | operator() (const array_literal &x) const |
| bool | operator() (const variable &x) const |
| bool | operator() (const fun &x) const |
| bool | operator() (const index_op &x) const |
| bool | operator() (const binary_op &x) const |
| bool | operator() (const unary_op &x) const |
| bool stan::gm::is_nil_op::operator() | ( | const array_literal & | x | ) | const |
Definition at line 382 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const binary_op & | x | ) | const |
Definition at line 386 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const double_literal & | x | ) | const |
Definition at line 381 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const fun & | x | ) | const |
Definition at line 384 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const index_op & | x | ) | const |
Definition at line 385 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const int_literal & | x | ) | const |
Definition at line 380 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const nil & | x | ) | const |
Definition at line 379 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const unary_op & | x | ) | const |
Definition at line 387 of file ast_def.cpp.
| bool stan::gm::is_nil_op::operator() | ( | const variable & | x | ) | const |
Definition at line 383 of file ast_def.cpp.