|
| type_definition_statement (list_of_type_definitions *const l, unsigned new_line_number) |
|
| type_definition_statement (unsigned new_line_number) |
|
virtual statement_type | get_statement_type () const override |
|
virtual void | report (std::ostream &s) const override |
|
virtual void | execute (machine &m, std::shared_ptr< const statement > &&i, std::shared_ptr< basic_generator > father=nullptr) const override |
|
virtual void | expand (machine &m, int depth) const override |
|
virtual void | add_placeholders_to_generator (basic_generator &g) const override |
|
virtual void | make_copy_with_replacements (const machine &m, const basic_generator &g, const replacing_policy &p, std::shared_ptr< statement > &target) const override |
|
virtual void | get_copy (std::shared_ptr< statement > &target) const override |
|
virtual const std::vector< std::shared_ptr< type_definition > > & | get_vector_of_type_definitions () const override |
|
| statement (unsigned l) |
|
virtual | ~statement () |
|
void | get_actual_code_value (const machine &m, const basic_generator &g, const replacing_policy &p, code &target) const |
|
virtual bool | get_is_code_assignment (machine &m) const |
|
This class represents a type definition statement. It may contain multiple type definitions. It is used with the expand statement (no types will be defined without it).