Stan  1.0
probability, sampling & optimization
Public Member Functions | List of all members
stan::gm::expression_type_vis Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::gm::expression_type_vis:

Public Member Functions

expr_type operator() (const nil &e) const
 
expr_type operator() (const int_literal &e) const
 
expr_type operator() (const double_literal &e) const
 
expr_type operator() (const array_literal &e) const
 
expr_type operator() (const variable &e) const
 
expr_type operator() (const fun &e) const
 
expr_type operator() (const index_op &e) const
 
expr_type operator() (const binary_op &e) const
 
expr_type operator() (const unary_op &e) const
 

Detailed Description

Definition at line 153 of file ast.hpp.

Member Function Documentation

◆ operator()() [1/9]

expr_type stan::gm::expression_type_vis::operator() ( const array_literal e) const

Definition at line 281 of file ast_def.cpp.

◆ operator()() [2/9]

expr_type stan::gm::expression_type_vis::operator() ( const binary_op e) const

Definition at line 293 of file ast_def.cpp.

◆ operator()() [3/9]

expr_type stan::gm::expression_type_vis::operator() ( const double_literal e) const

Definition at line 278 of file ast_def.cpp.

◆ operator()() [4/9]

expr_type stan::gm::expression_type_vis::operator() ( const fun e) const

Definition at line 287 of file ast_def.cpp.

◆ operator()() [5/9]

expr_type stan::gm::expression_type_vis::operator() ( const index_op e) const

Definition at line 290 of file ast_def.cpp.

◆ operator()() [6/9]

expr_type stan::gm::expression_type_vis::operator() ( const int_literal e) const

Definition at line 275 of file ast_def.cpp.

◆ operator()() [7/9]

expr_type stan::gm::expression_type_vis::operator() ( const nil e) const

Definition at line 268 of file ast_def.cpp.

◆ operator()() [8/9]

expr_type stan::gm::expression_type_vis::operator() ( const unary_op e) const

Definition at line 296 of file ast_def.cpp.

◆ operator()() [9/9]

expr_type stan::gm::expression_type_vis::operator() ( const variable e) const

Definition at line 284 of file ast_def.cpp.


The documentation for this struct was generated from the following files:

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