@zenuml/core 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Integration/vanilla-js/index.html +8 -13
- package/dist/zenuml/core.common.js +37977 -0
- package/dist/zenuml/core.common.js.map +1 -0
- package/dist/{vue-sequence.css → zenuml/core.css} +0 -0
- package/dist/zenuml/core.umd.js +37988 -0
- package/dist/zenuml/core.umd.js.map +1 -0
- package/dist/{vue-sequence.umd.min.js → zenuml/core.umd.min.js} +3 -3
- package/dist/zenuml/core.umd.min.js.map +1 -0
- package/package.json +6 -6
- package/coverage/clover.xml +0 -6
- package/coverage/coverage-final.json +0 -1
- package/coverage/lcov-report/Interaction.vue.html +0 -532
- package/coverage/lcov-report/Owner.js.html +0 -175
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -79
- package/coverage/lcov-report/components/interaction/Interaction.vue.html +0 -544
- package/coverage/lcov-report/components/interaction/index.html +0 -110
- package/coverage/lcov-report/index.html +0 -95
- package/coverage/lcov-report/positioning/david/DavidEisenstat2.ts.html +0 -196
- package/coverage/lcov-report/positioning/david/index.html +0 -110
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -170
- package/coverage/lcov.info +0 -0
- package/cypress/fixtures/example.json +0 -5
- package/cypress/fixtures/profile.json +0 -5
- package/cypress/fixtures/users.json +0 -232
- package/cypress/integration/__image_snapshots__/Smoke test creation #0.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test fragment #0.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test fragmentIssue #0.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test interaction #0.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test return #0.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test return #1.png +0 -0
- package/cypress/integration/__image_snapshots__/Smoke test should load the home page #0.png +0 -0
- package/cypress/integration/smoke.spec.js +0 -64
- package/cypress/plugins/index.js +0 -30
- package/cypress/support/commands.js +0 -25
- package/cypress/support/index.js +0 -20
- package/cypress/videos/smoke.spec.js.mp4 +0 -0
- package/gen/css3.interp +0 -214
- package/gen/css3.tokens +0 -92
- package/gen/css3BaseListener.java +0 -1106
- package/gen/css3BaseVisitor.java +0 -636
- package/gen/css3Lexer.interp +0 -251
- package/gen/css3Lexer.java +0 -672
- package/gen/css3Lexer.tokens +0 -92
- package/gen/css3Listener.java +0 -939
- package/gen/css3Parser.java +0 -8113
- package/gen/css3Visitor.java +0 -566
- package/gen/sequenceLexer.interp +0 -206
- package/gen/sequenceLexer.java +0 -419
- package/gen/sequenceLexer.tokens +0 -104
- package/gen/sequenceParser.interp +0 -180
- package/gen/sequenceParser.java +0 -4659
- package/gen/sequenceParser.tokens +0 -101
- package/gen/sequenceParserBaseListener.java +0 -830
- package/gen/sequenceParserBaseVisitor.java +0 -475
- package/gen/sequenceParserListener.java +0 -703
- package/gen/sequenceParserVisitor.java +0 -425
|
@@ -1,1106 +0,0 @@
|
|
|
1
|
-
// Generated from /Users/pengxiao/workspaces/zenuml/vue-sequence/src/g4-units/css3.g4 by ANTLR 4.9.2
|
|
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 css3Listener},
|
|
9
|
-
* which can be extended to create a listener which only needs to handle a subset
|
|
10
|
-
* of the available methods.
|
|
11
|
-
*/
|
|
12
|
-
public class css3BaseListener implements css3Listener {
|
|
13
|
-
/**
|
|
14
|
-
* {@inheritDoc}
|
|
15
|
-
*
|
|
16
|
-
* <p>The default implementation does nothing.</p>
|
|
17
|
-
*/
|
|
18
|
-
@Override public void enterStylesheet(css3Parser.StylesheetContext ctx) { }
|
|
19
|
-
/**
|
|
20
|
-
* {@inheritDoc}
|
|
21
|
-
*
|
|
22
|
-
* <p>The default implementation does nothing.</p>
|
|
23
|
-
*/
|
|
24
|
-
@Override public void exitStylesheet(css3Parser.StylesheetContext ctx) { }
|
|
25
|
-
/**
|
|
26
|
-
* {@inheritDoc}
|
|
27
|
-
*
|
|
28
|
-
* <p>The default implementation does nothing.</p>
|
|
29
|
-
*/
|
|
30
|
-
@Override public void enterGoodCharset(css3Parser.GoodCharsetContext ctx) { }
|
|
31
|
-
/**
|
|
32
|
-
* {@inheritDoc}
|
|
33
|
-
*
|
|
34
|
-
* <p>The default implementation does nothing.</p>
|
|
35
|
-
*/
|
|
36
|
-
@Override public void exitGoodCharset(css3Parser.GoodCharsetContext ctx) { }
|
|
37
|
-
/**
|
|
38
|
-
* {@inheritDoc}
|
|
39
|
-
*
|
|
40
|
-
* <p>The default implementation does nothing.</p>
|
|
41
|
-
*/
|
|
42
|
-
@Override public void enterBadCharset(css3Parser.BadCharsetContext ctx) { }
|
|
43
|
-
/**
|
|
44
|
-
* {@inheritDoc}
|
|
45
|
-
*
|
|
46
|
-
* <p>The default implementation does nothing.</p>
|
|
47
|
-
*/
|
|
48
|
-
@Override public void exitBadCharset(css3Parser.BadCharsetContext ctx) { }
|
|
49
|
-
/**
|
|
50
|
-
* {@inheritDoc}
|
|
51
|
-
*
|
|
52
|
-
* <p>The default implementation does nothing.</p>
|
|
53
|
-
*/
|
|
54
|
-
@Override public void enterGoodImport(css3Parser.GoodImportContext ctx) { }
|
|
55
|
-
/**
|
|
56
|
-
* {@inheritDoc}
|
|
57
|
-
*
|
|
58
|
-
* <p>The default implementation does nothing.</p>
|
|
59
|
-
*/
|
|
60
|
-
@Override public void exitGoodImport(css3Parser.GoodImportContext ctx) { }
|
|
61
|
-
/**
|
|
62
|
-
* {@inheritDoc}
|
|
63
|
-
*
|
|
64
|
-
* <p>The default implementation does nothing.</p>
|
|
65
|
-
*/
|
|
66
|
-
@Override public void enterBadImport(css3Parser.BadImportContext ctx) { }
|
|
67
|
-
/**
|
|
68
|
-
* {@inheritDoc}
|
|
69
|
-
*
|
|
70
|
-
* <p>The default implementation does nothing.</p>
|
|
71
|
-
*/
|
|
72
|
-
@Override public void exitBadImport(css3Parser.BadImportContext ctx) { }
|
|
73
|
-
/**
|
|
74
|
-
* {@inheritDoc}
|
|
75
|
-
*
|
|
76
|
-
* <p>The default implementation does nothing.</p>
|
|
77
|
-
*/
|
|
78
|
-
@Override public void enterGoodNamespace(css3Parser.GoodNamespaceContext ctx) { }
|
|
79
|
-
/**
|
|
80
|
-
* {@inheritDoc}
|
|
81
|
-
*
|
|
82
|
-
* <p>The default implementation does nothing.</p>
|
|
83
|
-
*/
|
|
84
|
-
@Override public void exitGoodNamespace(css3Parser.GoodNamespaceContext ctx) { }
|
|
85
|
-
/**
|
|
86
|
-
* {@inheritDoc}
|
|
87
|
-
*
|
|
88
|
-
* <p>The default implementation does nothing.</p>
|
|
89
|
-
*/
|
|
90
|
-
@Override public void enterBadNamespace(css3Parser.BadNamespaceContext ctx) { }
|
|
91
|
-
/**
|
|
92
|
-
* {@inheritDoc}
|
|
93
|
-
*
|
|
94
|
-
* <p>The default implementation does nothing.</p>
|
|
95
|
-
*/
|
|
96
|
-
@Override public void exitBadNamespace(css3Parser.BadNamespaceContext ctx) { }
|
|
97
|
-
/**
|
|
98
|
-
* {@inheritDoc}
|
|
99
|
-
*
|
|
100
|
-
* <p>The default implementation does nothing.</p>
|
|
101
|
-
*/
|
|
102
|
-
@Override public void enterNamespacePrefix(css3Parser.NamespacePrefixContext ctx) { }
|
|
103
|
-
/**
|
|
104
|
-
* {@inheritDoc}
|
|
105
|
-
*
|
|
106
|
-
* <p>The default implementation does nothing.</p>
|
|
107
|
-
*/
|
|
108
|
-
@Override public void exitNamespacePrefix(css3Parser.NamespacePrefixContext ctx) { }
|
|
109
|
-
/**
|
|
110
|
-
* {@inheritDoc}
|
|
111
|
-
*
|
|
112
|
-
* <p>The default implementation does nothing.</p>
|
|
113
|
-
*/
|
|
114
|
-
@Override public void enterMedia(css3Parser.MediaContext ctx) { }
|
|
115
|
-
/**
|
|
116
|
-
* {@inheritDoc}
|
|
117
|
-
*
|
|
118
|
-
* <p>The default implementation does nothing.</p>
|
|
119
|
-
*/
|
|
120
|
-
@Override public void exitMedia(css3Parser.MediaContext ctx) { }
|
|
121
|
-
/**
|
|
122
|
-
* {@inheritDoc}
|
|
123
|
-
*
|
|
124
|
-
* <p>The default implementation does nothing.</p>
|
|
125
|
-
*/
|
|
126
|
-
@Override public void enterMediaQueryList(css3Parser.MediaQueryListContext ctx) { }
|
|
127
|
-
/**
|
|
128
|
-
* {@inheritDoc}
|
|
129
|
-
*
|
|
130
|
-
* <p>The default implementation does nothing.</p>
|
|
131
|
-
*/
|
|
132
|
-
@Override public void exitMediaQueryList(css3Parser.MediaQueryListContext ctx) { }
|
|
133
|
-
/**
|
|
134
|
-
* {@inheritDoc}
|
|
135
|
-
*
|
|
136
|
-
* <p>The default implementation does nothing.</p>
|
|
137
|
-
*/
|
|
138
|
-
@Override public void enterMediaQuery(css3Parser.MediaQueryContext ctx) { }
|
|
139
|
-
/**
|
|
140
|
-
* {@inheritDoc}
|
|
141
|
-
*
|
|
142
|
-
* <p>The default implementation does nothing.</p>
|
|
143
|
-
*/
|
|
144
|
-
@Override public void exitMediaQuery(css3Parser.MediaQueryContext ctx) { }
|
|
145
|
-
/**
|
|
146
|
-
* {@inheritDoc}
|
|
147
|
-
*
|
|
148
|
-
* <p>The default implementation does nothing.</p>
|
|
149
|
-
*/
|
|
150
|
-
@Override public void enterMediaType(css3Parser.MediaTypeContext ctx) { }
|
|
151
|
-
/**
|
|
152
|
-
* {@inheritDoc}
|
|
153
|
-
*
|
|
154
|
-
* <p>The default implementation does nothing.</p>
|
|
155
|
-
*/
|
|
156
|
-
@Override public void exitMediaType(css3Parser.MediaTypeContext ctx) { }
|
|
157
|
-
/**
|
|
158
|
-
* {@inheritDoc}
|
|
159
|
-
*
|
|
160
|
-
* <p>The default implementation does nothing.</p>
|
|
161
|
-
*/
|
|
162
|
-
@Override public void enterMediaExpression(css3Parser.MediaExpressionContext ctx) { }
|
|
163
|
-
/**
|
|
164
|
-
* {@inheritDoc}
|
|
165
|
-
*
|
|
166
|
-
* <p>The default implementation does nothing.</p>
|
|
167
|
-
*/
|
|
168
|
-
@Override public void exitMediaExpression(css3Parser.MediaExpressionContext ctx) { }
|
|
169
|
-
/**
|
|
170
|
-
* {@inheritDoc}
|
|
171
|
-
*
|
|
172
|
-
* <p>The default implementation does nothing.</p>
|
|
173
|
-
*/
|
|
174
|
-
@Override public void enterMediaFeature(css3Parser.MediaFeatureContext ctx) { }
|
|
175
|
-
/**
|
|
176
|
-
* {@inheritDoc}
|
|
177
|
-
*
|
|
178
|
-
* <p>The default implementation does nothing.</p>
|
|
179
|
-
*/
|
|
180
|
-
@Override public void exitMediaFeature(css3Parser.MediaFeatureContext ctx) { }
|
|
181
|
-
/**
|
|
182
|
-
* {@inheritDoc}
|
|
183
|
-
*
|
|
184
|
-
* <p>The default implementation does nothing.</p>
|
|
185
|
-
*/
|
|
186
|
-
@Override public void enterPage(css3Parser.PageContext ctx) { }
|
|
187
|
-
/**
|
|
188
|
-
* {@inheritDoc}
|
|
189
|
-
*
|
|
190
|
-
* <p>The default implementation does nothing.</p>
|
|
191
|
-
*/
|
|
192
|
-
@Override public void exitPage(css3Parser.PageContext ctx) { }
|
|
193
|
-
/**
|
|
194
|
-
* {@inheritDoc}
|
|
195
|
-
*
|
|
196
|
-
* <p>The default implementation does nothing.</p>
|
|
197
|
-
*/
|
|
198
|
-
@Override public void enterPseudoPage(css3Parser.PseudoPageContext ctx) { }
|
|
199
|
-
/**
|
|
200
|
-
* {@inheritDoc}
|
|
201
|
-
*
|
|
202
|
-
* <p>The default implementation does nothing.</p>
|
|
203
|
-
*/
|
|
204
|
-
@Override public void exitPseudoPage(css3Parser.PseudoPageContext ctx) { }
|
|
205
|
-
/**
|
|
206
|
-
* {@inheritDoc}
|
|
207
|
-
*
|
|
208
|
-
* <p>The default implementation does nothing.</p>
|
|
209
|
-
*/
|
|
210
|
-
@Override public void enterSelectorGroup(css3Parser.SelectorGroupContext ctx) { }
|
|
211
|
-
/**
|
|
212
|
-
* {@inheritDoc}
|
|
213
|
-
*
|
|
214
|
-
* <p>The default implementation does nothing.</p>
|
|
215
|
-
*/
|
|
216
|
-
@Override public void exitSelectorGroup(css3Parser.SelectorGroupContext ctx) { }
|
|
217
|
-
/**
|
|
218
|
-
* {@inheritDoc}
|
|
219
|
-
*
|
|
220
|
-
* <p>The default implementation does nothing.</p>
|
|
221
|
-
*/
|
|
222
|
-
@Override public void enterSelector(css3Parser.SelectorContext ctx) { }
|
|
223
|
-
/**
|
|
224
|
-
* {@inheritDoc}
|
|
225
|
-
*
|
|
226
|
-
* <p>The default implementation does nothing.</p>
|
|
227
|
-
*/
|
|
228
|
-
@Override public void exitSelector(css3Parser.SelectorContext ctx) { }
|
|
229
|
-
/**
|
|
230
|
-
* {@inheritDoc}
|
|
231
|
-
*
|
|
232
|
-
* <p>The default implementation does nothing.</p>
|
|
233
|
-
*/
|
|
234
|
-
@Override public void enterCombinator(css3Parser.CombinatorContext ctx) { }
|
|
235
|
-
/**
|
|
236
|
-
* {@inheritDoc}
|
|
237
|
-
*
|
|
238
|
-
* <p>The default implementation does nothing.</p>
|
|
239
|
-
*/
|
|
240
|
-
@Override public void exitCombinator(css3Parser.CombinatorContext ctx) { }
|
|
241
|
-
/**
|
|
242
|
-
* {@inheritDoc}
|
|
243
|
-
*
|
|
244
|
-
* <p>The default implementation does nothing.</p>
|
|
245
|
-
*/
|
|
246
|
-
@Override public void enterSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext ctx) { }
|
|
247
|
-
/**
|
|
248
|
-
* {@inheritDoc}
|
|
249
|
-
*
|
|
250
|
-
* <p>The default implementation does nothing.</p>
|
|
251
|
-
*/
|
|
252
|
-
@Override public void exitSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext ctx) { }
|
|
253
|
-
/**
|
|
254
|
-
* {@inheritDoc}
|
|
255
|
-
*
|
|
256
|
-
* <p>The default implementation does nothing.</p>
|
|
257
|
-
*/
|
|
258
|
-
@Override public void enterTypeSelector(css3Parser.TypeSelectorContext ctx) { }
|
|
259
|
-
/**
|
|
260
|
-
* {@inheritDoc}
|
|
261
|
-
*
|
|
262
|
-
* <p>The default implementation does nothing.</p>
|
|
263
|
-
*/
|
|
264
|
-
@Override public void exitTypeSelector(css3Parser.TypeSelectorContext ctx) { }
|
|
265
|
-
/**
|
|
266
|
-
* {@inheritDoc}
|
|
267
|
-
*
|
|
268
|
-
* <p>The default implementation does nothing.</p>
|
|
269
|
-
*/
|
|
270
|
-
@Override public void enterTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext ctx) { }
|
|
271
|
-
/**
|
|
272
|
-
* {@inheritDoc}
|
|
273
|
-
*
|
|
274
|
-
* <p>The default implementation does nothing.</p>
|
|
275
|
-
*/
|
|
276
|
-
@Override public void exitTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext ctx) { }
|
|
277
|
-
/**
|
|
278
|
-
* {@inheritDoc}
|
|
279
|
-
*
|
|
280
|
-
* <p>The default implementation does nothing.</p>
|
|
281
|
-
*/
|
|
282
|
-
@Override public void enterElementName(css3Parser.ElementNameContext ctx) { }
|
|
283
|
-
/**
|
|
284
|
-
* {@inheritDoc}
|
|
285
|
-
*
|
|
286
|
-
* <p>The default implementation does nothing.</p>
|
|
287
|
-
*/
|
|
288
|
-
@Override public void exitElementName(css3Parser.ElementNameContext ctx) { }
|
|
289
|
-
/**
|
|
290
|
-
* {@inheritDoc}
|
|
291
|
-
*
|
|
292
|
-
* <p>The default implementation does nothing.</p>
|
|
293
|
-
*/
|
|
294
|
-
@Override public void enterUniversal(css3Parser.UniversalContext ctx) { }
|
|
295
|
-
/**
|
|
296
|
-
* {@inheritDoc}
|
|
297
|
-
*
|
|
298
|
-
* <p>The default implementation does nothing.</p>
|
|
299
|
-
*/
|
|
300
|
-
@Override public void exitUniversal(css3Parser.UniversalContext ctx) { }
|
|
301
|
-
/**
|
|
302
|
-
* {@inheritDoc}
|
|
303
|
-
*
|
|
304
|
-
* <p>The default implementation does nothing.</p>
|
|
305
|
-
*/
|
|
306
|
-
@Override public void enterClassName(css3Parser.ClassNameContext ctx) { }
|
|
307
|
-
/**
|
|
308
|
-
* {@inheritDoc}
|
|
309
|
-
*
|
|
310
|
-
* <p>The default implementation does nothing.</p>
|
|
311
|
-
*/
|
|
312
|
-
@Override public void exitClassName(css3Parser.ClassNameContext ctx) { }
|
|
313
|
-
/**
|
|
314
|
-
* {@inheritDoc}
|
|
315
|
-
*
|
|
316
|
-
* <p>The default implementation does nothing.</p>
|
|
317
|
-
*/
|
|
318
|
-
@Override public void enterAttrib(css3Parser.AttribContext ctx) { }
|
|
319
|
-
/**
|
|
320
|
-
* {@inheritDoc}
|
|
321
|
-
*
|
|
322
|
-
* <p>The default implementation does nothing.</p>
|
|
323
|
-
*/
|
|
324
|
-
@Override public void exitAttrib(css3Parser.AttribContext ctx) { }
|
|
325
|
-
/**
|
|
326
|
-
* {@inheritDoc}
|
|
327
|
-
*
|
|
328
|
-
* <p>The default implementation does nothing.</p>
|
|
329
|
-
*/
|
|
330
|
-
@Override public void enterPseudo(css3Parser.PseudoContext ctx) { }
|
|
331
|
-
/**
|
|
332
|
-
* {@inheritDoc}
|
|
333
|
-
*
|
|
334
|
-
* <p>The default implementation does nothing.</p>
|
|
335
|
-
*/
|
|
336
|
-
@Override public void exitPseudo(css3Parser.PseudoContext ctx) { }
|
|
337
|
-
/**
|
|
338
|
-
* {@inheritDoc}
|
|
339
|
-
*
|
|
340
|
-
* <p>The default implementation does nothing.</p>
|
|
341
|
-
*/
|
|
342
|
-
@Override public void enterFunctionalPseudo(css3Parser.FunctionalPseudoContext ctx) { }
|
|
343
|
-
/**
|
|
344
|
-
* {@inheritDoc}
|
|
345
|
-
*
|
|
346
|
-
* <p>The default implementation does nothing.</p>
|
|
347
|
-
*/
|
|
348
|
-
@Override public void exitFunctionalPseudo(css3Parser.FunctionalPseudoContext ctx) { }
|
|
349
|
-
/**
|
|
350
|
-
* {@inheritDoc}
|
|
351
|
-
*
|
|
352
|
-
* <p>The default implementation does nothing.</p>
|
|
353
|
-
*/
|
|
354
|
-
@Override public void enterExpression(css3Parser.ExpressionContext ctx) { }
|
|
355
|
-
/**
|
|
356
|
-
* {@inheritDoc}
|
|
357
|
-
*
|
|
358
|
-
* <p>The default implementation does nothing.</p>
|
|
359
|
-
*/
|
|
360
|
-
@Override public void exitExpression(css3Parser.ExpressionContext ctx) { }
|
|
361
|
-
/**
|
|
362
|
-
* {@inheritDoc}
|
|
363
|
-
*
|
|
364
|
-
* <p>The default implementation does nothing.</p>
|
|
365
|
-
*/
|
|
366
|
-
@Override public void enterNegation(css3Parser.NegationContext ctx) { }
|
|
367
|
-
/**
|
|
368
|
-
* {@inheritDoc}
|
|
369
|
-
*
|
|
370
|
-
* <p>The default implementation does nothing.</p>
|
|
371
|
-
*/
|
|
372
|
-
@Override public void exitNegation(css3Parser.NegationContext ctx) { }
|
|
373
|
-
/**
|
|
374
|
-
* {@inheritDoc}
|
|
375
|
-
*
|
|
376
|
-
* <p>The default implementation does nothing.</p>
|
|
377
|
-
*/
|
|
378
|
-
@Override public void enterNegationArg(css3Parser.NegationArgContext ctx) { }
|
|
379
|
-
/**
|
|
380
|
-
* {@inheritDoc}
|
|
381
|
-
*
|
|
382
|
-
* <p>The default implementation does nothing.</p>
|
|
383
|
-
*/
|
|
384
|
-
@Override public void exitNegationArg(css3Parser.NegationArgContext ctx) { }
|
|
385
|
-
/**
|
|
386
|
-
* {@inheritDoc}
|
|
387
|
-
*
|
|
388
|
-
* <p>The default implementation does nothing.</p>
|
|
389
|
-
*/
|
|
390
|
-
@Override public void enterGoodOperator(css3Parser.GoodOperatorContext ctx) { }
|
|
391
|
-
/**
|
|
392
|
-
* {@inheritDoc}
|
|
393
|
-
*
|
|
394
|
-
* <p>The default implementation does nothing.</p>
|
|
395
|
-
*/
|
|
396
|
-
@Override public void exitGoodOperator(css3Parser.GoodOperatorContext ctx) { }
|
|
397
|
-
/**
|
|
398
|
-
* {@inheritDoc}
|
|
399
|
-
*
|
|
400
|
-
* <p>The default implementation does nothing.</p>
|
|
401
|
-
*/
|
|
402
|
-
@Override public void enterBadOperator(css3Parser.BadOperatorContext ctx) { }
|
|
403
|
-
/**
|
|
404
|
-
* {@inheritDoc}
|
|
405
|
-
*
|
|
406
|
-
* <p>The default implementation does nothing.</p>
|
|
407
|
-
*/
|
|
408
|
-
@Override public void exitBadOperator(css3Parser.BadOperatorContext ctx) { }
|
|
409
|
-
/**
|
|
410
|
-
* {@inheritDoc}
|
|
411
|
-
*
|
|
412
|
-
* <p>The default implementation does nothing.</p>
|
|
413
|
-
*/
|
|
414
|
-
@Override public void enterGoodProperty(css3Parser.GoodPropertyContext ctx) { }
|
|
415
|
-
/**
|
|
416
|
-
* {@inheritDoc}
|
|
417
|
-
*
|
|
418
|
-
* <p>The default implementation does nothing.</p>
|
|
419
|
-
*/
|
|
420
|
-
@Override public void exitGoodProperty(css3Parser.GoodPropertyContext ctx) { }
|
|
421
|
-
/**
|
|
422
|
-
* {@inheritDoc}
|
|
423
|
-
*
|
|
424
|
-
* <p>The default implementation does nothing.</p>
|
|
425
|
-
*/
|
|
426
|
-
@Override public void enterBadProperty(css3Parser.BadPropertyContext ctx) { }
|
|
427
|
-
/**
|
|
428
|
-
* {@inheritDoc}
|
|
429
|
-
*
|
|
430
|
-
* <p>The default implementation does nothing.</p>
|
|
431
|
-
*/
|
|
432
|
-
@Override public void exitBadProperty(css3Parser.BadPropertyContext ctx) { }
|
|
433
|
-
/**
|
|
434
|
-
* {@inheritDoc}
|
|
435
|
-
*
|
|
436
|
-
* <p>The default implementation does nothing.</p>
|
|
437
|
-
*/
|
|
438
|
-
@Override public void enterKnownRuleset(css3Parser.KnownRulesetContext ctx) { }
|
|
439
|
-
/**
|
|
440
|
-
* {@inheritDoc}
|
|
441
|
-
*
|
|
442
|
-
* <p>The default implementation does nothing.</p>
|
|
443
|
-
*/
|
|
444
|
-
@Override public void exitKnownRuleset(css3Parser.KnownRulesetContext ctx) { }
|
|
445
|
-
/**
|
|
446
|
-
* {@inheritDoc}
|
|
447
|
-
*
|
|
448
|
-
* <p>The default implementation does nothing.</p>
|
|
449
|
-
*/
|
|
450
|
-
@Override public void enterUnknownRuleset(css3Parser.UnknownRulesetContext ctx) { }
|
|
451
|
-
/**
|
|
452
|
-
* {@inheritDoc}
|
|
453
|
-
*
|
|
454
|
-
* <p>The default implementation does nothing.</p>
|
|
455
|
-
*/
|
|
456
|
-
@Override public void exitUnknownRuleset(css3Parser.UnknownRulesetContext ctx) { }
|
|
457
|
-
/**
|
|
458
|
-
* {@inheritDoc}
|
|
459
|
-
*
|
|
460
|
-
* <p>The default implementation does nothing.</p>
|
|
461
|
-
*/
|
|
462
|
-
@Override public void enterDeclarationList(css3Parser.DeclarationListContext ctx) { }
|
|
463
|
-
/**
|
|
464
|
-
* {@inheritDoc}
|
|
465
|
-
*
|
|
466
|
-
* <p>The default implementation does nothing.</p>
|
|
467
|
-
*/
|
|
468
|
-
@Override public void exitDeclarationList(css3Parser.DeclarationListContext ctx) { }
|
|
469
|
-
/**
|
|
470
|
-
* {@inheritDoc}
|
|
471
|
-
*
|
|
472
|
-
* <p>The default implementation does nothing.</p>
|
|
473
|
-
*/
|
|
474
|
-
@Override public void enterKnownDeclaration(css3Parser.KnownDeclarationContext ctx) { }
|
|
475
|
-
/**
|
|
476
|
-
* {@inheritDoc}
|
|
477
|
-
*
|
|
478
|
-
* <p>The default implementation does nothing.</p>
|
|
479
|
-
*/
|
|
480
|
-
@Override public void exitKnownDeclaration(css3Parser.KnownDeclarationContext ctx) { }
|
|
481
|
-
/**
|
|
482
|
-
* {@inheritDoc}
|
|
483
|
-
*
|
|
484
|
-
* <p>The default implementation does nothing.</p>
|
|
485
|
-
*/
|
|
486
|
-
@Override public void enterUnknownDeclaration(css3Parser.UnknownDeclarationContext ctx) { }
|
|
487
|
-
/**
|
|
488
|
-
* {@inheritDoc}
|
|
489
|
-
*
|
|
490
|
-
* <p>The default implementation does nothing.</p>
|
|
491
|
-
*/
|
|
492
|
-
@Override public void exitUnknownDeclaration(css3Parser.UnknownDeclarationContext ctx) { }
|
|
493
|
-
/**
|
|
494
|
-
* {@inheritDoc}
|
|
495
|
-
*
|
|
496
|
-
* <p>The default implementation does nothing.</p>
|
|
497
|
-
*/
|
|
498
|
-
@Override public void enterPrio(css3Parser.PrioContext ctx) { }
|
|
499
|
-
/**
|
|
500
|
-
* {@inheritDoc}
|
|
501
|
-
*
|
|
502
|
-
* <p>The default implementation does nothing.</p>
|
|
503
|
-
*/
|
|
504
|
-
@Override public void exitPrio(css3Parser.PrioContext ctx) { }
|
|
505
|
-
/**
|
|
506
|
-
* {@inheritDoc}
|
|
507
|
-
*
|
|
508
|
-
* <p>The default implementation does nothing.</p>
|
|
509
|
-
*/
|
|
510
|
-
@Override public void enterValue(css3Parser.ValueContext ctx) { }
|
|
511
|
-
/**
|
|
512
|
-
* {@inheritDoc}
|
|
513
|
-
*
|
|
514
|
-
* <p>The default implementation does nothing.</p>
|
|
515
|
-
*/
|
|
516
|
-
@Override public void exitValue(css3Parser.ValueContext ctx) { }
|
|
517
|
-
/**
|
|
518
|
-
* {@inheritDoc}
|
|
519
|
-
*
|
|
520
|
-
* <p>The default implementation does nothing.</p>
|
|
521
|
-
*/
|
|
522
|
-
@Override public void enterExpr(css3Parser.ExprContext ctx) { }
|
|
523
|
-
/**
|
|
524
|
-
* {@inheritDoc}
|
|
525
|
-
*
|
|
526
|
-
* <p>The default implementation does nothing.</p>
|
|
527
|
-
*/
|
|
528
|
-
@Override public void exitExpr(css3Parser.ExprContext ctx) { }
|
|
529
|
-
/**
|
|
530
|
-
* {@inheritDoc}
|
|
531
|
-
*
|
|
532
|
-
* <p>The default implementation does nothing.</p>
|
|
533
|
-
*/
|
|
534
|
-
@Override public void enterKnownTerm(css3Parser.KnownTermContext ctx) { }
|
|
535
|
-
/**
|
|
536
|
-
* {@inheritDoc}
|
|
537
|
-
*
|
|
538
|
-
* <p>The default implementation does nothing.</p>
|
|
539
|
-
*/
|
|
540
|
-
@Override public void exitKnownTerm(css3Parser.KnownTermContext ctx) { }
|
|
541
|
-
/**
|
|
542
|
-
* {@inheritDoc}
|
|
543
|
-
*
|
|
544
|
-
* <p>The default implementation does nothing.</p>
|
|
545
|
-
*/
|
|
546
|
-
@Override public void enterUnknownTerm(css3Parser.UnknownTermContext ctx) { }
|
|
547
|
-
/**
|
|
548
|
-
* {@inheritDoc}
|
|
549
|
-
*
|
|
550
|
-
* <p>The default implementation does nothing.</p>
|
|
551
|
-
*/
|
|
552
|
-
@Override public void exitUnknownTerm(css3Parser.UnknownTermContext ctx) { }
|
|
553
|
-
/**
|
|
554
|
-
* {@inheritDoc}
|
|
555
|
-
*
|
|
556
|
-
* <p>The default implementation does nothing.</p>
|
|
557
|
-
*/
|
|
558
|
-
@Override public void enterBadTerm(css3Parser.BadTermContext ctx) { }
|
|
559
|
-
/**
|
|
560
|
-
* {@inheritDoc}
|
|
561
|
-
*
|
|
562
|
-
* <p>The default implementation does nothing.</p>
|
|
563
|
-
*/
|
|
564
|
-
@Override public void exitBadTerm(css3Parser.BadTermContext ctx) { }
|
|
565
|
-
/**
|
|
566
|
-
* {@inheritDoc}
|
|
567
|
-
*
|
|
568
|
-
* <p>The default implementation does nothing.</p>
|
|
569
|
-
*/
|
|
570
|
-
@Override public void enterFunction_(css3Parser.Function_Context ctx) { }
|
|
571
|
-
/**
|
|
572
|
-
* {@inheritDoc}
|
|
573
|
-
*
|
|
574
|
-
* <p>The default implementation does nothing.</p>
|
|
575
|
-
*/
|
|
576
|
-
@Override public void exitFunction_(css3Parser.Function_Context ctx) { }
|
|
577
|
-
/**
|
|
578
|
-
* {@inheritDoc}
|
|
579
|
-
*
|
|
580
|
-
* <p>The default implementation does nothing.</p>
|
|
581
|
-
*/
|
|
582
|
-
@Override public void enterDxImageTransform(css3Parser.DxImageTransformContext ctx) { }
|
|
583
|
-
/**
|
|
584
|
-
* {@inheritDoc}
|
|
585
|
-
*
|
|
586
|
-
* <p>The default implementation does nothing.</p>
|
|
587
|
-
*/
|
|
588
|
-
@Override public void exitDxImageTransform(css3Parser.DxImageTransformContext ctx) { }
|
|
589
|
-
/**
|
|
590
|
-
* {@inheritDoc}
|
|
591
|
-
*
|
|
592
|
-
* <p>The default implementation does nothing.</p>
|
|
593
|
-
*/
|
|
594
|
-
@Override public void enterHexcolor(css3Parser.HexcolorContext ctx) { }
|
|
595
|
-
/**
|
|
596
|
-
* {@inheritDoc}
|
|
597
|
-
*
|
|
598
|
-
* <p>The default implementation does nothing.</p>
|
|
599
|
-
*/
|
|
600
|
-
@Override public void exitHexcolor(css3Parser.HexcolorContext ctx) { }
|
|
601
|
-
/**
|
|
602
|
-
* {@inheritDoc}
|
|
603
|
-
*
|
|
604
|
-
* <p>The default implementation does nothing.</p>
|
|
605
|
-
*/
|
|
606
|
-
@Override public void enterNumber(css3Parser.NumberContext ctx) { }
|
|
607
|
-
/**
|
|
608
|
-
* {@inheritDoc}
|
|
609
|
-
*
|
|
610
|
-
* <p>The default implementation does nothing.</p>
|
|
611
|
-
*/
|
|
612
|
-
@Override public void exitNumber(css3Parser.NumberContext ctx) { }
|
|
613
|
-
/**
|
|
614
|
-
* {@inheritDoc}
|
|
615
|
-
*
|
|
616
|
-
* <p>The default implementation does nothing.</p>
|
|
617
|
-
*/
|
|
618
|
-
@Override public void enterPercentage(css3Parser.PercentageContext ctx) { }
|
|
619
|
-
/**
|
|
620
|
-
* {@inheritDoc}
|
|
621
|
-
*
|
|
622
|
-
* <p>The default implementation does nothing.</p>
|
|
623
|
-
*/
|
|
624
|
-
@Override public void exitPercentage(css3Parser.PercentageContext ctx) { }
|
|
625
|
-
/**
|
|
626
|
-
* {@inheritDoc}
|
|
627
|
-
*
|
|
628
|
-
* <p>The default implementation does nothing.</p>
|
|
629
|
-
*/
|
|
630
|
-
@Override public void enterDimension(css3Parser.DimensionContext ctx) { }
|
|
631
|
-
/**
|
|
632
|
-
* {@inheritDoc}
|
|
633
|
-
*
|
|
634
|
-
* <p>The default implementation does nothing.</p>
|
|
635
|
-
*/
|
|
636
|
-
@Override public void exitDimension(css3Parser.DimensionContext ctx) { }
|
|
637
|
-
/**
|
|
638
|
-
* {@inheritDoc}
|
|
639
|
-
*
|
|
640
|
-
* <p>The default implementation does nothing.</p>
|
|
641
|
-
*/
|
|
642
|
-
@Override public void enterUnknownDimension(css3Parser.UnknownDimensionContext ctx) { }
|
|
643
|
-
/**
|
|
644
|
-
* {@inheritDoc}
|
|
645
|
-
*
|
|
646
|
-
* <p>The default implementation does nothing.</p>
|
|
647
|
-
*/
|
|
648
|
-
@Override public void exitUnknownDimension(css3Parser.UnknownDimensionContext ctx) { }
|
|
649
|
-
/**
|
|
650
|
-
* {@inheritDoc}
|
|
651
|
-
*
|
|
652
|
-
* <p>The default implementation does nothing.</p>
|
|
653
|
-
*/
|
|
654
|
-
@Override public void enterAny_(css3Parser.Any_Context ctx) { }
|
|
655
|
-
/**
|
|
656
|
-
* {@inheritDoc}
|
|
657
|
-
*
|
|
658
|
-
* <p>The default implementation does nothing.</p>
|
|
659
|
-
*/
|
|
660
|
-
@Override public void exitAny_(css3Parser.Any_Context ctx) { }
|
|
661
|
-
/**
|
|
662
|
-
* {@inheritDoc}
|
|
663
|
-
*
|
|
664
|
-
* <p>The default implementation does nothing.</p>
|
|
665
|
-
*/
|
|
666
|
-
@Override public void enterUnknownAtRule(css3Parser.UnknownAtRuleContext ctx) { }
|
|
667
|
-
/**
|
|
668
|
-
* {@inheritDoc}
|
|
669
|
-
*
|
|
670
|
-
* <p>The default implementation does nothing.</p>
|
|
671
|
-
*/
|
|
672
|
-
@Override public void exitUnknownAtRule(css3Parser.UnknownAtRuleContext ctx) { }
|
|
673
|
-
/**
|
|
674
|
-
* {@inheritDoc}
|
|
675
|
-
*
|
|
676
|
-
* <p>The default implementation does nothing.</p>
|
|
677
|
-
*/
|
|
678
|
-
@Override public void enterAtKeyword(css3Parser.AtKeywordContext ctx) { }
|
|
679
|
-
/**
|
|
680
|
-
* {@inheritDoc}
|
|
681
|
-
*
|
|
682
|
-
* <p>The default implementation does nothing.</p>
|
|
683
|
-
*/
|
|
684
|
-
@Override public void exitAtKeyword(css3Parser.AtKeywordContext ctx) { }
|
|
685
|
-
/**
|
|
686
|
-
* {@inheritDoc}
|
|
687
|
-
*
|
|
688
|
-
* <p>The default implementation does nothing.</p>
|
|
689
|
-
*/
|
|
690
|
-
@Override public void enterUnused(css3Parser.UnusedContext ctx) { }
|
|
691
|
-
/**
|
|
692
|
-
* {@inheritDoc}
|
|
693
|
-
*
|
|
694
|
-
* <p>The default implementation does nothing.</p>
|
|
695
|
-
*/
|
|
696
|
-
@Override public void exitUnused(css3Parser.UnusedContext ctx) { }
|
|
697
|
-
/**
|
|
698
|
-
* {@inheritDoc}
|
|
699
|
-
*
|
|
700
|
-
* <p>The default implementation does nothing.</p>
|
|
701
|
-
*/
|
|
702
|
-
@Override public void enterBlock(css3Parser.BlockContext ctx) { }
|
|
703
|
-
/**
|
|
704
|
-
* {@inheritDoc}
|
|
705
|
-
*
|
|
706
|
-
* <p>The default implementation does nothing.</p>
|
|
707
|
-
*/
|
|
708
|
-
@Override public void exitBlock(css3Parser.BlockContext ctx) { }
|
|
709
|
-
/**
|
|
710
|
-
* {@inheritDoc}
|
|
711
|
-
*
|
|
712
|
-
* <p>The default implementation does nothing.</p>
|
|
713
|
-
*/
|
|
714
|
-
@Override public void enterNestedStatement(css3Parser.NestedStatementContext ctx) { }
|
|
715
|
-
/**
|
|
716
|
-
* {@inheritDoc}
|
|
717
|
-
*
|
|
718
|
-
* <p>The default implementation does nothing.</p>
|
|
719
|
-
*/
|
|
720
|
-
@Override public void exitNestedStatement(css3Parser.NestedStatementContext ctx) { }
|
|
721
|
-
/**
|
|
722
|
-
* {@inheritDoc}
|
|
723
|
-
*
|
|
724
|
-
* <p>The default implementation does nothing.</p>
|
|
725
|
-
*/
|
|
726
|
-
@Override public void enterGroupRuleBody(css3Parser.GroupRuleBodyContext ctx) { }
|
|
727
|
-
/**
|
|
728
|
-
* {@inheritDoc}
|
|
729
|
-
*
|
|
730
|
-
* <p>The default implementation does nothing.</p>
|
|
731
|
-
*/
|
|
732
|
-
@Override public void exitGroupRuleBody(css3Parser.GroupRuleBodyContext ctx) { }
|
|
733
|
-
/**
|
|
734
|
-
* {@inheritDoc}
|
|
735
|
-
*
|
|
736
|
-
* <p>The default implementation does nothing.</p>
|
|
737
|
-
*/
|
|
738
|
-
@Override public void enterSupportsRule(css3Parser.SupportsRuleContext ctx) { }
|
|
739
|
-
/**
|
|
740
|
-
* {@inheritDoc}
|
|
741
|
-
*
|
|
742
|
-
* <p>The default implementation does nothing.</p>
|
|
743
|
-
*/
|
|
744
|
-
@Override public void exitSupportsRule(css3Parser.SupportsRuleContext ctx) { }
|
|
745
|
-
/**
|
|
746
|
-
* {@inheritDoc}
|
|
747
|
-
*
|
|
748
|
-
* <p>The default implementation does nothing.</p>
|
|
749
|
-
*/
|
|
750
|
-
@Override public void enterSupportsCondition(css3Parser.SupportsConditionContext ctx) { }
|
|
751
|
-
/**
|
|
752
|
-
* {@inheritDoc}
|
|
753
|
-
*
|
|
754
|
-
* <p>The default implementation does nothing.</p>
|
|
755
|
-
*/
|
|
756
|
-
@Override public void exitSupportsCondition(css3Parser.SupportsConditionContext ctx) { }
|
|
757
|
-
/**
|
|
758
|
-
* {@inheritDoc}
|
|
759
|
-
*
|
|
760
|
-
* <p>The default implementation does nothing.</p>
|
|
761
|
-
*/
|
|
762
|
-
@Override public void enterSupportsConditionInParens(css3Parser.SupportsConditionInParensContext ctx) { }
|
|
763
|
-
/**
|
|
764
|
-
* {@inheritDoc}
|
|
765
|
-
*
|
|
766
|
-
* <p>The default implementation does nothing.</p>
|
|
767
|
-
*/
|
|
768
|
-
@Override public void exitSupportsConditionInParens(css3Parser.SupportsConditionInParensContext ctx) { }
|
|
769
|
-
/**
|
|
770
|
-
* {@inheritDoc}
|
|
771
|
-
*
|
|
772
|
-
* <p>The default implementation does nothing.</p>
|
|
773
|
-
*/
|
|
774
|
-
@Override public void enterSupportsNegation(css3Parser.SupportsNegationContext ctx) { }
|
|
775
|
-
/**
|
|
776
|
-
* {@inheritDoc}
|
|
777
|
-
*
|
|
778
|
-
* <p>The default implementation does nothing.</p>
|
|
779
|
-
*/
|
|
780
|
-
@Override public void exitSupportsNegation(css3Parser.SupportsNegationContext ctx) { }
|
|
781
|
-
/**
|
|
782
|
-
* {@inheritDoc}
|
|
783
|
-
*
|
|
784
|
-
* <p>The default implementation does nothing.</p>
|
|
785
|
-
*/
|
|
786
|
-
@Override public void enterSupportsConjunction(css3Parser.SupportsConjunctionContext ctx) { }
|
|
787
|
-
/**
|
|
788
|
-
* {@inheritDoc}
|
|
789
|
-
*
|
|
790
|
-
* <p>The default implementation does nothing.</p>
|
|
791
|
-
*/
|
|
792
|
-
@Override public void exitSupportsConjunction(css3Parser.SupportsConjunctionContext ctx) { }
|
|
793
|
-
/**
|
|
794
|
-
* {@inheritDoc}
|
|
795
|
-
*
|
|
796
|
-
* <p>The default implementation does nothing.</p>
|
|
797
|
-
*/
|
|
798
|
-
@Override public void enterSupportsDisjunction(css3Parser.SupportsDisjunctionContext ctx) { }
|
|
799
|
-
/**
|
|
800
|
-
* {@inheritDoc}
|
|
801
|
-
*
|
|
802
|
-
* <p>The default implementation does nothing.</p>
|
|
803
|
-
*/
|
|
804
|
-
@Override public void exitSupportsDisjunction(css3Parser.SupportsDisjunctionContext ctx) { }
|
|
805
|
-
/**
|
|
806
|
-
* {@inheritDoc}
|
|
807
|
-
*
|
|
808
|
-
* <p>The default implementation does nothing.</p>
|
|
809
|
-
*/
|
|
810
|
-
@Override public void enterSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext ctx) { }
|
|
811
|
-
/**
|
|
812
|
-
* {@inheritDoc}
|
|
813
|
-
*
|
|
814
|
-
* <p>The default implementation does nothing.</p>
|
|
815
|
-
*/
|
|
816
|
-
@Override public void exitSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext ctx) { }
|
|
817
|
-
/**
|
|
818
|
-
* {@inheritDoc}
|
|
819
|
-
*
|
|
820
|
-
* <p>The default implementation does nothing.</p>
|
|
821
|
-
*/
|
|
822
|
-
@Override public void enterGeneralEnclosed(css3Parser.GeneralEnclosedContext ctx) { }
|
|
823
|
-
/**
|
|
824
|
-
* {@inheritDoc}
|
|
825
|
-
*
|
|
826
|
-
* <p>The default implementation does nothing.</p>
|
|
827
|
-
*/
|
|
828
|
-
@Override public void exitGeneralEnclosed(css3Parser.GeneralEnclosedContext ctx) { }
|
|
829
|
-
/**
|
|
830
|
-
* {@inheritDoc}
|
|
831
|
-
*
|
|
832
|
-
* <p>The default implementation does nothing.</p>
|
|
833
|
-
*/
|
|
834
|
-
@Override public void enterVar_(css3Parser.Var_Context ctx) { }
|
|
835
|
-
/**
|
|
836
|
-
* {@inheritDoc}
|
|
837
|
-
*
|
|
838
|
-
* <p>The default implementation does nothing.</p>
|
|
839
|
-
*/
|
|
840
|
-
@Override public void exitVar_(css3Parser.Var_Context ctx) { }
|
|
841
|
-
/**
|
|
842
|
-
* {@inheritDoc}
|
|
843
|
-
*
|
|
844
|
-
* <p>The default implementation does nothing.</p>
|
|
845
|
-
*/
|
|
846
|
-
@Override public void enterCalc(css3Parser.CalcContext ctx) { }
|
|
847
|
-
/**
|
|
848
|
-
* {@inheritDoc}
|
|
849
|
-
*
|
|
850
|
-
* <p>The default implementation does nothing.</p>
|
|
851
|
-
*/
|
|
852
|
-
@Override public void exitCalc(css3Parser.CalcContext ctx) { }
|
|
853
|
-
/**
|
|
854
|
-
* {@inheritDoc}
|
|
855
|
-
*
|
|
856
|
-
* <p>The default implementation does nothing.</p>
|
|
857
|
-
*/
|
|
858
|
-
@Override public void enterCalcSum(css3Parser.CalcSumContext ctx) { }
|
|
859
|
-
/**
|
|
860
|
-
* {@inheritDoc}
|
|
861
|
-
*
|
|
862
|
-
* <p>The default implementation does nothing.</p>
|
|
863
|
-
*/
|
|
864
|
-
@Override public void exitCalcSum(css3Parser.CalcSumContext ctx) { }
|
|
865
|
-
/**
|
|
866
|
-
* {@inheritDoc}
|
|
867
|
-
*
|
|
868
|
-
* <p>The default implementation does nothing.</p>
|
|
869
|
-
*/
|
|
870
|
-
@Override public void enterCalcProduct(css3Parser.CalcProductContext ctx) { }
|
|
871
|
-
/**
|
|
872
|
-
* {@inheritDoc}
|
|
873
|
-
*
|
|
874
|
-
* <p>The default implementation does nothing.</p>
|
|
875
|
-
*/
|
|
876
|
-
@Override public void exitCalcProduct(css3Parser.CalcProductContext ctx) { }
|
|
877
|
-
/**
|
|
878
|
-
* {@inheritDoc}
|
|
879
|
-
*
|
|
880
|
-
* <p>The default implementation does nothing.</p>
|
|
881
|
-
*/
|
|
882
|
-
@Override public void enterCalcValue(css3Parser.CalcValueContext ctx) { }
|
|
883
|
-
/**
|
|
884
|
-
* {@inheritDoc}
|
|
885
|
-
*
|
|
886
|
-
* <p>The default implementation does nothing.</p>
|
|
887
|
-
*/
|
|
888
|
-
@Override public void exitCalcValue(css3Parser.CalcValueContext ctx) { }
|
|
889
|
-
/**
|
|
890
|
-
* {@inheritDoc}
|
|
891
|
-
*
|
|
892
|
-
* <p>The default implementation does nothing.</p>
|
|
893
|
-
*/
|
|
894
|
-
@Override public void enterFontFaceRule(css3Parser.FontFaceRuleContext ctx) { }
|
|
895
|
-
/**
|
|
896
|
-
* {@inheritDoc}
|
|
897
|
-
*
|
|
898
|
-
* <p>The default implementation does nothing.</p>
|
|
899
|
-
*/
|
|
900
|
-
@Override public void exitFontFaceRule(css3Parser.FontFaceRuleContext ctx) { }
|
|
901
|
-
/**
|
|
902
|
-
* {@inheritDoc}
|
|
903
|
-
*
|
|
904
|
-
* <p>The default implementation does nothing.</p>
|
|
905
|
-
*/
|
|
906
|
-
@Override public void enterKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext ctx) { }
|
|
907
|
-
/**
|
|
908
|
-
* {@inheritDoc}
|
|
909
|
-
*
|
|
910
|
-
* <p>The default implementation does nothing.</p>
|
|
911
|
-
*/
|
|
912
|
-
@Override public void exitKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext ctx) { }
|
|
913
|
-
/**
|
|
914
|
-
* {@inheritDoc}
|
|
915
|
-
*
|
|
916
|
-
* <p>The default implementation does nothing.</p>
|
|
917
|
-
*/
|
|
918
|
-
@Override public void enterUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext ctx) { }
|
|
919
|
-
/**
|
|
920
|
-
* {@inheritDoc}
|
|
921
|
-
*
|
|
922
|
-
* <p>The default implementation does nothing.</p>
|
|
923
|
-
*/
|
|
924
|
-
@Override public void exitUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext ctx) { }
|
|
925
|
-
/**
|
|
926
|
-
* {@inheritDoc}
|
|
927
|
-
*
|
|
928
|
-
* <p>The default implementation does nothing.</p>
|
|
929
|
-
*/
|
|
930
|
-
@Override public void enterKeyframesRule(css3Parser.KeyframesRuleContext ctx) { }
|
|
931
|
-
/**
|
|
932
|
-
* {@inheritDoc}
|
|
933
|
-
*
|
|
934
|
-
* <p>The default implementation does nothing.</p>
|
|
935
|
-
*/
|
|
936
|
-
@Override public void exitKeyframesRule(css3Parser.KeyframesRuleContext ctx) { }
|
|
937
|
-
/**
|
|
938
|
-
* {@inheritDoc}
|
|
939
|
-
*
|
|
940
|
-
* <p>The default implementation does nothing.</p>
|
|
941
|
-
*/
|
|
942
|
-
@Override public void enterKeyframesBlocks(css3Parser.KeyframesBlocksContext ctx) { }
|
|
943
|
-
/**
|
|
944
|
-
* {@inheritDoc}
|
|
945
|
-
*
|
|
946
|
-
* <p>The default implementation does nothing.</p>
|
|
947
|
-
*/
|
|
948
|
-
@Override public void exitKeyframesBlocks(css3Parser.KeyframesBlocksContext ctx) { }
|
|
949
|
-
/**
|
|
950
|
-
* {@inheritDoc}
|
|
951
|
-
*
|
|
952
|
-
* <p>The default implementation does nothing.</p>
|
|
953
|
-
*/
|
|
954
|
-
@Override public void enterKeyframeSelector(css3Parser.KeyframeSelectorContext ctx) { }
|
|
955
|
-
/**
|
|
956
|
-
* {@inheritDoc}
|
|
957
|
-
*
|
|
958
|
-
* <p>The default implementation does nothing.</p>
|
|
959
|
-
*/
|
|
960
|
-
@Override public void exitKeyframeSelector(css3Parser.KeyframeSelectorContext ctx) { }
|
|
961
|
-
/**
|
|
962
|
-
* {@inheritDoc}
|
|
963
|
-
*
|
|
964
|
-
* <p>The default implementation does nothing.</p>
|
|
965
|
-
*/
|
|
966
|
-
@Override public void enterViewport(css3Parser.ViewportContext ctx) { }
|
|
967
|
-
/**
|
|
968
|
-
* {@inheritDoc}
|
|
969
|
-
*
|
|
970
|
-
* <p>The default implementation does nothing.</p>
|
|
971
|
-
*/
|
|
972
|
-
@Override public void exitViewport(css3Parser.ViewportContext ctx) { }
|
|
973
|
-
/**
|
|
974
|
-
* {@inheritDoc}
|
|
975
|
-
*
|
|
976
|
-
* <p>The default implementation does nothing.</p>
|
|
977
|
-
*/
|
|
978
|
-
@Override public void enterCounterStyle(css3Parser.CounterStyleContext ctx) { }
|
|
979
|
-
/**
|
|
980
|
-
* {@inheritDoc}
|
|
981
|
-
*
|
|
982
|
-
* <p>The default implementation does nothing.</p>
|
|
983
|
-
*/
|
|
984
|
-
@Override public void exitCounterStyle(css3Parser.CounterStyleContext ctx) { }
|
|
985
|
-
/**
|
|
986
|
-
* {@inheritDoc}
|
|
987
|
-
*
|
|
988
|
-
* <p>The default implementation does nothing.</p>
|
|
989
|
-
*/
|
|
990
|
-
@Override public void enterFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext ctx) { }
|
|
991
|
-
/**
|
|
992
|
-
* {@inheritDoc}
|
|
993
|
-
*
|
|
994
|
-
* <p>The default implementation does nothing.</p>
|
|
995
|
-
*/
|
|
996
|
-
@Override public void exitFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext ctx) { }
|
|
997
|
-
/**
|
|
998
|
-
* {@inheritDoc}
|
|
999
|
-
*
|
|
1000
|
-
* <p>The default implementation does nothing.</p>
|
|
1001
|
-
*/
|
|
1002
|
-
@Override public void enterFontFamilyNameList(css3Parser.FontFamilyNameListContext ctx) { }
|
|
1003
|
-
/**
|
|
1004
|
-
* {@inheritDoc}
|
|
1005
|
-
*
|
|
1006
|
-
* <p>The default implementation does nothing.</p>
|
|
1007
|
-
*/
|
|
1008
|
-
@Override public void exitFontFamilyNameList(css3Parser.FontFamilyNameListContext ctx) { }
|
|
1009
|
-
/**
|
|
1010
|
-
* {@inheritDoc}
|
|
1011
|
-
*
|
|
1012
|
-
* <p>The default implementation does nothing.</p>
|
|
1013
|
-
*/
|
|
1014
|
-
@Override public void enterFontFamilyName(css3Parser.FontFamilyNameContext ctx) { }
|
|
1015
|
-
/**
|
|
1016
|
-
* {@inheritDoc}
|
|
1017
|
-
*
|
|
1018
|
-
* <p>The default implementation does nothing.</p>
|
|
1019
|
-
*/
|
|
1020
|
-
@Override public void exitFontFamilyName(css3Parser.FontFamilyNameContext ctx) { }
|
|
1021
|
-
/**
|
|
1022
|
-
* {@inheritDoc}
|
|
1023
|
-
*
|
|
1024
|
-
* <p>The default implementation does nothing.</p>
|
|
1025
|
-
*/
|
|
1026
|
-
@Override public void enterFeatureValueBlock(css3Parser.FeatureValueBlockContext ctx) { }
|
|
1027
|
-
/**
|
|
1028
|
-
* {@inheritDoc}
|
|
1029
|
-
*
|
|
1030
|
-
* <p>The default implementation does nothing.</p>
|
|
1031
|
-
*/
|
|
1032
|
-
@Override public void exitFeatureValueBlock(css3Parser.FeatureValueBlockContext ctx) { }
|
|
1033
|
-
/**
|
|
1034
|
-
* {@inheritDoc}
|
|
1035
|
-
*
|
|
1036
|
-
* <p>The default implementation does nothing.</p>
|
|
1037
|
-
*/
|
|
1038
|
-
@Override public void enterFeatureType(css3Parser.FeatureTypeContext ctx) { }
|
|
1039
|
-
/**
|
|
1040
|
-
* {@inheritDoc}
|
|
1041
|
-
*
|
|
1042
|
-
* <p>The default implementation does nothing.</p>
|
|
1043
|
-
*/
|
|
1044
|
-
@Override public void exitFeatureType(css3Parser.FeatureTypeContext ctx) { }
|
|
1045
|
-
/**
|
|
1046
|
-
* {@inheritDoc}
|
|
1047
|
-
*
|
|
1048
|
-
* <p>The default implementation does nothing.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
@Override public void enterFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext ctx) { }
|
|
1051
|
-
/**
|
|
1052
|
-
* {@inheritDoc}
|
|
1053
|
-
*
|
|
1054
|
-
* <p>The default implementation does nothing.</p>
|
|
1055
|
-
*/
|
|
1056
|
-
@Override public void exitFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext ctx) { }
|
|
1057
|
-
/**
|
|
1058
|
-
* {@inheritDoc}
|
|
1059
|
-
*
|
|
1060
|
-
* <p>The default implementation does nothing.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
@Override public void enterIdent(css3Parser.IdentContext ctx) { }
|
|
1063
|
-
/**
|
|
1064
|
-
* {@inheritDoc}
|
|
1065
|
-
*
|
|
1066
|
-
* <p>The default implementation does nothing.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
@Override public void exitIdent(css3Parser.IdentContext ctx) { }
|
|
1069
|
-
/**
|
|
1070
|
-
* {@inheritDoc}
|
|
1071
|
-
*
|
|
1072
|
-
* <p>The default implementation does nothing.</p>
|
|
1073
|
-
*/
|
|
1074
|
-
@Override public void enterWs(css3Parser.WsContext ctx) { }
|
|
1075
|
-
/**
|
|
1076
|
-
* {@inheritDoc}
|
|
1077
|
-
*
|
|
1078
|
-
* <p>The default implementation does nothing.</p>
|
|
1079
|
-
*/
|
|
1080
|
-
@Override public void exitWs(css3Parser.WsContext ctx) { }
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* {@inheritDoc}
|
|
1084
|
-
*
|
|
1085
|
-
* <p>The default implementation does nothing.</p>
|
|
1086
|
-
*/
|
|
1087
|
-
@Override public void enterEveryRule(ParserRuleContext ctx) { }
|
|
1088
|
-
/**
|
|
1089
|
-
* {@inheritDoc}
|
|
1090
|
-
*
|
|
1091
|
-
* <p>The default implementation does nothing.</p>
|
|
1092
|
-
*/
|
|
1093
|
-
@Override public void exitEveryRule(ParserRuleContext ctx) { }
|
|
1094
|
-
/**
|
|
1095
|
-
* {@inheritDoc}
|
|
1096
|
-
*
|
|
1097
|
-
* <p>The default implementation does nothing.</p>
|
|
1098
|
-
*/
|
|
1099
|
-
@Override public void visitTerminal(TerminalNode node) { }
|
|
1100
|
-
/**
|
|
1101
|
-
* {@inheritDoc}
|
|
1102
|
-
*
|
|
1103
|
-
* <p>The default implementation does nothing.</p>
|
|
1104
|
-
*/
|
|
1105
|
-
@Override public void visitErrorNode(ErrorNode node) { }
|
|
1106
|
-
}
|