#include <parsetree.h>
Public Attributes | |
| int | int_denotation_variant |
| char * | str_denotation_variant |
| id_type | identifier_variant |
| expr_list | sublist |
| app | call_variant |
| sub | subscription_variant |
|
|
Definition at line 26 of file parsetree.h. Referenced by destroy_expr(), make_application_node(), and atlas::interpreter::operator<<(). |
|
|
Definition at line 22 of file parsetree.h. Referenced by global_set_identifier(), make_applied_identifier(), and atlas::interpreter::operator<<(). |
|
|
Definition at line 19 of file parsetree.h. Referenced by make_bool_denotation(), make_int_denotation(), and atlas::interpreter::operator<<(). |
|
|
Definition at line 20 of file parsetree.h. Referenced by destroy_expr(), make_string_denotation(), and atlas::interpreter::operator<<(). |
|
|
Definition at line 24 of file parsetree.h. Referenced by atlas::interpreter::check_type(), destroy_expr(), atlas::interpreter::operator<<(), wrap_list_display(), and wrap_tuple_display(). |
|
|
Definition at line 28 of file parsetree.h. Referenced by destroy_expr(), make_subscription_node(), and atlas::interpreter::operator<<(). |
1.3.9.1