1 #ifndef STAN_LANG_AST_NODE_ASSIGNMENT_HPP 2 #define STAN_LANG_AST_NODE_ASSIGNMENT_HPP variable_dims var_dims_
Variable plus indexes.
Structure for holding a variable with its dimension declarations.
Probability, optimization and sampling library.
assignment()
Construct an empty assignment.
base_var_decl var_type_
Type of the left hand side variable before indexing.
AST base class for variable declarations, which share most of their structure.
expression expr_
Value being assigned, which appears on the right hand side of the assignment.
AST node for assignment statements.