Skip to content

Commit 9e6c8fc

Browse files
committed
Added line comments
1 parent 581b1d6 commit 9e6c8fc

7 files changed

Lines changed: 2627 additions & 173 deletions

File tree

Lines changed: 339 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,339 @@
1+
// Generated from p:/Entwicklung/bricks-cli/scripting/parser/Bricks.g4 by ANTLR 4.13.1
2+
3+
import org.antlr.v4.runtime.ParserRuleContext;
4+
import org.antlr.v4.runtime.tree.ErrorNode;
5+
import org.antlr.v4.runtime.tree.TerminalNode;
6+
7+
/**
8+
* This class provides an empty implementation of {@link BricksListener},
9+
* which can be extended to create a listener which only needs to handle a subset
10+
* of the available methods.
11+
*/
12+
@SuppressWarnings("CheckReturnValue")
13+
public class BricksBaseListener implements BricksListener {
14+
/**
15+
* {@inheritDoc}
16+
*
17+
* <p>The default implementation does nothing.</p>
18+
*/
19+
@Override public void enterBricks(BricksParser.BricksContext ctx) { }
20+
/**
21+
* {@inheritDoc}
22+
*
23+
* <p>The default implementation does nothing.</p>
24+
*/
25+
@Override public void exitBricks(BricksParser.BricksContext ctx) { }
26+
/**
27+
* {@inheritDoc}
28+
*
29+
* <p>The default implementation does nothing.</p>
30+
*/
31+
@Override public void enterCommand(BricksParser.CommandContext ctx) { }
32+
/**
33+
* {@inheritDoc}
34+
*
35+
* <p>The default implementation does nothing.</p>
36+
*/
37+
@Override public void exitCommand(BricksParser.CommandContext ctx) { }
38+
/**
39+
* {@inheritDoc}
40+
*
41+
* <p>The default implementation does nothing.</p>
42+
*/
43+
@Override public void enterExpression(BricksParser.ExpressionContext ctx) { }
44+
/**
45+
* {@inheritDoc}
46+
*
47+
* <p>The default implementation does nothing.</p>
48+
*/
49+
@Override public void exitExpression(BricksParser.ExpressionContext ctx) { }
50+
/**
51+
* {@inheritDoc}
52+
*
53+
* <p>The default implementation does nothing.</p>
54+
*/
55+
@Override public void enterAssignment(BricksParser.AssignmentContext ctx) { }
56+
/**
57+
* {@inheritDoc}
58+
*
59+
* <p>The default implementation does nothing.</p>
60+
*/
61+
@Override public void exitAssignment(BricksParser.AssignmentContext ctx) { }
62+
/**
63+
* {@inheritDoc}
64+
*
65+
* <p>The default implementation does nothing.</p>
66+
*/
67+
@Override public void enterSave(BricksParser.SaveContext ctx) { }
68+
/**
69+
* {@inheritDoc}
70+
*
71+
* <p>The default implementation does nothing.</p>
72+
*/
73+
@Override public void exitSave(BricksParser.SaveContext ctx) { }
74+
/**
75+
* {@inheritDoc}
76+
*
77+
* <p>The default implementation does nothing.</p>
78+
*/
79+
@Override public void enterExport(BricksParser.ExportContext ctx) { }
80+
/**
81+
* {@inheritDoc}
82+
*
83+
* <p>The default implementation does nothing.</p>
84+
*/
85+
@Override public void exitExport(BricksParser.ExportContext ctx) { }
86+
/**
87+
* {@inheritDoc}
88+
*
89+
* <p>The default implementation does nothing.</p>
90+
*/
91+
@Override public void enterPrint(BricksParser.PrintContext ctx) { }
92+
/**
93+
* {@inheritDoc}
94+
*
95+
* <p>The default implementation does nothing.</p>
96+
*/
97+
@Override public void exitPrint(BricksParser.PrintContext ctx) { }
98+
/**
99+
* {@inheritDoc}
100+
*
101+
* <p>The default implementation does nothing.</p>
102+
*/
103+
@Override public void enterPause(BricksParser.PauseContext ctx) { }
104+
/**
105+
* {@inheritDoc}
106+
*
107+
* <p>The default implementation does nothing.</p>
108+
*/
109+
@Override public void exitPause(BricksParser.PauseContext ctx) { }
110+
/**
111+
* {@inheritDoc}
112+
*
113+
* <p>The default implementation does nothing.</p>
114+
*/
115+
@Override public void enterCollectionOrId(BricksParser.CollectionOrIdContext ctx) { }
116+
/**
117+
* {@inheritDoc}
118+
*
119+
* <p>The default implementation does nothing.</p>
120+
*/
121+
@Override public void exitCollectionOrId(BricksParser.CollectionOrIdContext ctx) { }
122+
/**
123+
* {@inheritDoc}
124+
*
125+
* <p>The default implementation does nothing.</p>
126+
*/
127+
@Override public void enterCollection(BricksParser.CollectionContext ctx) { }
128+
/**
129+
* {@inheritDoc}
130+
*
131+
* <p>The default implementation does nothing.</p>
132+
*/
133+
@Override public void exitCollection(BricksParser.CollectionContext ctx) { }
134+
/**
135+
* {@inheritDoc}
136+
*
137+
* <p>The default implementation does nothing.</p>
138+
*/
139+
@Override public void enterLoad(BricksParser.LoadContext ctx) { }
140+
/**
141+
* {@inheritDoc}
142+
*
143+
* <p>The default implementation does nothing.</p>
144+
*/
145+
@Override public void exitLoad(BricksParser.LoadContext ctx) { }
146+
/**
147+
* {@inheritDoc}
148+
*
149+
* <p>The default implementation does nothing.</p>
150+
*/
151+
@Override public void enterImport_(BricksParser.Import_Context ctx) { }
152+
/**
153+
* {@inheritDoc}
154+
*
155+
* <p>The default implementation does nothing.</p>
156+
*/
157+
@Override public void exitImport_(BricksParser.Import_Context ctx) { }
158+
/**
159+
* {@inheritDoc}
160+
*
161+
* <p>The default implementation does nothing.</p>
162+
*/
163+
@Override public void enterAllParts(BricksParser.AllPartsContext ctx) { }
164+
/**
165+
* {@inheritDoc}
166+
*
167+
* <p>The default implementation does nothing.</p>
168+
*/
169+
@Override public void exitAllParts(BricksParser.AllPartsContext ctx) { }
170+
/**
171+
* {@inheritDoc}
172+
*
173+
* <p>The default implementation does nothing.</p>
174+
*/
175+
@Override public void enterLost(BricksParser.LostContext ctx) { }
176+
/**
177+
* {@inheritDoc}
178+
*
179+
* <p>The default implementation does nothing.</p>
180+
*/
181+
@Override public void exitLost(BricksParser.LostContext ctx) { }
182+
/**
183+
* {@inheritDoc}
184+
*
185+
* <p>The default implementation does nothing.</p>
186+
*/
187+
@Override public void enterSet(BricksParser.SetContext ctx) { }
188+
/**
189+
* {@inheritDoc}
190+
*
191+
* <p>The default implementation does nothing.</p>
192+
*/
193+
@Override public void exitSet(BricksParser.SetContext ctx) { }
194+
/**
195+
* {@inheritDoc}
196+
*
197+
* <p>The default implementation does nothing.</p>
198+
*/
199+
@Override public void enterUserSet(BricksParser.UserSetContext ctx) { }
200+
/**
201+
* {@inheritDoc}
202+
*
203+
* <p>The default implementation does nothing.</p>
204+
*/
205+
@Override public void exitUserSet(BricksParser.UserSetContext ctx) { }
206+
/**
207+
* {@inheritDoc}
208+
*
209+
* <p>The default implementation does nothing.</p>
210+
*/
211+
@Override public void enterSetList(BricksParser.SetListContext ctx) { }
212+
/**
213+
* {@inheritDoc}
214+
*
215+
* <p>The default implementation does nothing.</p>
216+
*/
217+
@Override public void exitSetList(BricksParser.SetListContext ctx) { }
218+
/**
219+
* {@inheritDoc}
220+
*
221+
* <p>The default implementation does nothing.</p>
222+
*/
223+
@Override public void enterPartList(BricksParser.PartListContext ctx) { }
224+
/**
225+
* {@inheritDoc}
226+
*
227+
* <p>The default implementation does nothing.</p>
228+
*/
229+
@Override public void exitPartList(BricksParser.PartListContext ctx) { }
230+
/**
231+
* {@inheritDoc}
232+
*
233+
* <p>The default implementation does nothing.</p>
234+
*/
235+
@Override public void enterPartLists(BricksParser.PartListsContext ctx) { }
236+
/**
237+
* {@inheritDoc}
238+
*
239+
* <p>The default implementation does nothing.</p>
240+
*/
241+
@Override public void exitPartLists(BricksParser.PartListsContext ctx) { }
242+
/**
243+
* {@inheritDoc}
244+
*
245+
* <p>The default implementation does nothing.</p>
246+
*/
247+
@Override public void enterSum(BricksParser.SumContext ctx) { }
248+
/**
249+
* {@inheritDoc}
250+
*
251+
* <p>The default implementation does nothing.</p>
252+
*/
253+
@Override public void exitSum(BricksParser.SumContext ctx) { }
254+
/**
255+
* {@inheritDoc}
256+
*
257+
* <p>The default implementation does nothing.</p>
258+
*/
259+
@Override public void enterSubtract(BricksParser.SubtractContext ctx) { }
260+
/**
261+
* {@inheritDoc}
262+
*
263+
* <p>The default implementation does nothing.</p>
264+
*/
265+
@Override public void exitSubtract(BricksParser.SubtractContext ctx) { }
266+
/**
267+
* {@inheritDoc}
268+
*
269+
* <p>The default implementation does nothing.</p>
270+
*/
271+
@Override public void enterMax(BricksParser.MaxContext ctx) { }
272+
/**
273+
* {@inheritDoc}
274+
*
275+
* <p>The default implementation does nothing.</p>
276+
*/
277+
@Override public void exitMax(BricksParser.MaxContext ctx) { }
278+
/**
279+
* {@inheritDoc}
280+
*
281+
* <p>The default implementation does nothing.</p>
282+
*/
283+
@Override public void enterSort(BricksParser.SortContext ctx) { }
284+
/**
285+
* {@inheritDoc}
286+
*
287+
* <p>The default implementation does nothing.</p>
288+
*/
289+
@Override public void exitSort(BricksParser.SortContext ctx) { }
290+
/**
291+
* {@inheritDoc}
292+
*
293+
* <p>The default implementation does nothing.</p>
294+
*/
295+
@Override public void enterBuild(BricksParser.BuildContext ctx) { }
296+
/**
297+
* {@inheritDoc}
298+
*
299+
* <p>The default implementation does nothing.</p>
300+
*/
301+
@Override public void exitBuild(BricksParser.BuildContext ctx) { }
302+
/**
303+
* {@inheritDoc}
304+
*
305+
* <p>The default implementation does nothing.</p>
306+
*/
307+
@Override public void enterIdentifier(BricksParser.IdentifierContext ctx) { }
308+
/**
309+
* {@inheritDoc}
310+
*
311+
* <p>The default implementation does nothing.</p>
312+
*/
313+
@Override public void exitIdentifier(BricksParser.IdentifierContext ctx) { }
314+
315+
/**
316+
* {@inheritDoc}
317+
*
318+
* <p>The default implementation does nothing.</p>
319+
*/
320+
@Override public void enterEveryRule(ParserRuleContext ctx) { }
321+
/**
322+
* {@inheritDoc}
323+
*
324+
* <p>The default implementation does nothing.</p>
325+
*/
326+
@Override public void exitEveryRule(ParserRuleContext ctx) { }
327+
/**
328+
* {@inheritDoc}
329+
*
330+
* <p>The default implementation does nothing.</p>
331+
*/
332+
@Override public void visitTerminal(TerminalNode node) { }
333+
/**
334+
* {@inheritDoc}
335+
*
336+
* <p>The default implementation does nothing.</p>
337+
*/
338+
@Override public void visitErrorNode(ErrorNode node) { }
339+
}

0 commit comments

Comments
 (0)