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