1------------------------------------------------------------------------------
2--                                                                          --
3--                            Matreshka Project                             --
4--                                                                          --
5--                          Ada Modeling Framework                          --
6--                                                                          --
7--                        Runtime Library Component                         --
8--                                                                          --
9------------------------------------------------------------------------------
10--                                                                          --
11-- Copyright © 2012-2013, Vadim Godunko <vgodunko@gmail.com>                --
12-- All rights reserved.                                                     --
13--                                                                          --
14-- Redistribution and use in source and binary forms, with or without       --
15-- modification, are permitted provided that the following conditions       --
16-- are met:                                                                 --
17--                                                                          --
18--  * Redistributions of source code must retain the above copyright        --
19--    notice, this list of conditions and the following disclaimer.         --
20--                                                                          --
21--  * Redistributions in binary form must reproduce the above copyright     --
22--    notice, this list of conditions and the following disclaimer in the   --
23--    documentation and/or other materials provided with the distribution.  --
24--                                                                          --
25--  * Neither the name of the Vadim Godunko, IE nor the names of its        --
26--    contributors may be used to endorse or promote products derived from  --
27--    this software without specific prior written permission.              --
28--                                                                          --
29-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS      --
30-- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT        --
31-- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR    --
32-- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT     --
33-- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,   --
34-- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED --
35-- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR   --
36-- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF   --
37-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING     --
38-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS       --
39-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.             --
40--                                                                          --
41------------------------------------------------------------------------------
42--  $Revision: 3646 $ $Date: 2013-01-07 22:05:34 +0400 (Mon, 07 Jan 2013) $
43------------------------------------------------------------------------------
44--  This file is generated, don't edit it.
45------------------------------------------------------------------------------
46with AMF.OCL.Any_Types;
47with AMF.OCL.Association_Class_Call_Exps;
48with AMF.OCL.Bag_Types;
49with AMF.OCL.Boolean_Literal_Exps;
50with AMF.OCL.Collection_Items;
51with AMF.OCL.Collection_Literal_Exps;
52with AMF.OCL.Collection_Ranges;
53with AMF.OCL.Collection_Types;
54with AMF.OCL.Enum_Literal_Exps;
55with AMF.OCL.Expression_In_Ocls;
56with AMF.OCL.If_Exps;
57with AMF.OCL.Integer_Literal_Exps;
58with AMF.OCL.Invalid_Literal_Exps;
59with AMF.OCL.Invalid_Types;
60with AMF.OCL.Iterate_Exps;
61with AMF.OCL.Iterator_Exps;
62with AMF.OCL.Let_Exps;
63with AMF.OCL.Message_Exps;
64with AMF.OCL.Message_Types;
65with AMF.OCL.Null_Literal_Exps;
66with AMF.OCL.Operation_Call_Exps;
67with AMF.OCL.Ordered_Set_Types;
68with AMF.OCL.Property_Call_Exps;
69with AMF.OCL.Real_Literal_Exps;
70with AMF.OCL.Sequence_Types;
71with AMF.OCL.Set_Types;
72with AMF.OCL.State_Exps;
73with AMF.OCL.String_Literal_Exps;
74with AMF.OCL.Template_Parameter_Types;
75with AMF.OCL.Tuple_Literal_Exps;
76with AMF.OCL.Tuple_Literal_Parts;
77with AMF.OCL.Tuple_Types;
78with AMF.OCL.Type_Exps;
79with AMF.OCL.Unlimited_Natural_Literal_Exps;
80with AMF.OCL.Unspecified_Value_Exps;
81with AMF.OCL.Variable_Exps;
82with AMF.OCL.Variables;
83with AMF.OCL.Void_Types;
84
85package AMF.Visitors.OCL_Iterators is
86
87   pragma Preelaborate;
88
89   type OCL_Iterator is limited interface and AMF.Visitors.Abstract_Iterator;
90
91   not overriding procedure Visit_Any_Type
92    (Self    : in out OCL_Iterator;
93     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
94     Element : not null AMF.OCL.Any_Types.OCL_Any_Type_Access;
95     Control : in out AMF.Visitors.Traverse_Control) is null;
96
97   not overriding procedure Visit_Association_Class_Call_Exp
98    (Self    : in out OCL_Iterator;
99     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
100     Element : not null AMF.OCL.Association_Class_Call_Exps.OCL_Association_Class_Call_Exp_Access;
101     Control : in out AMF.Visitors.Traverse_Control) is null;
102
103   not overriding procedure Visit_Bag_Type
104    (Self    : in out OCL_Iterator;
105     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
106     Element : not null AMF.OCL.Bag_Types.OCL_Bag_Type_Access;
107     Control : in out AMF.Visitors.Traverse_Control) is null;
108
109   not overriding procedure Visit_Boolean_Literal_Exp
110    (Self    : in out OCL_Iterator;
111     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
112     Element : not null AMF.OCL.Boolean_Literal_Exps.OCL_Boolean_Literal_Exp_Access;
113     Control : in out AMF.Visitors.Traverse_Control) is null;
114
115   not overriding procedure Visit_Collection_Item
116    (Self    : in out OCL_Iterator;
117     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
118     Element : not null AMF.OCL.Collection_Items.OCL_Collection_Item_Access;
119     Control : in out AMF.Visitors.Traverse_Control) is null;
120
121   not overriding procedure Visit_Collection_Literal_Exp
122    (Self    : in out OCL_Iterator;
123     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
124     Element : not null AMF.OCL.Collection_Literal_Exps.OCL_Collection_Literal_Exp_Access;
125     Control : in out AMF.Visitors.Traverse_Control) is null;
126
127   not overriding procedure Visit_Collection_Range
128    (Self    : in out OCL_Iterator;
129     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
130     Element : not null AMF.OCL.Collection_Ranges.OCL_Collection_Range_Access;
131     Control : in out AMF.Visitors.Traverse_Control) is null;
132
133   not overriding procedure Visit_Collection_Type
134    (Self    : in out OCL_Iterator;
135     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
136     Element : not null AMF.OCL.Collection_Types.OCL_Collection_Type_Access;
137     Control : in out AMF.Visitors.Traverse_Control) is null;
138
139   not overriding procedure Visit_Enum_Literal_Exp
140    (Self    : in out OCL_Iterator;
141     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
142     Element : not null AMF.OCL.Enum_Literal_Exps.OCL_Enum_Literal_Exp_Access;
143     Control : in out AMF.Visitors.Traverse_Control) is null;
144
145   not overriding procedure Visit_Expression_In_Ocl
146    (Self    : in out OCL_Iterator;
147     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
148     Element : not null AMF.OCL.Expression_In_Ocls.OCL_Expression_In_Ocl_Access;
149     Control : in out AMF.Visitors.Traverse_Control) is null;
150
151   not overriding procedure Visit_If_Exp
152    (Self    : in out OCL_Iterator;
153     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
154     Element : not null AMF.OCL.If_Exps.OCL_If_Exp_Access;
155     Control : in out AMF.Visitors.Traverse_Control) is null;
156
157   not overriding procedure Visit_Integer_Literal_Exp
158    (Self    : in out OCL_Iterator;
159     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
160     Element : not null AMF.OCL.Integer_Literal_Exps.OCL_Integer_Literal_Exp_Access;
161     Control : in out AMF.Visitors.Traverse_Control) is null;
162
163   not overriding procedure Visit_Invalid_Literal_Exp
164    (Self    : in out OCL_Iterator;
165     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
166     Element : not null AMF.OCL.Invalid_Literal_Exps.OCL_Invalid_Literal_Exp_Access;
167     Control : in out AMF.Visitors.Traverse_Control) is null;
168
169   not overriding procedure Visit_Invalid_Type
170    (Self    : in out OCL_Iterator;
171     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
172     Element : not null AMF.OCL.Invalid_Types.OCL_Invalid_Type_Access;
173     Control : in out AMF.Visitors.Traverse_Control) is null;
174
175   not overriding procedure Visit_Iterate_Exp
176    (Self    : in out OCL_Iterator;
177     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
178     Element : not null AMF.OCL.Iterate_Exps.OCL_Iterate_Exp_Access;
179     Control : in out AMF.Visitors.Traverse_Control) is null;
180
181   not overriding procedure Visit_Iterator_Exp
182    (Self    : in out OCL_Iterator;
183     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
184     Element : not null AMF.OCL.Iterator_Exps.OCL_Iterator_Exp_Access;
185     Control : in out AMF.Visitors.Traverse_Control) is null;
186
187   not overriding procedure Visit_Let_Exp
188    (Self    : in out OCL_Iterator;
189     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
190     Element : not null AMF.OCL.Let_Exps.OCL_Let_Exp_Access;
191     Control : in out AMF.Visitors.Traverse_Control) is null;
192
193   not overriding procedure Visit_Message_Exp
194    (Self    : in out OCL_Iterator;
195     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
196     Element : not null AMF.OCL.Message_Exps.OCL_Message_Exp_Access;
197     Control : in out AMF.Visitors.Traverse_Control) is null;
198
199   not overriding procedure Visit_Message_Type
200    (Self    : in out OCL_Iterator;
201     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
202     Element : not null AMF.OCL.Message_Types.OCL_Message_Type_Access;
203     Control : in out AMF.Visitors.Traverse_Control) is null;
204
205   not overriding procedure Visit_Null_Literal_Exp
206    (Self    : in out OCL_Iterator;
207     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
208     Element : not null AMF.OCL.Null_Literal_Exps.OCL_Null_Literal_Exp_Access;
209     Control : in out AMF.Visitors.Traverse_Control) is null;
210
211   not overriding procedure Visit_Operation_Call_Exp
212    (Self    : in out OCL_Iterator;
213     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
214     Element : not null AMF.OCL.Operation_Call_Exps.OCL_Operation_Call_Exp_Access;
215     Control : in out AMF.Visitors.Traverse_Control) is null;
216
217   not overriding procedure Visit_Ordered_Set_Type
218    (Self    : in out OCL_Iterator;
219     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
220     Element : not null AMF.OCL.Ordered_Set_Types.OCL_Ordered_Set_Type_Access;
221     Control : in out AMF.Visitors.Traverse_Control) is null;
222
223   not overriding procedure Visit_Property_Call_Exp
224    (Self    : in out OCL_Iterator;
225     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
226     Element : not null AMF.OCL.Property_Call_Exps.OCL_Property_Call_Exp_Access;
227     Control : in out AMF.Visitors.Traverse_Control) is null;
228
229   not overriding procedure Visit_Real_Literal_Exp
230    (Self    : in out OCL_Iterator;
231     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
232     Element : not null AMF.OCL.Real_Literal_Exps.OCL_Real_Literal_Exp_Access;
233     Control : in out AMF.Visitors.Traverse_Control) is null;
234
235   not overriding procedure Visit_Sequence_Type
236    (Self    : in out OCL_Iterator;
237     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
238     Element : not null AMF.OCL.Sequence_Types.OCL_Sequence_Type_Access;
239     Control : in out AMF.Visitors.Traverse_Control) is null;
240
241   not overriding procedure Visit_Set_Type
242    (Self    : in out OCL_Iterator;
243     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
244     Element : not null AMF.OCL.Set_Types.OCL_Set_Type_Access;
245     Control : in out AMF.Visitors.Traverse_Control) is null;
246
247   not overriding procedure Visit_State_Exp
248    (Self    : in out OCL_Iterator;
249     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
250     Element : not null AMF.OCL.State_Exps.OCL_State_Exp_Access;
251     Control : in out AMF.Visitors.Traverse_Control) is null;
252
253   not overriding procedure Visit_String_Literal_Exp
254    (Self    : in out OCL_Iterator;
255     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
256     Element : not null AMF.OCL.String_Literal_Exps.OCL_String_Literal_Exp_Access;
257     Control : in out AMF.Visitors.Traverse_Control) is null;
258
259   not overriding procedure Visit_Template_Parameter_Type
260    (Self    : in out OCL_Iterator;
261     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
262     Element : not null AMF.OCL.Template_Parameter_Types.OCL_Template_Parameter_Type_Access;
263     Control : in out AMF.Visitors.Traverse_Control) is null;
264
265   not overriding procedure Visit_Tuple_Literal_Exp
266    (Self    : in out OCL_Iterator;
267     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
268     Element : not null AMF.OCL.Tuple_Literal_Exps.OCL_Tuple_Literal_Exp_Access;
269     Control : in out AMF.Visitors.Traverse_Control) is null;
270
271   not overriding procedure Visit_Tuple_Literal_Part
272    (Self    : in out OCL_Iterator;
273     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
274     Element : not null AMF.OCL.Tuple_Literal_Parts.OCL_Tuple_Literal_Part_Access;
275     Control : in out AMF.Visitors.Traverse_Control) is null;
276
277   not overriding procedure Visit_Tuple_Type
278    (Self    : in out OCL_Iterator;
279     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
280     Element : not null AMF.OCL.Tuple_Types.OCL_Tuple_Type_Access;
281     Control : in out AMF.Visitors.Traverse_Control) is null;
282
283   not overriding procedure Visit_Type_Exp
284    (Self    : in out OCL_Iterator;
285     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
286     Element : not null AMF.OCL.Type_Exps.OCL_Type_Exp_Access;
287     Control : in out AMF.Visitors.Traverse_Control) is null;
288
289   not overriding procedure Visit_Unlimited_Natural_Literal_Exp
290    (Self    : in out OCL_Iterator;
291     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
292     Element : not null AMF.OCL.Unlimited_Natural_Literal_Exps.OCL_Unlimited_Natural_Literal_Exp_Access;
293     Control : in out AMF.Visitors.Traverse_Control) is null;
294
295   not overriding procedure Visit_Unspecified_Value_Exp
296    (Self    : in out OCL_Iterator;
297     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
298     Element : not null AMF.OCL.Unspecified_Value_Exps.OCL_Unspecified_Value_Exp_Access;
299     Control : in out AMF.Visitors.Traverse_Control) is null;
300
301   not overriding procedure Visit_Variable
302    (Self    : in out OCL_Iterator;
303     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
304     Element : not null AMF.OCL.Variables.OCL_Variable_Access;
305     Control : in out AMF.Visitors.Traverse_Control) is null;
306
307   not overriding procedure Visit_Variable_Exp
308    (Self    : in out OCL_Iterator;
309     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
310     Element : not null AMF.OCL.Variable_Exps.OCL_Variable_Exp_Access;
311     Control : in out AMF.Visitors.Traverse_Control) is null;
312
313   not overriding procedure Visit_Void_Type
314    (Self    : in out OCL_Iterator;
315     Visitor : in out AMF.Visitors.Abstract_Visitor'Class;
316     Element : not null AMF.OCL.Void_Types.OCL_Void_Type_Access;
317     Control : in out AMF.Visitors.Traverse_Control) is null;
318
319end AMF.Visitors.OCL_Iterators;
320