comparison src/pt-pr-code.h @ 5102:b04b30d30c66

[project @ 2004-12-28 01:59:05 by jwe]
author jwe
date Tue, 28 Dec 2004 01:59:05 +0000
parents 003bbf6c13d8
children e35b034d3523
comparison
equal deleted inserted replaced
5101:9b1af8135ecd 5102:b04b30d30c66
104 104
105 void visit_fcn_handle (tree_fcn_handle&); 105 void visit_fcn_handle (tree_fcn_handle&);
106 106
107 void visit_parameter_list (tree_parameter_list&); 107 void visit_parameter_list (tree_parameter_list&);
108 108
109 void visit_plot_command (tree_plot_command&);
110
111 void visit_plot_limits (plot_limits&);
112
113 void visit_plot_range (plot_range&);
114
115 void visit_postfix_expression (tree_postfix_expression&); 109 void visit_postfix_expression (tree_postfix_expression&);
116 110
117 void visit_prefix_expression (tree_prefix_expression&); 111 void visit_prefix_expression (tree_prefix_expression&);
118 112
119 void visit_return_command (tree_return_command&); 113 void visit_return_command (tree_return_command&);
123 void visit_simple_assignment (tree_simple_assignment&); 117 void visit_simple_assignment (tree_simple_assignment&);
124 118
125 void visit_statement (tree_statement&); 119 void visit_statement (tree_statement&);
126 120
127 void visit_statement_list (tree_statement_list&); 121 void visit_statement_list (tree_statement_list&);
128
129 void visit_subplot (subplot&);
130
131 void visit_subplot_axes (subplot_axes&);
132
133 void visit_subplot_list (subplot_list&);
134
135 void visit_subplot_style (subplot_style&);
136
137 void visit_subplot_using (subplot_using&);
138 122
139 void visit_switch_case (tree_switch_case&); 123 void visit_switch_case (tree_switch_case&);
140 124
141 void visit_switch_case_list (tree_switch_case_list&); 125 void visit_switch_case_list (tree_switch_case_list&);
142 126