@zenuml/core 2.0.0 → 2.0.1
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/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
package/gen/css3Listener.java
DELETED
|
@@ -1,939 +0,0 @@
|
|
|
1
|
-
// Generated from /Users/pengxiao/workspaces/zenuml/vue-sequence/src/g4-units/css3.g4 by ANTLR 4.9.2
|
|
2
|
-
import org.antlr.v4.runtime.tree.ParseTreeListener;
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* This interface defines a complete listener for a parse tree produced by
|
|
6
|
-
* {@link css3Parser}.
|
|
7
|
-
*/
|
|
8
|
-
public interface css3Listener extends ParseTreeListener {
|
|
9
|
-
/**
|
|
10
|
-
* Enter a parse tree produced by {@link css3Parser#stylesheet}.
|
|
11
|
-
* @param ctx the parse tree
|
|
12
|
-
*/
|
|
13
|
-
void enterStylesheet(css3Parser.StylesheetContext ctx);
|
|
14
|
-
/**
|
|
15
|
-
* Exit a parse tree produced by {@link css3Parser#stylesheet}.
|
|
16
|
-
* @param ctx the parse tree
|
|
17
|
-
*/
|
|
18
|
-
void exitStylesheet(css3Parser.StylesheetContext ctx);
|
|
19
|
-
/**
|
|
20
|
-
* Enter a parse tree produced by the {@code goodCharset}
|
|
21
|
-
* labeled alternative in {@link css3Parser#charset}.
|
|
22
|
-
* @param ctx the parse tree
|
|
23
|
-
*/
|
|
24
|
-
void enterGoodCharset(css3Parser.GoodCharsetContext ctx);
|
|
25
|
-
/**
|
|
26
|
-
* Exit a parse tree produced by the {@code goodCharset}
|
|
27
|
-
* labeled alternative in {@link css3Parser#charset}.
|
|
28
|
-
* @param ctx the parse tree
|
|
29
|
-
*/
|
|
30
|
-
void exitGoodCharset(css3Parser.GoodCharsetContext ctx);
|
|
31
|
-
/**
|
|
32
|
-
* Enter a parse tree produced by the {@code badCharset}
|
|
33
|
-
* labeled alternative in {@link css3Parser#charset}.
|
|
34
|
-
* @param ctx the parse tree
|
|
35
|
-
*/
|
|
36
|
-
void enterBadCharset(css3Parser.BadCharsetContext ctx);
|
|
37
|
-
/**
|
|
38
|
-
* Exit a parse tree produced by the {@code badCharset}
|
|
39
|
-
* labeled alternative in {@link css3Parser#charset}.
|
|
40
|
-
* @param ctx the parse tree
|
|
41
|
-
*/
|
|
42
|
-
void exitBadCharset(css3Parser.BadCharsetContext ctx);
|
|
43
|
-
/**
|
|
44
|
-
* Enter a parse tree produced by the {@code goodImport}
|
|
45
|
-
* labeled alternative in {@link css3Parser#imports}.
|
|
46
|
-
* @param ctx the parse tree
|
|
47
|
-
*/
|
|
48
|
-
void enterGoodImport(css3Parser.GoodImportContext ctx);
|
|
49
|
-
/**
|
|
50
|
-
* Exit a parse tree produced by the {@code goodImport}
|
|
51
|
-
* labeled alternative in {@link css3Parser#imports}.
|
|
52
|
-
* @param ctx the parse tree
|
|
53
|
-
*/
|
|
54
|
-
void exitGoodImport(css3Parser.GoodImportContext ctx);
|
|
55
|
-
/**
|
|
56
|
-
* Enter a parse tree produced by the {@code badImport}
|
|
57
|
-
* labeled alternative in {@link css3Parser#imports}.
|
|
58
|
-
* @param ctx the parse tree
|
|
59
|
-
*/
|
|
60
|
-
void enterBadImport(css3Parser.BadImportContext ctx);
|
|
61
|
-
/**
|
|
62
|
-
* Exit a parse tree produced by the {@code badImport}
|
|
63
|
-
* labeled alternative in {@link css3Parser#imports}.
|
|
64
|
-
* @param ctx the parse tree
|
|
65
|
-
*/
|
|
66
|
-
void exitBadImport(css3Parser.BadImportContext ctx);
|
|
67
|
-
/**
|
|
68
|
-
* Enter a parse tree produced by the {@code goodNamespace}
|
|
69
|
-
* labeled alternative in {@link css3Parser#namespace_}.
|
|
70
|
-
* @param ctx the parse tree
|
|
71
|
-
*/
|
|
72
|
-
void enterGoodNamespace(css3Parser.GoodNamespaceContext ctx);
|
|
73
|
-
/**
|
|
74
|
-
* Exit a parse tree produced by the {@code goodNamespace}
|
|
75
|
-
* labeled alternative in {@link css3Parser#namespace_}.
|
|
76
|
-
* @param ctx the parse tree
|
|
77
|
-
*/
|
|
78
|
-
void exitGoodNamespace(css3Parser.GoodNamespaceContext ctx);
|
|
79
|
-
/**
|
|
80
|
-
* Enter a parse tree produced by the {@code badNamespace}
|
|
81
|
-
* labeled alternative in {@link css3Parser#namespace_}.
|
|
82
|
-
* @param ctx the parse tree
|
|
83
|
-
*/
|
|
84
|
-
void enterBadNamespace(css3Parser.BadNamespaceContext ctx);
|
|
85
|
-
/**
|
|
86
|
-
* Exit a parse tree produced by the {@code badNamespace}
|
|
87
|
-
* labeled alternative in {@link css3Parser#namespace_}.
|
|
88
|
-
* @param ctx the parse tree
|
|
89
|
-
*/
|
|
90
|
-
void exitBadNamespace(css3Parser.BadNamespaceContext ctx);
|
|
91
|
-
/**
|
|
92
|
-
* Enter a parse tree produced by {@link css3Parser#namespacePrefix}.
|
|
93
|
-
* @param ctx the parse tree
|
|
94
|
-
*/
|
|
95
|
-
void enterNamespacePrefix(css3Parser.NamespacePrefixContext ctx);
|
|
96
|
-
/**
|
|
97
|
-
* Exit a parse tree produced by {@link css3Parser#namespacePrefix}.
|
|
98
|
-
* @param ctx the parse tree
|
|
99
|
-
*/
|
|
100
|
-
void exitNamespacePrefix(css3Parser.NamespacePrefixContext ctx);
|
|
101
|
-
/**
|
|
102
|
-
* Enter a parse tree produced by {@link css3Parser#media}.
|
|
103
|
-
* @param ctx the parse tree
|
|
104
|
-
*/
|
|
105
|
-
void enterMedia(css3Parser.MediaContext ctx);
|
|
106
|
-
/**
|
|
107
|
-
* Exit a parse tree produced by {@link css3Parser#media}.
|
|
108
|
-
* @param ctx the parse tree
|
|
109
|
-
*/
|
|
110
|
-
void exitMedia(css3Parser.MediaContext ctx);
|
|
111
|
-
/**
|
|
112
|
-
* Enter a parse tree produced by {@link css3Parser#mediaQueryList}.
|
|
113
|
-
* @param ctx the parse tree
|
|
114
|
-
*/
|
|
115
|
-
void enterMediaQueryList(css3Parser.MediaQueryListContext ctx);
|
|
116
|
-
/**
|
|
117
|
-
* Exit a parse tree produced by {@link css3Parser#mediaQueryList}.
|
|
118
|
-
* @param ctx the parse tree
|
|
119
|
-
*/
|
|
120
|
-
void exitMediaQueryList(css3Parser.MediaQueryListContext ctx);
|
|
121
|
-
/**
|
|
122
|
-
* Enter a parse tree produced by {@link css3Parser#mediaQuery}.
|
|
123
|
-
* @param ctx the parse tree
|
|
124
|
-
*/
|
|
125
|
-
void enterMediaQuery(css3Parser.MediaQueryContext ctx);
|
|
126
|
-
/**
|
|
127
|
-
* Exit a parse tree produced by {@link css3Parser#mediaQuery}.
|
|
128
|
-
* @param ctx the parse tree
|
|
129
|
-
*/
|
|
130
|
-
void exitMediaQuery(css3Parser.MediaQueryContext ctx);
|
|
131
|
-
/**
|
|
132
|
-
* Enter a parse tree produced by {@link css3Parser#mediaType}.
|
|
133
|
-
* @param ctx the parse tree
|
|
134
|
-
*/
|
|
135
|
-
void enterMediaType(css3Parser.MediaTypeContext ctx);
|
|
136
|
-
/**
|
|
137
|
-
* Exit a parse tree produced by {@link css3Parser#mediaType}.
|
|
138
|
-
* @param ctx the parse tree
|
|
139
|
-
*/
|
|
140
|
-
void exitMediaType(css3Parser.MediaTypeContext ctx);
|
|
141
|
-
/**
|
|
142
|
-
* Enter a parse tree produced by {@link css3Parser#mediaExpression}.
|
|
143
|
-
* @param ctx the parse tree
|
|
144
|
-
*/
|
|
145
|
-
void enterMediaExpression(css3Parser.MediaExpressionContext ctx);
|
|
146
|
-
/**
|
|
147
|
-
* Exit a parse tree produced by {@link css3Parser#mediaExpression}.
|
|
148
|
-
* @param ctx the parse tree
|
|
149
|
-
*/
|
|
150
|
-
void exitMediaExpression(css3Parser.MediaExpressionContext ctx);
|
|
151
|
-
/**
|
|
152
|
-
* Enter a parse tree produced by {@link css3Parser#mediaFeature}.
|
|
153
|
-
* @param ctx the parse tree
|
|
154
|
-
*/
|
|
155
|
-
void enterMediaFeature(css3Parser.MediaFeatureContext ctx);
|
|
156
|
-
/**
|
|
157
|
-
* Exit a parse tree produced by {@link css3Parser#mediaFeature}.
|
|
158
|
-
* @param ctx the parse tree
|
|
159
|
-
*/
|
|
160
|
-
void exitMediaFeature(css3Parser.MediaFeatureContext ctx);
|
|
161
|
-
/**
|
|
162
|
-
* Enter a parse tree produced by {@link css3Parser#page}.
|
|
163
|
-
* @param ctx the parse tree
|
|
164
|
-
*/
|
|
165
|
-
void enterPage(css3Parser.PageContext ctx);
|
|
166
|
-
/**
|
|
167
|
-
* Exit a parse tree produced by {@link css3Parser#page}.
|
|
168
|
-
* @param ctx the parse tree
|
|
169
|
-
*/
|
|
170
|
-
void exitPage(css3Parser.PageContext ctx);
|
|
171
|
-
/**
|
|
172
|
-
* Enter a parse tree produced by {@link css3Parser#pseudoPage}.
|
|
173
|
-
* @param ctx the parse tree
|
|
174
|
-
*/
|
|
175
|
-
void enterPseudoPage(css3Parser.PseudoPageContext ctx);
|
|
176
|
-
/**
|
|
177
|
-
* Exit a parse tree produced by {@link css3Parser#pseudoPage}.
|
|
178
|
-
* @param ctx the parse tree
|
|
179
|
-
*/
|
|
180
|
-
void exitPseudoPage(css3Parser.PseudoPageContext ctx);
|
|
181
|
-
/**
|
|
182
|
-
* Enter a parse tree produced by {@link css3Parser#selectorGroup}.
|
|
183
|
-
* @param ctx the parse tree
|
|
184
|
-
*/
|
|
185
|
-
void enterSelectorGroup(css3Parser.SelectorGroupContext ctx);
|
|
186
|
-
/**
|
|
187
|
-
* Exit a parse tree produced by {@link css3Parser#selectorGroup}.
|
|
188
|
-
* @param ctx the parse tree
|
|
189
|
-
*/
|
|
190
|
-
void exitSelectorGroup(css3Parser.SelectorGroupContext ctx);
|
|
191
|
-
/**
|
|
192
|
-
* Enter a parse tree produced by {@link css3Parser#selector}.
|
|
193
|
-
* @param ctx the parse tree
|
|
194
|
-
*/
|
|
195
|
-
void enterSelector(css3Parser.SelectorContext ctx);
|
|
196
|
-
/**
|
|
197
|
-
* Exit a parse tree produced by {@link css3Parser#selector}.
|
|
198
|
-
* @param ctx the parse tree
|
|
199
|
-
*/
|
|
200
|
-
void exitSelector(css3Parser.SelectorContext ctx);
|
|
201
|
-
/**
|
|
202
|
-
* Enter a parse tree produced by {@link css3Parser#combinator}.
|
|
203
|
-
* @param ctx the parse tree
|
|
204
|
-
*/
|
|
205
|
-
void enterCombinator(css3Parser.CombinatorContext ctx);
|
|
206
|
-
/**
|
|
207
|
-
* Exit a parse tree produced by {@link css3Parser#combinator}.
|
|
208
|
-
* @param ctx the parse tree
|
|
209
|
-
*/
|
|
210
|
-
void exitCombinator(css3Parser.CombinatorContext ctx);
|
|
211
|
-
/**
|
|
212
|
-
* Enter a parse tree produced by {@link css3Parser#simpleSelectorSequence}.
|
|
213
|
-
* @param ctx the parse tree
|
|
214
|
-
*/
|
|
215
|
-
void enterSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext ctx);
|
|
216
|
-
/**
|
|
217
|
-
* Exit a parse tree produced by {@link css3Parser#simpleSelectorSequence}.
|
|
218
|
-
* @param ctx the parse tree
|
|
219
|
-
*/
|
|
220
|
-
void exitSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext ctx);
|
|
221
|
-
/**
|
|
222
|
-
* Enter a parse tree produced by {@link css3Parser#typeSelector}.
|
|
223
|
-
* @param ctx the parse tree
|
|
224
|
-
*/
|
|
225
|
-
void enterTypeSelector(css3Parser.TypeSelectorContext ctx);
|
|
226
|
-
/**
|
|
227
|
-
* Exit a parse tree produced by {@link css3Parser#typeSelector}.
|
|
228
|
-
* @param ctx the parse tree
|
|
229
|
-
*/
|
|
230
|
-
void exitTypeSelector(css3Parser.TypeSelectorContext ctx);
|
|
231
|
-
/**
|
|
232
|
-
* Enter a parse tree produced by {@link css3Parser#typeNamespacePrefix}.
|
|
233
|
-
* @param ctx the parse tree
|
|
234
|
-
*/
|
|
235
|
-
void enterTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext ctx);
|
|
236
|
-
/**
|
|
237
|
-
* Exit a parse tree produced by {@link css3Parser#typeNamespacePrefix}.
|
|
238
|
-
* @param ctx the parse tree
|
|
239
|
-
*/
|
|
240
|
-
void exitTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext ctx);
|
|
241
|
-
/**
|
|
242
|
-
* Enter a parse tree produced by {@link css3Parser#elementName}.
|
|
243
|
-
* @param ctx the parse tree
|
|
244
|
-
*/
|
|
245
|
-
void enterElementName(css3Parser.ElementNameContext ctx);
|
|
246
|
-
/**
|
|
247
|
-
* Exit a parse tree produced by {@link css3Parser#elementName}.
|
|
248
|
-
* @param ctx the parse tree
|
|
249
|
-
*/
|
|
250
|
-
void exitElementName(css3Parser.ElementNameContext ctx);
|
|
251
|
-
/**
|
|
252
|
-
* Enter a parse tree produced by {@link css3Parser#universal}.
|
|
253
|
-
* @param ctx the parse tree
|
|
254
|
-
*/
|
|
255
|
-
void enterUniversal(css3Parser.UniversalContext ctx);
|
|
256
|
-
/**
|
|
257
|
-
* Exit a parse tree produced by {@link css3Parser#universal}.
|
|
258
|
-
* @param ctx the parse tree
|
|
259
|
-
*/
|
|
260
|
-
void exitUniversal(css3Parser.UniversalContext ctx);
|
|
261
|
-
/**
|
|
262
|
-
* Enter a parse tree produced by {@link css3Parser#className}.
|
|
263
|
-
* @param ctx the parse tree
|
|
264
|
-
*/
|
|
265
|
-
void enterClassName(css3Parser.ClassNameContext ctx);
|
|
266
|
-
/**
|
|
267
|
-
* Exit a parse tree produced by {@link css3Parser#className}.
|
|
268
|
-
* @param ctx the parse tree
|
|
269
|
-
*/
|
|
270
|
-
void exitClassName(css3Parser.ClassNameContext ctx);
|
|
271
|
-
/**
|
|
272
|
-
* Enter a parse tree produced by {@link css3Parser#attrib}.
|
|
273
|
-
* @param ctx the parse tree
|
|
274
|
-
*/
|
|
275
|
-
void enterAttrib(css3Parser.AttribContext ctx);
|
|
276
|
-
/**
|
|
277
|
-
* Exit a parse tree produced by {@link css3Parser#attrib}.
|
|
278
|
-
* @param ctx the parse tree
|
|
279
|
-
*/
|
|
280
|
-
void exitAttrib(css3Parser.AttribContext ctx);
|
|
281
|
-
/**
|
|
282
|
-
* Enter a parse tree produced by {@link css3Parser#pseudo}.
|
|
283
|
-
* @param ctx the parse tree
|
|
284
|
-
*/
|
|
285
|
-
void enterPseudo(css3Parser.PseudoContext ctx);
|
|
286
|
-
/**
|
|
287
|
-
* Exit a parse tree produced by {@link css3Parser#pseudo}.
|
|
288
|
-
* @param ctx the parse tree
|
|
289
|
-
*/
|
|
290
|
-
void exitPseudo(css3Parser.PseudoContext ctx);
|
|
291
|
-
/**
|
|
292
|
-
* Enter a parse tree produced by {@link css3Parser#functionalPseudo}.
|
|
293
|
-
* @param ctx the parse tree
|
|
294
|
-
*/
|
|
295
|
-
void enterFunctionalPseudo(css3Parser.FunctionalPseudoContext ctx);
|
|
296
|
-
/**
|
|
297
|
-
* Exit a parse tree produced by {@link css3Parser#functionalPseudo}.
|
|
298
|
-
* @param ctx the parse tree
|
|
299
|
-
*/
|
|
300
|
-
void exitFunctionalPseudo(css3Parser.FunctionalPseudoContext ctx);
|
|
301
|
-
/**
|
|
302
|
-
* Enter a parse tree produced by {@link css3Parser#expression}.
|
|
303
|
-
* @param ctx the parse tree
|
|
304
|
-
*/
|
|
305
|
-
void enterExpression(css3Parser.ExpressionContext ctx);
|
|
306
|
-
/**
|
|
307
|
-
* Exit a parse tree produced by {@link css3Parser#expression}.
|
|
308
|
-
* @param ctx the parse tree
|
|
309
|
-
*/
|
|
310
|
-
void exitExpression(css3Parser.ExpressionContext ctx);
|
|
311
|
-
/**
|
|
312
|
-
* Enter a parse tree produced by {@link css3Parser#negation}.
|
|
313
|
-
* @param ctx the parse tree
|
|
314
|
-
*/
|
|
315
|
-
void enterNegation(css3Parser.NegationContext ctx);
|
|
316
|
-
/**
|
|
317
|
-
* Exit a parse tree produced by {@link css3Parser#negation}.
|
|
318
|
-
* @param ctx the parse tree
|
|
319
|
-
*/
|
|
320
|
-
void exitNegation(css3Parser.NegationContext ctx);
|
|
321
|
-
/**
|
|
322
|
-
* Enter a parse tree produced by {@link css3Parser#negationArg}.
|
|
323
|
-
* @param ctx the parse tree
|
|
324
|
-
*/
|
|
325
|
-
void enterNegationArg(css3Parser.NegationArgContext ctx);
|
|
326
|
-
/**
|
|
327
|
-
* Exit a parse tree produced by {@link css3Parser#negationArg}.
|
|
328
|
-
* @param ctx the parse tree
|
|
329
|
-
*/
|
|
330
|
-
void exitNegationArg(css3Parser.NegationArgContext ctx);
|
|
331
|
-
/**
|
|
332
|
-
* Enter a parse tree produced by the {@code goodOperator}
|
|
333
|
-
* labeled alternative in {@link css3Parser#operator_}.
|
|
334
|
-
* @param ctx the parse tree
|
|
335
|
-
*/
|
|
336
|
-
void enterGoodOperator(css3Parser.GoodOperatorContext ctx);
|
|
337
|
-
/**
|
|
338
|
-
* Exit a parse tree produced by the {@code goodOperator}
|
|
339
|
-
* labeled alternative in {@link css3Parser#operator_}.
|
|
340
|
-
* @param ctx the parse tree
|
|
341
|
-
*/
|
|
342
|
-
void exitGoodOperator(css3Parser.GoodOperatorContext ctx);
|
|
343
|
-
/**
|
|
344
|
-
* Enter a parse tree produced by the {@code badOperator}
|
|
345
|
-
* labeled alternative in {@link css3Parser#operator_}.
|
|
346
|
-
* @param ctx the parse tree
|
|
347
|
-
*/
|
|
348
|
-
void enterBadOperator(css3Parser.BadOperatorContext ctx);
|
|
349
|
-
/**
|
|
350
|
-
* Exit a parse tree produced by the {@code badOperator}
|
|
351
|
-
* labeled alternative in {@link css3Parser#operator_}.
|
|
352
|
-
* @param ctx the parse tree
|
|
353
|
-
*/
|
|
354
|
-
void exitBadOperator(css3Parser.BadOperatorContext ctx);
|
|
355
|
-
/**
|
|
356
|
-
* Enter a parse tree produced by the {@code goodProperty}
|
|
357
|
-
* labeled alternative in {@link css3Parser#property_}.
|
|
358
|
-
* @param ctx the parse tree
|
|
359
|
-
*/
|
|
360
|
-
void enterGoodProperty(css3Parser.GoodPropertyContext ctx);
|
|
361
|
-
/**
|
|
362
|
-
* Exit a parse tree produced by the {@code goodProperty}
|
|
363
|
-
* labeled alternative in {@link css3Parser#property_}.
|
|
364
|
-
* @param ctx the parse tree
|
|
365
|
-
*/
|
|
366
|
-
void exitGoodProperty(css3Parser.GoodPropertyContext ctx);
|
|
367
|
-
/**
|
|
368
|
-
* Enter a parse tree produced by the {@code badProperty}
|
|
369
|
-
* labeled alternative in {@link css3Parser#property_}.
|
|
370
|
-
* @param ctx the parse tree
|
|
371
|
-
*/
|
|
372
|
-
void enterBadProperty(css3Parser.BadPropertyContext ctx);
|
|
373
|
-
/**
|
|
374
|
-
* Exit a parse tree produced by the {@code badProperty}
|
|
375
|
-
* labeled alternative in {@link css3Parser#property_}.
|
|
376
|
-
* @param ctx the parse tree
|
|
377
|
-
*/
|
|
378
|
-
void exitBadProperty(css3Parser.BadPropertyContext ctx);
|
|
379
|
-
/**
|
|
380
|
-
* Enter a parse tree produced by the {@code knownRuleset}
|
|
381
|
-
* labeled alternative in {@link css3Parser#ruleset}.
|
|
382
|
-
* @param ctx the parse tree
|
|
383
|
-
*/
|
|
384
|
-
void enterKnownRuleset(css3Parser.KnownRulesetContext ctx);
|
|
385
|
-
/**
|
|
386
|
-
* Exit a parse tree produced by the {@code knownRuleset}
|
|
387
|
-
* labeled alternative in {@link css3Parser#ruleset}.
|
|
388
|
-
* @param ctx the parse tree
|
|
389
|
-
*/
|
|
390
|
-
void exitKnownRuleset(css3Parser.KnownRulesetContext ctx);
|
|
391
|
-
/**
|
|
392
|
-
* Enter a parse tree produced by the {@code unknownRuleset}
|
|
393
|
-
* labeled alternative in {@link css3Parser#ruleset}.
|
|
394
|
-
* @param ctx the parse tree
|
|
395
|
-
*/
|
|
396
|
-
void enterUnknownRuleset(css3Parser.UnknownRulesetContext ctx);
|
|
397
|
-
/**
|
|
398
|
-
* Exit a parse tree produced by the {@code unknownRuleset}
|
|
399
|
-
* labeled alternative in {@link css3Parser#ruleset}.
|
|
400
|
-
* @param ctx the parse tree
|
|
401
|
-
*/
|
|
402
|
-
void exitUnknownRuleset(css3Parser.UnknownRulesetContext ctx);
|
|
403
|
-
/**
|
|
404
|
-
* Enter a parse tree produced by {@link css3Parser#declarationList}.
|
|
405
|
-
* @param ctx the parse tree
|
|
406
|
-
*/
|
|
407
|
-
void enterDeclarationList(css3Parser.DeclarationListContext ctx);
|
|
408
|
-
/**
|
|
409
|
-
* Exit a parse tree produced by {@link css3Parser#declarationList}.
|
|
410
|
-
* @param ctx the parse tree
|
|
411
|
-
*/
|
|
412
|
-
void exitDeclarationList(css3Parser.DeclarationListContext ctx);
|
|
413
|
-
/**
|
|
414
|
-
* Enter a parse tree produced by the {@code knownDeclaration}
|
|
415
|
-
* labeled alternative in {@link css3Parser#declaration}.
|
|
416
|
-
* @param ctx the parse tree
|
|
417
|
-
*/
|
|
418
|
-
void enterKnownDeclaration(css3Parser.KnownDeclarationContext ctx);
|
|
419
|
-
/**
|
|
420
|
-
* Exit a parse tree produced by the {@code knownDeclaration}
|
|
421
|
-
* labeled alternative in {@link css3Parser#declaration}.
|
|
422
|
-
* @param ctx the parse tree
|
|
423
|
-
*/
|
|
424
|
-
void exitKnownDeclaration(css3Parser.KnownDeclarationContext ctx);
|
|
425
|
-
/**
|
|
426
|
-
* Enter a parse tree produced by the {@code unknownDeclaration}
|
|
427
|
-
* labeled alternative in {@link css3Parser#declaration}.
|
|
428
|
-
* @param ctx the parse tree
|
|
429
|
-
*/
|
|
430
|
-
void enterUnknownDeclaration(css3Parser.UnknownDeclarationContext ctx);
|
|
431
|
-
/**
|
|
432
|
-
* Exit a parse tree produced by the {@code unknownDeclaration}
|
|
433
|
-
* labeled alternative in {@link css3Parser#declaration}.
|
|
434
|
-
* @param ctx the parse tree
|
|
435
|
-
*/
|
|
436
|
-
void exitUnknownDeclaration(css3Parser.UnknownDeclarationContext ctx);
|
|
437
|
-
/**
|
|
438
|
-
* Enter a parse tree produced by {@link css3Parser#prio}.
|
|
439
|
-
* @param ctx the parse tree
|
|
440
|
-
*/
|
|
441
|
-
void enterPrio(css3Parser.PrioContext ctx);
|
|
442
|
-
/**
|
|
443
|
-
* Exit a parse tree produced by {@link css3Parser#prio}.
|
|
444
|
-
* @param ctx the parse tree
|
|
445
|
-
*/
|
|
446
|
-
void exitPrio(css3Parser.PrioContext ctx);
|
|
447
|
-
/**
|
|
448
|
-
* Enter a parse tree produced by {@link css3Parser#value}.
|
|
449
|
-
* @param ctx the parse tree
|
|
450
|
-
*/
|
|
451
|
-
void enterValue(css3Parser.ValueContext ctx);
|
|
452
|
-
/**
|
|
453
|
-
* Exit a parse tree produced by {@link css3Parser#value}.
|
|
454
|
-
* @param ctx the parse tree
|
|
455
|
-
*/
|
|
456
|
-
void exitValue(css3Parser.ValueContext ctx);
|
|
457
|
-
/**
|
|
458
|
-
* Enter a parse tree produced by {@link css3Parser#expr}.
|
|
459
|
-
* @param ctx the parse tree
|
|
460
|
-
*/
|
|
461
|
-
void enterExpr(css3Parser.ExprContext ctx);
|
|
462
|
-
/**
|
|
463
|
-
* Exit a parse tree produced by {@link css3Parser#expr}.
|
|
464
|
-
* @param ctx the parse tree
|
|
465
|
-
*/
|
|
466
|
-
void exitExpr(css3Parser.ExprContext ctx);
|
|
467
|
-
/**
|
|
468
|
-
* Enter a parse tree produced by the {@code knownTerm}
|
|
469
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
470
|
-
* @param ctx the parse tree
|
|
471
|
-
*/
|
|
472
|
-
void enterKnownTerm(css3Parser.KnownTermContext ctx);
|
|
473
|
-
/**
|
|
474
|
-
* Exit a parse tree produced by the {@code knownTerm}
|
|
475
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
476
|
-
* @param ctx the parse tree
|
|
477
|
-
*/
|
|
478
|
-
void exitKnownTerm(css3Parser.KnownTermContext ctx);
|
|
479
|
-
/**
|
|
480
|
-
* Enter a parse tree produced by the {@code unknownTerm}
|
|
481
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
482
|
-
* @param ctx the parse tree
|
|
483
|
-
*/
|
|
484
|
-
void enterUnknownTerm(css3Parser.UnknownTermContext ctx);
|
|
485
|
-
/**
|
|
486
|
-
* Exit a parse tree produced by the {@code unknownTerm}
|
|
487
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
488
|
-
* @param ctx the parse tree
|
|
489
|
-
*/
|
|
490
|
-
void exitUnknownTerm(css3Parser.UnknownTermContext ctx);
|
|
491
|
-
/**
|
|
492
|
-
* Enter a parse tree produced by the {@code badTerm}
|
|
493
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
494
|
-
* @param ctx the parse tree
|
|
495
|
-
*/
|
|
496
|
-
void enterBadTerm(css3Parser.BadTermContext ctx);
|
|
497
|
-
/**
|
|
498
|
-
* Exit a parse tree produced by the {@code badTerm}
|
|
499
|
-
* labeled alternative in {@link css3Parser#term}.
|
|
500
|
-
* @param ctx the parse tree
|
|
501
|
-
*/
|
|
502
|
-
void exitBadTerm(css3Parser.BadTermContext ctx);
|
|
503
|
-
/**
|
|
504
|
-
* Enter a parse tree produced by {@link css3Parser#function_}.
|
|
505
|
-
* @param ctx the parse tree
|
|
506
|
-
*/
|
|
507
|
-
void enterFunction_(css3Parser.Function_Context ctx);
|
|
508
|
-
/**
|
|
509
|
-
* Exit a parse tree produced by {@link css3Parser#function_}.
|
|
510
|
-
* @param ctx the parse tree
|
|
511
|
-
*/
|
|
512
|
-
void exitFunction_(css3Parser.Function_Context ctx);
|
|
513
|
-
/**
|
|
514
|
-
* Enter a parse tree produced by {@link css3Parser#dxImageTransform}.
|
|
515
|
-
* @param ctx the parse tree
|
|
516
|
-
*/
|
|
517
|
-
void enterDxImageTransform(css3Parser.DxImageTransformContext ctx);
|
|
518
|
-
/**
|
|
519
|
-
* Exit a parse tree produced by {@link css3Parser#dxImageTransform}.
|
|
520
|
-
* @param ctx the parse tree
|
|
521
|
-
*/
|
|
522
|
-
void exitDxImageTransform(css3Parser.DxImageTransformContext ctx);
|
|
523
|
-
/**
|
|
524
|
-
* Enter a parse tree produced by {@link css3Parser#hexcolor}.
|
|
525
|
-
* @param ctx the parse tree
|
|
526
|
-
*/
|
|
527
|
-
void enterHexcolor(css3Parser.HexcolorContext ctx);
|
|
528
|
-
/**
|
|
529
|
-
* Exit a parse tree produced by {@link css3Parser#hexcolor}.
|
|
530
|
-
* @param ctx the parse tree
|
|
531
|
-
*/
|
|
532
|
-
void exitHexcolor(css3Parser.HexcolorContext ctx);
|
|
533
|
-
/**
|
|
534
|
-
* Enter a parse tree produced by {@link css3Parser#number}.
|
|
535
|
-
* @param ctx the parse tree
|
|
536
|
-
*/
|
|
537
|
-
void enterNumber(css3Parser.NumberContext ctx);
|
|
538
|
-
/**
|
|
539
|
-
* Exit a parse tree produced by {@link css3Parser#number}.
|
|
540
|
-
* @param ctx the parse tree
|
|
541
|
-
*/
|
|
542
|
-
void exitNumber(css3Parser.NumberContext ctx);
|
|
543
|
-
/**
|
|
544
|
-
* Enter a parse tree produced by {@link css3Parser#percentage}.
|
|
545
|
-
* @param ctx the parse tree
|
|
546
|
-
*/
|
|
547
|
-
void enterPercentage(css3Parser.PercentageContext ctx);
|
|
548
|
-
/**
|
|
549
|
-
* Exit a parse tree produced by {@link css3Parser#percentage}.
|
|
550
|
-
* @param ctx the parse tree
|
|
551
|
-
*/
|
|
552
|
-
void exitPercentage(css3Parser.PercentageContext ctx);
|
|
553
|
-
/**
|
|
554
|
-
* Enter a parse tree produced by {@link css3Parser#dimension}.
|
|
555
|
-
* @param ctx the parse tree
|
|
556
|
-
*/
|
|
557
|
-
void enterDimension(css3Parser.DimensionContext ctx);
|
|
558
|
-
/**
|
|
559
|
-
* Exit a parse tree produced by {@link css3Parser#dimension}.
|
|
560
|
-
* @param ctx the parse tree
|
|
561
|
-
*/
|
|
562
|
-
void exitDimension(css3Parser.DimensionContext ctx);
|
|
563
|
-
/**
|
|
564
|
-
* Enter a parse tree produced by {@link css3Parser#unknownDimension}.
|
|
565
|
-
* @param ctx the parse tree
|
|
566
|
-
*/
|
|
567
|
-
void enterUnknownDimension(css3Parser.UnknownDimensionContext ctx);
|
|
568
|
-
/**
|
|
569
|
-
* Exit a parse tree produced by {@link css3Parser#unknownDimension}.
|
|
570
|
-
* @param ctx the parse tree
|
|
571
|
-
*/
|
|
572
|
-
void exitUnknownDimension(css3Parser.UnknownDimensionContext ctx);
|
|
573
|
-
/**
|
|
574
|
-
* Enter a parse tree produced by {@link css3Parser#any_}.
|
|
575
|
-
* @param ctx the parse tree
|
|
576
|
-
*/
|
|
577
|
-
void enterAny_(css3Parser.Any_Context ctx);
|
|
578
|
-
/**
|
|
579
|
-
* Exit a parse tree produced by {@link css3Parser#any_}.
|
|
580
|
-
* @param ctx the parse tree
|
|
581
|
-
*/
|
|
582
|
-
void exitAny_(css3Parser.Any_Context ctx);
|
|
583
|
-
/**
|
|
584
|
-
* Enter a parse tree produced by the {@code unknownAtRule}
|
|
585
|
-
* labeled alternative in {@link css3Parser#atRule}.
|
|
586
|
-
* @param ctx the parse tree
|
|
587
|
-
*/
|
|
588
|
-
void enterUnknownAtRule(css3Parser.UnknownAtRuleContext ctx);
|
|
589
|
-
/**
|
|
590
|
-
* Exit a parse tree produced by the {@code unknownAtRule}
|
|
591
|
-
* labeled alternative in {@link css3Parser#atRule}.
|
|
592
|
-
* @param ctx the parse tree
|
|
593
|
-
*/
|
|
594
|
-
void exitUnknownAtRule(css3Parser.UnknownAtRuleContext ctx);
|
|
595
|
-
/**
|
|
596
|
-
* Enter a parse tree produced by {@link css3Parser#atKeyword}.
|
|
597
|
-
* @param ctx the parse tree
|
|
598
|
-
*/
|
|
599
|
-
void enterAtKeyword(css3Parser.AtKeywordContext ctx);
|
|
600
|
-
/**
|
|
601
|
-
* Exit a parse tree produced by {@link css3Parser#atKeyword}.
|
|
602
|
-
* @param ctx the parse tree
|
|
603
|
-
*/
|
|
604
|
-
void exitAtKeyword(css3Parser.AtKeywordContext ctx);
|
|
605
|
-
/**
|
|
606
|
-
* Enter a parse tree produced by {@link css3Parser#unused}.
|
|
607
|
-
* @param ctx the parse tree
|
|
608
|
-
*/
|
|
609
|
-
void enterUnused(css3Parser.UnusedContext ctx);
|
|
610
|
-
/**
|
|
611
|
-
* Exit a parse tree produced by {@link css3Parser#unused}.
|
|
612
|
-
* @param ctx the parse tree
|
|
613
|
-
*/
|
|
614
|
-
void exitUnused(css3Parser.UnusedContext ctx);
|
|
615
|
-
/**
|
|
616
|
-
* Enter a parse tree produced by {@link css3Parser#block}.
|
|
617
|
-
* @param ctx the parse tree
|
|
618
|
-
*/
|
|
619
|
-
void enterBlock(css3Parser.BlockContext ctx);
|
|
620
|
-
/**
|
|
621
|
-
* Exit a parse tree produced by {@link css3Parser#block}.
|
|
622
|
-
* @param ctx the parse tree
|
|
623
|
-
*/
|
|
624
|
-
void exitBlock(css3Parser.BlockContext ctx);
|
|
625
|
-
/**
|
|
626
|
-
* Enter a parse tree produced by {@link css3Parser#nestedStatement}.
|
|
627
|
-
* @param ctx the parse tree
|
|
628
|
-
*/
|
|
629
|
-
void enterNestedStatement(css3Parser.NestedStatementContext ctx);
|
|
630
|
-
/**
|
|
631
|
-
* Exit a parse tree produced by {@link css3Parser#nestedStatement}.
|
|
632
|
-
* @param ctx the parse tree
|
|
633
|
-
*/
|
|
634
|
-
void exitNestedStatement(css3Parser.NestedStatementContext ctx);
|
|
635
|
-
/**
|
|
636
|
-
* Enter a parse tree produced by {@link css3Parser#groupRuleBody}.
|
|
637
|
-
* @param ctx the parse tree
|
|
638
|
-
*/
|
|
639
|
-
void enterGroupRuleBody(css3Parser.GroupRuleBodyContext ctx);
|
|
640
|
-
/**
|
|
641
|
-
* Exit a parse tree produced by {@link css3Parser#groupRuleBody}.
|
|
642
|
-
* @param ctx the parse tree
|
|
643
|
-
*/
|
|
644
|
-
void exitGroupRuleBody(css3Parser.GroupRuleBodyContext ctx);
|
|
645
|
-
/**
|
|
646
|
-
* Enter a parse tree produced by {@link css3Parser#supportsRule}.
|
|
647
|
-
* @param ctx the parse tree
|
|
648
|
-
*/
|
|
649
|
-
void enterSupportsRule(css3Parser.SupportsRuleContext ctx);
|
|
650
|
-
/**
|
|
651
|
-
* Exit a parse tree produced by {@link css3Parser#supportsRule}.
|
|
652
|
-
* @param ctx the parse tree
|
|
653
|
-
*/
|
|
654
|
-
void exitSupportsRule(css3Parser.SupportsRuleContext ctx);
|
|
655
|
-
/**
|
|
656
|
-
* Enter a parse tree produced by {@link css3Parser#supportsCondition}.
|
|
657
|
-
* @param ctx the parse tree
|
|
658
|
-
*/
|
|
659
|
-
void enterSupportsCondition(css3Parser.SupportsConditionContext ctx);
|
|
660
|
-
/**
|
|
661
|
-
* Exit a parse tree produced by {@link css3Parser#supportsCondition}.
|
|
662
|
-
* @param ctx the parse tree
|
|
663
|
-
*/
|
|
664
|
-
void exitSupportsCondition(css3Parser.SupportsConditionContext ctx);
|
|
665
|
-
/**
|
|
666
|
-
* Enter a parse tree produced by {@link css3Parser#supportsConditionInParens}.
|
|
667
|
-
* @param ctx the parse tree
|
|
668
|
-
*/
|
|
669
|
-
void enterSupportsConditionInParens(css3Parser.SupportsConditionInParensContext ctx);
|
|
670
|
-
/**
|
|
671
|
-
* Exit a parse tree produced by {@link css3Parser#supportsConditionInParens}.
|
|
672
|
-
* @param ctx the parse tree
|
|
673
|
-
*/
|
|
674
|
-
void exitSupportsConditionInParens(css3Parser.SupportsConditionInParensContext ctx);
|
|
675
|
-
/**
|
|
676
|
-
* Enter a parse tree produced by {@link css3Parser#supportsNegation}.
|
|
677
|
-
* @param ctx the parse tree
|
|
678
|
-
*/
|
|
679
|
-
void enterSupportsNegation(css3Parser.SupportsNegationContext ctx);
|
|
680
|
-
/**
|
|
681
|
-
* Exit a parse tree produced by {@link css3Parser#supportsNegation}.
|
|
682
|
-
* @param ctx the parse tree
|
|
683
|
-
*/
|
|
684
|
-
void exitSupportsNegation(css3Parser.SupportsNegationContext ctx);
|
|
685
|
-
/**
|
|
686
|
-
* Enter a parse tree produced by {@link css3Parser#supportsConjunction}.
|
|
687
|
-
* @param ctx the parse tree
|
|
688
|
-
*/
|
|
689
|
-
void enterSupportsConjunction(css3Parser.SupportsConjunctionContext ctx);
|
|
690
|
-
/**
|
|
691
|
-
* Exit a parse tree produced by {@link css3Parser#supportsConjunction}.
|
|
692
|
-
* @param ctx the parse tree
|
|
693
|
-
*/
|
|
694
|
-
void exitSupportsConjunction(css3Parser.SupportsConjunctionContext ctx);
|
|
695
|
-
/**
|
|
696
|
-
* Enter a parse tree produced by {@link css3Parser#supportsDisjunction}.
|
|
697
|
-
* @param ctx the parse tree
|
|
698
|
-
*/
|
|
699
|
-
void enterSupportsDisjunction(css3Parser.SupportsDisjunctionContext ctx);
|
|
700
|
-
/**
|
|
701
|
-
* Exit a parse tree produced by {@link css3Parser#supportsDisjunction}.
|
|
702
|
-
* @param ctx the parse tree
|
|
703
|
-
*/
|
|
704
|
-
void exitSupportsDisjunction(css3Parser.SupportsDisjunctionContext ctx);
|
|
705
|
-
/**
|
|
706
|
-
* Enter a parse tree produced by {@link css3Parser#supportsDeclarationCondition}.
|
|
707
|
-
* @param ctx the parse tree
|
|
708
|
-
*/
|
|
709
|
-
void enterSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext ctx);
|
|
710
|
-
/**
|
|
711
|
-
* Exit a parse tree produced by {@link css3Parser#supportsDeclarationCondition}.
|
|
712
|
-
* @param ctx the parse tree
|
|
713
|
-
*/
|
|
714
|
-
void exitSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext ctx);
|
|
715
|
-
/**
|
|
716
|
-
* Enter a parse tree produced by {@link css3Parser#generalEnclosed}.
|
|
717
|
-
* @param ctx the parse tree
|
|
718
|
-
*/
|
|
719
|
-
void enterGeneralEnclosed(css3Parser.GeneralEnclosedContext ctx);
|
|
720
|
-
/**
|
|
721
|
-
* Exit a parse tree produced by {@link css3Parser#generalEnclosed}.
|
|
722
|
-
* @param ctx the parse tree
|
|
723
|
-
*/
|
|
724
|
-
void exitGeneralEnclosed(css3Parser.GeneralEnclosedContext ctx);
|
|
725
|
-
/**
|
|
726
|
-
* Enter a parse tree produced by {@link css3Parser#var_}.
|
|
727
|
-
* @param ctx the parse tree
|
|
728
|
-
*/
|
|
729
|
-
void enterVar_(css3Parser.Var_Context ctx);
|
|
730
|
-
/**
|
|
731
|
-
* Exit a parse tree produced by {@link css3Parser#var_}.
|
|
732
|
-
* @param ctx the parse tree
|
|
733
|
-
*/
|
|
734
|
-
void exitVar_(css3Parser.Var_Context ctx);
|
|
735
|
-
/**
|
|
736
|
-
* Enter a parse tree produced by {@link css3Parser#calc}.
|
|
737
|
-
* @param ctx the parse tree
|
|
738
|
-
*/
|
|
739
|
-
void enterCalc(css3Parser.CalcContext ctx);
|
|
740
|
-
/**
|
|
741
|
-
* Exit a parse tree produced by {@link css3Parser#calc}.
|
|
742
|
-
* @param ctx the parse tree
|
|
743
|
-
*/
|
|
744
|
-
void exitCalc(css3Parser.CalcContext ctx);
|
|
745
|
-
/**
|
|
746
|
-
* Enter a parse tree produced by {@link css3Parser#calcSum}.
|
|
747
|
-
* @param ctx the parse tree
|
|
748
|
-
*/
|
|
749
|
-
void enterCalcSum(css3Parser.CalcSumContext ctx);
|
|
750
|
-
/**
|
|
751
|
-
* Exit a parse tree produced by {@link css3Parser#calcSum}.
|
|
752
|
-
* @param ctx the parse tree
|
|
753
|
-
*/
|
|
754
|
-
void exitCalcSum(css3Parser.CalcSumContext ctx);
|
|
755
|
-
/**
|
|
756
|
-
* Enter a parse tree produced by {@link css3Parser#calcProduct}.
|
|
757
|
-
* @param ctx the parse tree
|
|
758
|
-
*/
|
|
759
|
-
void enterCalcProduct(css3Parser.CalcProductContext ctx);
|
|
760
|
-
/**
|
|
761
|
-
* Exit a parse tree produced by {@link css3Parser#calcProduct}.
|
|
762
|
-
* @param ctx the parse tree
|
|
763
|
-
*/
|
|
764
|
-
void exitCalcProduct(css3Parser.CalcProductContext ctx);
|
|
765
|
-
/**
|
|
766
|
-
* Enter a parse tree produced by {@link css3Parser#calcValue}.
|
|
767
|
-
* @param ctx the parse tree
|
|
768
|
-
*/
|
|
769
|
-
void enterCalcValue(css3Parser.CalcValueContext ctx);
|
|
770
|
-
/**
|
|
771
|
-
* Exit a parse tree produced by {@link css3Parser#calcValue}.
|
|
772
|
-
* @param ctx the parse tree
|
|
773
|
-
*/
|
|
774
|
-
void exitCalcValue(css3Parser.CalcValueContext ctx);
|
|
775
|
-
/**
|
|
776
|
-
* Enter a parse tree produced by {@link css3Parser#fontFaceRule}.
|
|
777
|
-
* @param ctx the parse tree
|
|
778
|
-
*/
|
|
779
|
-
void enterFontFaceRule(css3Parser.FontFaceRuleContext ctx);
|
|
780
|
-
/**
|
|
781
|
-
* Exit a parse tree produced by {@link css3Parser#fontFaceRule}.
|
|
782
|
-
* @param ctx the parse tree
|
|
783
|
-
*/
|
|
784
|
-
void exitFontFaceRule(css3Parser.FontFaceRuleContext ctx);
|
|
785
|
-
/**
|
|
786
|
-
* Enter a parse tree produced by the {@code knownFontFaceDeclaration}
|
|
787
|
-
* labeled alternative in {@link css3Parser#fontFaceDeclaration}.
|
|
788
|
-
* @param ctx the parse tree
|
|
789
|
-
*/
|
|
790
|
-
void enterKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext ctx);
|
|
791
|
-
/**
|
|
792
|
-
* Exit a parse tree produced by the {@code knownFontFaceDeclaration}
|
|
793
|
-
* labeled alternative in {@link css3Parser#fontFaceDeclaration}.
|
|
794
|
-
* @param ctx the parse tree
|
|
795
|
-
*/
|
|
796
|
-
void exitKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext ctx);
|
|
797
|
-
/**
|
|
798
|
-
* Enter a parse tree produced by the {@code unknownFontFaceDeclaration}
|
|
799
|
-
* labeled alternative in {@link css3Parser#fontFaceDeclaration}.
|
|
800
|
-
* @param ctx the parse tree
|
|
801
|
-
*/
|
|
802
|
-
void enterUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext ctx);
|
|
803
|
-
/**
|
|
804
|
-
* Exit a parse tree produced by the {@code unknownFontFaceDeclaration}
|
|
805
|
-
* labeled alternative in {@link css3Parser#fontFaceDeclaration}.
|
|
806
|
-
* @param ctx the parse tree
|
|
807
|
-
*/
|
|
808
|
-
void exitUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext ctx);
|
|
809
|
-
/**
|
|
810
|
-
* Enter a parse tree produced by {@link css3Parser#keyframesRule}.
|
|
811
|
-
* @param ctx the parse tree
|
|
812
|
-
*/
|
|
813
|
-
void enterKeyframesRule(css3Parser.KeyframesRuleContext ctx);
|
|
814
|
-
/**
|
|
815
|
-
* Exit a parse tree produced by {@link css3Parser#keyframesRule}.
|
|
816
|
-
* @param ctx the parse tree
|
|
817
|
-
*/
|
|
818
|
-
void exitKeyframesRule(css3Parser.KeyframesRuleContext ctx);
|
|
819
|
-
/**
|
|
820
|
-
* Enter a parse tree produced by {@link css3Parser#keyframesBlocks}.
|
|
821
|
-
* @param ctx the parse tree
|
|
822
|
-
*/
|
|
823
|
-
void enterKeyframesBlocks(css3Parser.KeyframesBlocksContext ctx);
|
|
824
|
-
/**
|
|
825
|
-
* Exit a parse tree produced by {@link css3Parser#keyframesBlocks}.
|
|
826
|
-
* @param ctx the parse tree
|
|
827
|
-
*/
|
|
828
|
-
void exitKeyframesBlocks(css3Parser.KeyframesBlocksContext ctx);
|
|
829
|
-
/**
|
|
830
|
-
* Enter a parse tree produced by {@link css3Parser#keyframeSelector}.
|
|
831
|
-
* @param ctx the parse tree
|
|
832
|
-
*/
|
|
833
|
-
void enterKeyframeSelector(css3Parser.KeyframeSelectorContext ctx);
|
|
834
|
-
/**
|
|
835
|
-
* Exit a parse tree produced by {@link css3Parser#keyframeSelector}.
|
|
836
|
-
* @param ctx the parse tree
|
|
837
|
-
*/
|
|
838
|
-
void exitKeyframeSelector(css3Parser.KeyframeSelectorContext ctx);
|
|
839
|
-
/**
|
|
840
|
-
* Enter a parse tree produced by {@link css3Parser#viewport}.
|
|
841
|
-
* @param ctx the parse tree
|
|
842
|
-
*/
|
|
843
|
-
void enterViewport(css3Parser.ViewportContext ctx);
|
|
844
|
-
/**
|
|
845
|
-
* Exit a parse tree produced by {@link css3Parser#viewport}.
|
|
846
|
-
* @param ctx the parse tree
|
|
847
|
-
*/
|
|
848
|
-
void exitViewport(css3Parser.ViewportContext ctx);
|
|
849
|
-
/**
|
|
850
|
-
* Enter a parse tree produced by {@link css3Parser#counterStyle}.
|
|
851
|
-
* @param ctx the parse tree
|
|
852
|
-
*/
|
|
853
|
-
void enterCounterStyle(css3Parser.CounterStyleContext ctx);
|
|
854
|
-
/**
|
|
855
|
-
* Exit a parse tree produced by {@link css3Parser#counterStyle}.
|
|
856
|
-
* @param ctx the parse tree
|
|
857
|
-
*/
|
|
858
|
-
void exitCounterStyle(css3Parser.CounterStyleContext ctx);
|
|
859
|
-
/**
|
|
860
|
-
* Enter a parse tree produced by {@link css3Parser#fontFeatureValuesRule}.
|
|
861
|
-
* @param ctx the parse tree
|
|
862
|
-
*/
|
|
863
|
-
void enterFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext ctx);
|
|
864
|
-
/**
|
|
865
|
-
* Exit a parse tree produced by {@link css3Parser#fontFeatureValuesRule}.
|
|
866
|
-
* @param ctx the parse tree
|
|
867
|
-
*/
|
|
868
|
-
void exitFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext ctx);
|
|
869
|
-
/**
|
|
870
|
-
* Enter a parse tree produced by {@link css3Parser#fontFamilyNameList}.
|
|
871
|
-
* @param ctx the parse tree
|
|
872
|
-
*/
|
|
873
|
-
void enterFontFamilyNameList(css3Parser.FontFamilyNameListContext ctx);
|
|
874
|
-
/**
|
|
875
|
-
* Exit a parse tree produced by {@link css3Parser#fontFamilyNameList}.
|
|
876
|
-
* @param ctx the parse tree
|
|
877
|
-
*/
|
|
878
|
-
void exitFontFamilyNameList(css3Parser.FontFamilyNameListContext ctx);
|
|
879
|
-
/**
|
|
880
|
-
* Enter a parse tree produced by {@link css3Parser#fontFamilyName}.
|
|
881
|
-
* @param ctx the parse tree
|
|
882
|
-
*/
|
|
883
|
-
void enterFontFamilyName(css3Parser.FontFamilyNameContext ctx);
|
|
884
|
-
/**
|
|
885
|
-
* Exit a parse tree produced by {@link css3Parser#fontFamilyName}.
|
|
886
|
-
* @param ctx the parse tree
|
|
887
|
-
*/
|
|
888
|
-
void exitFontFamilyName(css3Parser.FontFamilyNameContext ctx);
|
|
889
|
-
/**
|
|
890
|
-
* Enter a parse tree produced by {@link css3Parser#featureValueBlock}.
|
|
891
|
-
* @param ctx the parse tree
|
|
892
|
-
*/
|
|
893
|
-
void enterFeatureValueBlock(css3Parser.FeatureValueBlockContext ctx);
|
|
894
|
-
/**
|
|
895
|
-
* Exit a parse tree produced by {@link css3Parser#featureValueBlock}.
|
|
896
|
-
* @param ctx the parse tree
|
|
897
|
-
*/
|
|
898
|
-
void exitFeatureValueBlock(css3Parser.FeatureValueBlockContext ctx);
|
|
899
|
-
/**
|
|
900
|
-
* Enter a parse tree produced by {@link css3Parser#featureType}.
|
|
901
|
-
* @param ctx the parse tree
|
|
902
|
-
*/
|
|
903
|
-
void enterFeatureType(css3Parser.FeatureTypeContext ctx);
|
|
904
|
-
/**
|
|
905
|
-
* Exit a parse tree produced by {@link css3Parser#featureType}.
|
|
906
|
-
* @param ctx the parse tree
|
|
907
|
-
*/
|
|
908
|
-
void exitFeatureType(css3Parser.FeatureTypeContext ctx);
|
|
909
|
-
/**
|
|
910
|
-
* Enter a parse tree produced by {@link css3Parser#featureValueDefinition}.
|
|
911
|
-
* @param ctx the parse tree
|
|
912
|
-
*/
|
|
913
|
-
void enterFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext ctx);
|
|
914
|
-
/**
|
|
915
|
-
* Exit a parse tree produced by {@link css3Parser#featureValueDefinition}.
|
|
916
|
-
* @param ctx the parse tree
|
|
917
|
-
*/
|
|
918
|
-
void exitFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext ctx);
|
|
919
|
-
/**
|
|
920
|
-
* Enter a parse tree produced by {@link css3Parser#ident}.
|
|
921
|
-
* @param ctx the parse tree
|
|
922
|
-
*/
|
|
923
|
-
void enterIdent(css3Parser.IdentContext ctx);
|
|
924
|
-
/**
|
|
925
|
-
* Exit a parse tree produced by {@link css3Parser#ident}.
|
|
926
|
-
* @param ctx the parse tree
|
|
927
|
-
*/
|
|
928
|
-
void exitIdent(css3Parser.IdentContext ctx);
|
|
929
|
-
/**
|
|
930
|
-
* Enter a parse tree produced by {@link css3Parser#ws}.
|
|
931
|
-
* @param ctx the parse tree
|
|
932
|
-
*/
|
|
933
|
-
void enterWs(css3Parser.WsContext ctx);
|
|
934
|
-
/**
|
|
935
|
-
* Exit a parse tree produced by {@link css3Parser#ws}.
|
|
936
|
-
* @param ctx the parse tree
|
|
937
|
-
*/
|
|
938
|
-
void exitWs(css3Parser.WsContext ctx);
|
|
939
|
-
}
|