comparison src/pt-pr-code.h @ 2846:52e7c4509983

[project @ 1997-03-26 23:27:35 by jwe]
author jwe
date Wed, 26 Mar 1997 23:29:12 +0000
parents 2c0f259cf83d
children 8b262e771614
comparison
equal deleted inserted replaced
2845:b11fb5e85dc5 2846:52e7c4509983
54 54
55 void visit_colon_expression (tree_colon_expression&); 55 void visit_colon_expression (tree_colon_expression&);
56 56
57 void visit_continue_command (tree_continue_command&); 57 void visit_continue_command (tree_continue_command&);
58 58
59 void visit_decl_command (tree_decl_command&);
60
61 void visit_decl_elt (tree_decl_elt&);
62
63 void visit_decl_init_list (tree_decl_init_list&);
64
59 void visit_for_command (tree_for_command&); 65 void visit_for_command (tree_for_command&);
60 66
61 void visit_function (tree_function&); 67 void visit_function (tree_function&);
62 68
63 void visit_function_header (tree_function&); 69 void visit_function_header (tree_function&);
64 70
65 void visit_function_trailer (tree_function&); 71 void visit_function_trailer (tree_function&);
66 72
67 void visit_global (tree_global&);
68
69 void visit_global_command (tree_global_command&);
70
71 void visit_global_init_list (tree_global_init_list&);
72
73 void visit_identifier (tree_identifier&); 73 void visit_identifier (tree_identifier&);
74 74
75 void visit_if_clause (tree_if_clause&); 75 void visit_if_clause (tree_if_clause&);
76 76
77 void visit_if_command (tree_if_command&); 77 void visit_if_command (tree_if_command&);
78 78
79 void visit_if_command_list (tree_if_command_list&); 79 void visit_if_command_list (tree_if_command_list&);
80
81 void visit_switch_case (tree_switch_case&);
82
83 void visit_switch_case_list (tree_switch_case_list&);
84
85 void visit_switch_command (tree_switch_command&);
86 80
87 void visit_index_expression (tree_index_expression&); 81 void visit_index_expression (tree_index_expression&);
88 82
89 void visit_indirect_ref (tree_indirect_ref&); 83 void visit_indirect_ref (tree_indirect_ref&);
90 84
127 void visit_subplot_list (subplot_list&); 121 void visit_subplot_list (subplot_list&);
128 122
129 void visit_subplot_style (subplot_style&); 123 void visit_subplot_style (subplot_style&);
130 124
131 void visit_subplot_using (subplot_using&); 125 void visit_subplot_using (subplot_using&);
126
127 void visit_switch_case (tree_switch_case&);
128
129 void visit_switch_case_list (tree_switch_case_list&);
130
131 void visit_switch_command (tree_switch_command&);
132 132
133 void visit_try_catch_command (tree_try_catch_command&); 133 void visit_try_catch_command (tree_try_catch_command&);
134 134
135 void visit_unary_expression (tree_unary_expression&); 135 void visit_unary_expression (tree_unary_expression&);
136 136