@cparra/apex-reflection 0.1.0-alpha.0 → 0.1.1-alpha.10

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.
Files changed (158) hide show
  1. package/__tests__/end-to-end.test.ts +256 -0
  2. package/coverage/clover.xml +12857 -0
  3. package/coverage/coverage-final.json +3 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +79 -0
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +126 -0
  8. package/coverage/lcov-report/index.js.html +104 -0
  9. package/coverage/lcov-report/out.js.html +41126 -0
  10. package/coverage/lcov-report/prettify.css +1 -0
  11. package/coverage/lcov-report/prettify.js +2 -0
  12. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  13. package/coverage/lcov-report/sorter.js +170 -0
  14. package/coverage/lcov.info +24801 -0
  15. package/index.d.ts +118 -0
  16. package/index.js +8 -0
  17. package/index.ts +141 -0
  18. package/jest.config.js +11 -0
  19. package/out.js +13708 -0
  20. package/package.json +22 -17
  21. package/tsconfig.json +5 -3
  22. package/.idea/apexdocs-dart.iml +0 -18
  23. package/.idea/jsLibraryMappings.xml +0 -6
  24. package/.idea/libraries/Dart_Packages.xml +0 -556
  25. package/.idea/libraries/Dart_SDK.xml +0 -28
  26. package/.idea/misc.xml +0 -6
  27. package/.idea/modules.xml +0 -8
  28. package/.idea/runConfigurations/_template__of_Dart_Test.xml +0 -6
  29. package/.idea/vcs.xml +0 -6
  30. package/CHANGELOG.md +0 -3
  31. package/README.md +0 -26
  32. package/TODO.md +0 -5
  33. package/analysis_options.yaml +0 -30
  34. package/antlr4-4.9.2/CHANGELOG.md +0 -4
  35. package/antlr4-4.9.2/LICENSE +0 -52
  36. package/antlr4-4.9.2/README.md +0 -11
  37. package/antlr4-4.9.2/analysis_options.yaml +0 -1
  38. package/antlr4-4.9.2/lib/antlr4.dart +0 -21
  39. package/antlr4-4.9.2/lib/src/atn/atn.dart +0 -18
  40. package/antlr4-4.9.2/lib/src/atn/src/atn.dart +0 -170
  41. package/antlr4-4.9.2/lib/src/atn/src/atn_config.dart +0 -242
  42. package/antlr4-4.9.2/lib/src/atn/src/atn_config_set.dart +0 -283
  43. package/antlr4-4.9.2/lib/src/atn/src/atn_deserializer.dart +0 -809
  44. package/antlr4-4.9.2/lib/src/atn/src/atn_simulator.dart +0 -95
  45. package/antlr4-4.9.2/lib/src/atn/src/atn_state.dart +0 -296
  46. package/antlr4-4.9.2/lib/src/atn/src/atn_type.dart +0 -14
  47. package/antlr4-4.9.2/lib/src/atn/src/info.dart +0 -553
  48. package/antlr4-4.9.2/lib/src/atn/src/lexer_action.dart +0 -601
  49. package/antlr4-4.9.2/lib/src/atn/src/lexer_action_executor.dart +0 -167
  50. package/antlr4-4.9.2/lib/src/atn/src/lexer_atn_simulator.dart +0 -731
  51. package/antlr4-4.9.2/lib/src/atn/src/parser_atn_simulator.dart +0 -2630
  52. package/antlr4-4.9.2/lib/src/atn/src/profiling_atn_simulator.dart +0 -229
  53. package/antlr4-4.9.2/lib/src/atn/src/semantic_context.dart +0 -404
  54. package/antlr4-4.9.2/lib/src/atn/src/transition.dart +0 -305
  55. package/antlr4-4.9.2/lib/src/dfa/dfa.dart +0 -8
  56. package/antlr4-4.9.2/lib/src/dfa/src/dfa.dart +0 -138
  57. package/antlr4-4.9.2/lib/src/dfa/src/dfa_serializer.dart +0 -76
  58. package/antlr4-4.9.2/lib/src/dfa/src/dfa_state.dart +0 -151
  59. package/antlr4-4.9.2/lib/src/error/error.dart +0 -10
  60. package/antlr4-4.9.2/lib/src/error/src/diagnostic_error_listener.dart +0 -116
  61. package/antlr4-4.9.2/lib/src/error/src/error_listener.dart +0 -241
  62. package/antlr4-4.9.2/lib/src/error/src/error_strategy.dart +0 -902
  63. package/antlr4-4.9.2/lib/src/error/src/errors.dart +0 -204
  64. package/antlr4-4.9.2/lib/src/input_stream.dart +0 -335
  65. package/antlr4-4.9.2/lib/src/interval_set.dart +0 -735
  66. package/antlr4-4.9.2/lib/src/lexer.dart +0 -343
  67. package/antlr4-4.9.2/lib/src/ll1_analyzer.dart +0 -204
  68. package/antlr4-4.9.2/lib/src/misc/multi_map.dart +0 -32
  69. package/antlr4-4.9.2/lib/src/misc/pair.dart +0 -34
  70. package/antlr4-4.9.2/lib/src/parser.dart +0 -777
  71. package/antlr4-4.9.2/lib/src/parser_interpreter.dart +0 -393
  72. package/antlr4-4.9.2/lib/src/parser_rule_context.dart +0 -275
  73. package/antlr4-4.9.2/lib/src/prediction_context.dart +0 -877
  74. package/antlr4-4.9.2/lib/src/recognizer.dart +0 -182
  75. package/antlr4-4.9.2/lib/src/rule_context.dart +0 -192
  76. package/antlr4-4.9.2/lib/src/runtime_meta_data.dart +0 -188
  77. package/antlr4-4.9.2/lib/src/token.dart +0 -431
  78. package/antlr4-4.9.2/lib/src/token_factory.dart +0 -88
  79. package/antlr4-4.9.2/lib/src/token_source.dart +0 -241
  80. package/antlr4-4.9.2/lib/src/token_stream.dart +0 -627
  81. package/antlr4-4.9.2/lib/src/tree/src/pattern/chunk.dart +0 -90
  82. package/antlr4-4.9.2/lib/src/tree/src/pattern/parse_tree_match.dart +0 -635
  83. package/antlr4-4.9.2/lib/src/tree/src/tree.dart +0 -370
  84. package/antlr4-4.9.2/lib/src/tree/src/trees.dart +0 -226
  85. package/antlr4-4.9.2/lib/src/tree/tree.dart +0 -10
  86. package/antlr4-4.9.2/lib/src/util/bit_set.dart +0 -308
  87. package/antlr4-4.9.2/lib/src/util/murmur_hash.dart +0 -77
  88. package/antlr4-4.9.2/lib/src/util/utils.dart +0 -31
  89. package/antlr4-4.9.2/lib/src/vocabulary.dart +0 -254
  90. package/antlr4-4.9.2/pubspec.yaml +0 -13
  91. package/example/node_example/index.js +0 -8
  92. package/example/node_example/package.json +0 -12
  93. package/example/node_example_ts/package-lock.json +0 -70
  94. package/example/node_example_ts/package.json +0 -19
  95. package/example/node_example_ts/src/index.js +0 -5
  96. package/example/node_example_ts/src/index.ts +0 -9
  97. package/example/node_example_ts/tsconfig.json +0 -79
  98. package/js/dart2jsout.js +0 -25898
  99. package/js/dart2jsout.js.map +0 -16
  100. package/js/index.d.ts +0 -1
  101. package/js/index.js +0 -4
  102. package/js/out.js +0 -26023
  103. package/js/out.js.map +0 -16
  104. package/js/package-lock.json +0 -57
  105. package/js/preamble.js +0 -125
  106. package/lib/apexdocs_dart.dart +0 -28
  107. package/lib/src/antlr/grammars/Apexdoc/ApexdocLexer.g4 +0 -120
  108. package/lib/src/antlr/grammars/Apexdoc/ApexdocParser.g4 +0 -158
  109. package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.interp +0 -95
  110. package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.java +0 -238
  111. package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.tokens +0 -23
  112. package/lib/src/antlr/grammars/apex/ApexLexer.g4 +0 -255
  113. package/lib/src/antlr/grammars/apex/ApexParser.g4 +0 -567
  114. package/lib/src/antlr/grammars/apex/examples/ApexClass.cls +0 -6
  115. package/lib/src/antlr/lib/apex/ApexLexer.dart +0 -1223
  116. package/lib/src/antlr/lib/apex/ApexLexer.interp +0 -393
  117. package/lib/src/antlr/lib/apex/ApexLexer.tokens +0 -212
  118. package/lib/src/antlr/lib/apex/ApexParser.dart +0 -9349
  119. package/lib/src/antlr/lib/apex/ApexParser.interp +0 -326
  120. package/lib/src/antlr/lib/apex/ApexParser.tokens +0 -212
  121. package/lib/src/antlr/lib/apex/ApexParserBaseListener.dart +0 -1036
  122. package/lib/src/antlr/lib/apex/ApexParserListener.dart +0 -975
  123. package/lib/src/antlr/lib/apexdoc/ApexdocLexer.dart +0 -373
  124. package/lib/src/antlr/lib/apexdoc/ApexdocLexer.interp +0 -95
  125. package/lib/src/antlr/lib/apexdoc/ApexdocLexer.tokens +0 -23
  126. package/lib/src/antlr/lib/apexdoc/ApexdocParser.dart +0 -2471
  127. package/lib/src/antlr/lib/apexdoc/ApexdocParser.interp +0 -69
  128. package/lib/src/antlr/lib/apexdoc/ApexdocParser.tokens +0 -23
  129. package/lib/src/antlr/lib/apexdoc/ApexdocParserBaseListener.dart +0 -252
  130. package/lib/src/antlr/lib/apexdoc/ApexdocParserListener.dart +0 -215
  131. package/lib/src/builders/builders.dart +0 -32
  132. package/lib/src/model/apex_file_manifest.dart +0 -37
  133. package/lib/src/model/apex_file_manifest.g.dart +0 -18
  134. package/lib/src/model/declaration.dart +0 -50
  135. package/lib/src/model/doc_comment.dart +0 -117
  136. package/lib/src/model/doc_comment.g.dart +0 -118
  137. package/lib/src/model/members.dart +0 -143
  138. package/lib/src/model/members.g.dart +0 -105
  139. package/lib/src/model/types.dart +0 -159
  140. package/lib/src/model/types.g.dart +0 -111
  141. package/lib/src/service/apex_listener.dart +0 -226
  142. package/lib/src/service/apexdoc_listener.dart +0 -82
  143. package/lib/src/service/parsers.dart +0 -33
  144. package/lib/src/service/utils/parsing/access_modifiers_parser.dart +0 -33
  145. package/lib/src/service/utils/parsing/parameters_parser.dart +0 -18
  146. package/lib/src/service/utils/parsing/parsing_utils.dart +0 -2
  147. package/lib/src/service/walker.dart +0 -82
  148. package/pubspec.yaml +0 -19
  149. package/test/apex_file_manifest_test.dart +0 -16
  150. package/test/apex_listener_test.dart +0 -703
  151. package/test/apexdoc_parser_test.dart +0 -179
  152. package/test/doc_comment_test.dart +0 -89
  153. package/test/members_serialization_test.dart +0 -158
  154. package/test/members_test.dart +0 -178
  155. package/test/types_serialization_test.dart +0 -191
  156. package/test/types_test.dart +0 -311
  157. package/test/walker_test.dart +0 -58
  158. package/tool/grind.dart +0 -20
@@ -1,2471 +0,0 @@
1
- // Generated from lib/src/antlr/grammars/apexdoc/ApexdocParser.g4 by ANTLR 4.9.2
2
- // ignore_for_file: unused_import, unused_local_variable, prefer_single_quotes
3
- import 'package:antlr4/antlr4.dart';
4
- import 'dart:io';
5
-
6
- import 'ApexdocParserListener.dart';
7
- import 'ApexdocParserBaseListener.dart';
8
-
9
- const int RULE_documentation = 0,
10
- RULE_documentationContent = 1,
11
- RULE_description = 2,
12
- RULE_descriptionLine = 3,
13
- RULE_descriptionLineStart = 4,
14
- RULE_descriptionLineNoSpaceNoAt = 5,
15
- RULE_descriptionLineElement = 6,
16
- RULE_descriptionLineText = 7,
17
- RULE_descriptionNewline = 8,
18
- RULE_tagSection = 9,
19
- RULE_blockTag = 10,
20
- RULE_paramName = 11,
21
- RULE_exceptionName = 12,
22
- RULE_blockTagName = 13,
23
- RULE_blockTagContent = 14,
24
- RULE_blockTagText = 15,
25
- RULE_blockTagTextElement = 16,
26
- RULE_inlineTag = 17,
27
- RULE_inlineTagName = 18,
28
- RULE_inlineTagContent = 19,
29
- RULE_braceExpression = 20,
30
- RULE_braceContent = 21,
31
- RULE_skipWhitespace = 22,
32
- RULE_braceText = 23;
33
-
34
- class ApexdocParser extends Parser {
35
- static final checkVersion =
36
- () => RuntimeMetaData.checkVersion('4.9.2', RuntimeMetaData.VERSION);
37
- static const int TOKEN_EOF = IntStream.EOF;
38
-
39
- static final List<DFA> _decisionToDFA = List.generate(
40
- _ATN.numberOfDecisions, (i) => DFA(_ATN.getDecisionState(i), i));
41
- static final PredictionContextCache _sharedContextCache =
42
- PredictionContextCache();
43
- static const int TOKEN_PARAM = 1,
44
- TOKEN_RETURN = 2,
45
- TOKEN_EXAMPLE = 3,
46
- TOKEN_THROWS = 4,
47
- TOKEN_EXCEPTION = 5,
48
- TOKEN_NAME = 6,
49
- TOKEN_NEWLINE = 7,
50
- TOKEN_SPACE = 8,
51
- TOKEN_TEXT_CONTENT = 9,
52
- TOKEN_AT = 10,
53
- TOKEN_STAR = 11,
54
- TOKEN_SLASH = 12,
55
- TOKEN_JAVADOC_START = 13,
56
- TOKEN_JAVADOC_END = 14,
57
- TOKEN_INLINE_TAG_START = 15,
58
- TOKEN_BRACE_OPEN = 16,
59
- TOKEN_BRACE_CLOSE = 17;
60
-
61
- @override
62
- final List<String> ruleNames = [
63
- 'documentation',
64
- 'documentationContent',
65
- 'description',
66
- 'descriptionLine',
67
- 'descriptionLineStart',
68
- 'descriptionLineNoSpaceNoAt',
69
- 'descriptionLineElement',
70
- 'descriptionLineText',
71
- 'descriptionNewline',
72
- 'tagSection',
73
- 'blockTag',
74
- 'paramName',
75
- 'exceptionName',
76
- 'blockTagName',
77
- 'blockTagContent',
78
- 'blockTagText',
79
- 'blockTagTextElement',
80
- 'inlineTag',
81
- 'inlineTagName',
82
- 'inlineTagContent',
83
- 'braceExpression',
84
- 'braceContent',
85
- 'skipWhitespace',
86
- 'braceText'
87
- ];
88
-
89
- static final List<String?> _LITERAL_NAMES = [
90
- null,
91
- null,
92
- null,
93
- null,
94
- null,
95
- null,
96
- null,
97
- null,
98
- null,
99
- null,
100
- "'@'",
101
- "'*'",
102
- "'/'",
103
- null,
104
- null,
105
- "'{@'",
106
- "'{'",
107
- "'}'"
108
- ];
109
- static final List<String?> _SYMBOLIC_NAMES = [
110
- null,
111
- "PARAM",
112
- "RETURN",
113
- "EXAMPLE",
114
- "THROWS",
115
- "EXCEPTION",
116
- "NAME",
117
- "NEWLINE",
118
- "SPACE",
119
- "TEXT_CONTENT",
120
- "AT",
121
- "STAR",
122
- "SLASH",
123
- "JAVADOC_START",
124
- "JAVADOC_END",
125
- "INLINE_TAG_START",
126
- "BRACE_OPEN",
127
- "BRACE_CLOSE"
128
- ];
129
- static final Vocabulary VOCABULARY =
130
- VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
131
-
132
- @override
133
- Vocabulary get vocabulary {
134
- return VOCABULARY;
135
- }
136
-
137
- @override
138
- String get grammarFileName => 'ApexdocParser.g4';
139
-
140
- @override
141
- String get serializedATN => _serializedATN;
142
-
143
- @override
144
- ATN getATN() {
145
- return _ATN;
146
- }
147
-
148
- ApexdocParser(TokenStream input) : super(input) {
149
- interpreter =
150
- ParserATNSimulator(this, _ATN, _decisionToDFA, _sharedContextCache);
151
- }
152
-
153
- DocumentationContext documentation() {
154
- dynamic _localctx = DocumentationContext(context, state);
155
- enterRule(_localctx, 0, RULE_documentation);
156
- try {
157
- int _alt;
158
- state = 69;
159
- errorHandler.sync(this);
160
- switch (interpreter.adaptivePredict(tokenStream, 2, context)) {
161
- case 1:
162
- enterOuterAlt(_localctx, 1);
163
- state = 48;
164
- match(TOKEN_EOF);
165
- break;
166
- case 2:
167
- enterOuterAlt(_localctx, 2);
168
- state = 49;
169
- match(TOKEN_JAVADOC_START);
170
- state = 53;
171
- errorHandler.sync(this);
172
- _alt = interpreter.adaptivePredict(tokenStream, 0, context);
173
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
174
- if (_alt == 1) {
175
- state = 50;
176
- skipWhitespace();
177
- }
178
- state = 55;
179
- errorHandler.sync(this);
180
- _alt = interpreter.adaptivePredict(tokenStream, 0, context);
181
- }
182
- state = 56;
183
- documentationContent();
184
- state = 57;
185
- match(TOKEN_JAVADOC_END);
186
- state = 58;
187
- match(TOKEN_EOF);
188
- break;
189
- case 3:
190
- enterOuterAlt(_localctx, 3);
191
- state = 63;
192
- errorHandler.sync(this);
193
- _alt = interpreter.adaptivePredict(tokenStream, 1, context);
194
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
195
- if (_alt == 1) {
196
- state = 60;
197
- skipWhitespace();
198
- }
199
- state = 65;
200
- errorHandler.sync(this);
201
- _alt = interpreter.adaptivePredict(tokenStream, 1, context);
202
- }
203
- state = 66;
204
- documentationContent();
205
- state = 67;
206
- match(TOKEN_EOF);
207
- break;
208
- }
209
- } on RecognitionException catch (re) {
210
- _localctx.exception = re;
211
- errorHandler.reportError(this, re);
212
- errorHandler.recover(this, re);
213
- } finally {
214
- exitRule();
215
- }
216
- return _localctx;
217
- }
218
-
219
- DocumentationContentContext documentationContent() {
220
- dynamic _localctx = DocumentationContentContext(context, state);
221
- enterRule(_localctx, 2, RULE_documentationContent);
222
- int _la;
223
- try {
224
- int _alt;
225
- state = 99;
226
- errorHandler.sync(this);
227
- switch (interpreter.adaptivePredict(tokenStream, 7, context)) {
228
- case 1:
229
- enterOuterAlt(_localctx, 1);
230
- state = 71;
231
- description();
232
- state = 75;
233
- errorHandler.sync(this);
234
- _la = tokenStream.LA(1);
235
- while (_la == TOKEN_NEWLINE || _la == TOKEN_SPACE) {
236
- state = 72;
237
- skipWhitespace();
238
- state = 77;
239
- errorHandler.sync(this);
240
- _la = tokenStream.LA(1);
241
- }
242
- break;
243
- case 2:
244
- enterOuterAlt(_localctx, 2);
245
- state = 81;
246
- errorHandler.sync(this);
247
- _alt = interpreter.adaptivePredict(tokenStream, 4, context);
248
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
249
- if (_alt == 1) {
250
- state = 78;
251
- skipWhitespace();
252
- }
253
- state = 83;
254
- errorHandler.sync(this);
255
- _alt = interpreter.adaptivePredict(tokenStream, 4, context);
256
- }
257
- state = 84;
258
- tagSection();
259
- break;
260
- case 3:
261
- enterOuterAlt(_localctx, 3);
262
- state = 85;
263
- description();
264
- state = 87;
265
- errorHandler.sync(this);
266
- _alt = 1;
267
- do {
268
- switch (_alt) {
269
- case 1:
270
- state = 86;
271
- match(TOKEN_NEWLINE);
272
- break;
273
- default:
274
- throw NoViableAltException(this);
275
- }
276
- state = 89;
277
- errorHandler.sync(this);
278
- _alt = interpreter.adaptivePredict(tokenStream, 5, context);
279
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
280
- state = 94;
281
- errorHandler.sync(this);
282
- _alt = interpreter.adaptivePredict(tokenStream, 6, context);
283
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
284
- if (_alt == 1) {
285
- state = 91;
286
- skipWhitespace();
287
- }
288
- state = 96;
289
- errorHandler.sync(this);
290
- _alt = interpreter.adaptivePredict(tokenStream, 6, context);
291
- }
292
- state = 97;
293
- tagSection();
294
- break;
295
- }
296
- } on RecognitionException catch (re) {
297
- _localctx.exception = re;
298
- errorHandler.reportError(this, re);
299
- errorHandler.recover(this, re);
300
- } finally {
301
- exitRule();
302
- }
303
- return _localctx;
304
- }
305
-
306
- DescriptionContext description() {
307
- dynamic _localctx = DescriptionContext(context, state);
308
- enterRule(_localctx, 4, RULE_description);
309
- int _la;
310
- try {
311
- int _alt;
312
- enterOuterAlt(_localctx, 1);
313
- state = 101;
314
- descriptionLine();
315
- state = 111;
316
- errorHandler.sync(this);
317
- _alt = interpreter.adaptivePredict(tokenStream, 9, context);
318
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
319
- if (_alt == 1) {
320
- state = 103;
321
- errorHandler.sync(this);
322
- _la = tokenStream.LA(1);
323
- do {
324
- state = 102;
325
- descriptionNewline();
326
- state = 105;
327
- errorHandler.sync(this);
328
- _la = tokenStream.LA(1);
329
- } while (_la == TOKEN_NEWLINE);
330
- state = 107;
331
- descriptionLine();
332
- }
333
- state = 113;
334
- errorHandler.sync(this);
335
- _alt = interpreter.adaptivePredict(tokenStream, 9, context);
336
- }
337
- } on RecognitionException catch (re) {
338
- _localctx.exception = re;
339
- errorHandler.reportError(this, re);
340
- errorHandler.recover(this, re);
341
- } finally {
342
- exitRule();
343
- }
344
- return _localctx;
345
- }
346
-
347
- DescriptionLineContext descriptionLine() {
348
- dynamic _localctx = DescriptionLineContext(context, state);
349
- enterRule(_localctx, 6, RULE_descriptionLine);
350
- try {
351
- int _alt;
352
- state = 128;
353
- errorHandler.sync(this);
354
- switch (tokenStream.LA(1)) {
355
- case TOKEN_NAME:
356
- case TOKEN_SPACE:
357
- case TOKEN_TEXT_CONTENT:
358
- case TOKEN_STAR:
359
- case TOKEN_SLASH:
360
- case TOKEN_BRACE_OPEN:
361
- case TOKEN_BRACE_CLOSE:
362
- enterOuterAlt(_localctx, 1);
363
- state = 114;
364
- descriptionLineStart();
365
- state = 118;
366
- errorHandler.sync(this);
367
- _alt = interpreter.adaptivePredict(tokenStream, 10, context);
368
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
369
- if (_alt == 1) {
370
- state = 115;
371
- descriptionLineElement();
372
- }
373
- state = 120;
374
- errorHandler.sync(this);
375
- _alt = interpreter.adaptivePredict(tokenStream, 10, context);
376
- }
377
- break;
378
- case TOKEN_INLINE_TAG_START:
379
- enterOuterAlt(_localctx, 2);
380
- state = 121;
381
- inlineTag();
382
- state = 125;
383
- errorHandler.sync(this);
384
- _alt = interpreter.adaptivePredict(tokenStream, 11, context);
385
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
386
- if (_alt == 1) {
387
- state = 122;
388
- descriptionLineElement();
389
- }
390
- state = 127;
391
- errorHandler.sync(this);
392
- _alt = interpreter.adaptivePredict(tokenStream, 11, context);
393
- }
394
- break;
395
- default:
396
- throw NoViableAltException(this);
397
- }
398
- } on RecognitionException catch (re) {
399
- _localctx.exception = re;
400
- errorHandler.reportError(this, re);
401
- errorHandler.recover(this, re);
402
- } finally {
403
- exitRule();
404
- }
405
- return _localctx;
406
- }
407
-
408
- DescriptionLineStartContext descriptionLineStart() {
409
- dynamic _localctx = DescriptionLineStartContext(context, state);
410
- enterRule(_localctx, 8, RULE_descriptionLineStart);
411
- int _la;
412
- try {
413
- int _alt;
414
- enterOuterAlt(_localctx, 1);
415
- state = 131;
416
- errorHandler.sync(this);
417
- _la = tokenStream.LA(1);
418
- if (_la == TOKEN_SPACE) {
419
- state = 130;
420
- match(TOKEN_SPACE);
421
- }
422
-
423
- state = 134;
424
- errorHandler.sync(this);
425
- _alt = 1;
426
- do {
427
- switch (_alt) {
428
- case 1:
429
- state = 133;
430
- descriptionLineNoSpaceNoAt();
431
- break;
432
- default:
433
- throw NoViableAltException(this);
434
- }
435
- state = 136;
436
- errorHandler.sync(this);
437
- _alt = interpreter.adaptivePredict(tokenStream, 14, context);
438
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
439
- state = 143;
440
- errorHandler.sync(this);
441
- _alt = interpreter.adaptivePredict(tokenStream, 16, context);
442
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
443
- if (_alt == 1) {
444
- state = 141;
445
- errorHandler.sync(this);
446
- switch (tokenStream.LA(1)) {
447
- case TOKEN_NAME:
448
- case TOKEN_TEXT_CONTENT:
449
- case TOKEN_STAR:
450
- case TOKEN_SLASH:
451
- case TOKEN_BRACE_OPEN:
452
- case TOKEN_BRACE_CLOSE:
453
- state = 138;
454
- descriptionLineNoSpaceNoAt();
455
- break;
456
- case TOKEN_SPACE:
457
- state = 139;
458
- match(TOKEN_SPACE);
459
- break;
460
- case TOKEN_AT:
461
- state = 140;
462
- match(TOKEN_AT);
463
- break;
464
- default:
465
- throw NoViableAltException(this);
466
- }
467
- }
468
- state = 145;
469
- errorHandler.sync(this);
470
- _alt = interpreter.adaptivePredict(tokenStream, 16, context);
471
- }
472
- } on RecognitionException catch (re) {
473
- _localctx.exception = re;
474
- errorHandler.reportError(this, re);
475
- errorHandler.recover(this, re);
476
- } finally {
477
- exitRule();
478
- }
479
- return _localctx;
480
- }
481
-
482
- DescriptionLineNoSpaceNoAtContext descriptionLineNoSpaceNoAt() {
483
- dynamic _localctx = DescriptionLineNoSpaceNoAtContext(context, state);
484
- enterRule(_localctx, 10, RULE_descriptionLineNoSpaceNoAt);
485
- int _la;
486
- try {
487
- enterOuterAlt(_localctx, 1);
488
- state = 146;
489
- _la = tokenStream.LA(1);
490
- if (!((((_la) & ~0x3f) == 0 &&
491
- ((BigInt.one << _la) &
492
- ((BigInt.one << TOKEN_NAME) |
493
- (BigInt.one << TOKEN_TEXT_CONTENT) |
494
- (BigInt.one << TOKEN_STAR) |
495
- (BigInt.one << TOKEN_SLASH) |
496
- (BigInt.one << TOKEN_BRACE_OPEN) |
497
- (BigInt.one << TOKEN_BRACE_CLOSE))) !=
498
- BigInt.zero))) {
499
- errorHandler.recoverInline(this);
500
- } else {
501
- if (tokenStream.LA(1) == IntStream.EOF) matchedEOF = true;
502
- errorHandler.reportMatch(this);
503
- consume();
504
- }
505
- } on RecognitionException catch (re) {
506
- _localctx.exception = re;
507
- errorHandler.reportError(this, re);
508
- errorHandler.recover(this, re);
509
- } finally {
510
- exitRule();
511
- }
512
- return _localctx;
513
- }
514
-
515
- DescriptionLineElementContext descriptionLineElement() {
516
- dynamic _localctx = DescriptionLineElementContext(context, state);
517
- enterRule(_localctx, 12, RULE_descriptionLineElement);
518
- try {
519
- state = 150;
520
- errorHandler.sync(this);
521
- switch (tokenStream.LA(1)) {
522
- case TOKEN_INLINE_TAG_START:
523
- enterOuterAlt(_localctx, 1);
524
- state = 148;
525
- inlineTag();
526
- break;
527
- case TOKEN_NAME:
528
- case TOKEN_SPACE:
529
- case TOKEN_TEXT_CONTENT:
530
- case TOKEN_AT:
531
- case TOKEN_STAR:
532
- case TOKEN_SLASH:
533
- case TOKEN_BRACE_OPEN:
534
- case TOKEN_BRACE_CLOSE:
535
- enterOuterAlt(_localctx, 2);
536
- state = 149;
537
- descriptionLineText();
538
- break;
539
- default:
540
- throw NoViableAltException(this);
541
- }
542
- } on RecognitionException catch (re) {
543
- _localctx.exception = re;
544
- errorHandler.reportError(this, re);
545
- errorHandler.recover(this, re);
546
- } finally {
547
- exitRule();
548
- }
549
- return _localctx;
550
- }
551
-
552
- DescriptionLineTextContext descriptionLineText() {
553
- dynamic _localctx = DescriptionLineTextContext(context, state);
554
- enterRule(_localctx, 14, RULE_descriptionLineText);
555
- try {
556
- int _alt;
557
- enterOuterAlt(_localctx, 1);
558
- state = 155;
559
- errorHandler.sync(this);
560
- _alt = 1;
561
- do {
562
- switch (_alt) {
563
- case 1:
564
- state = 155;
565
- errorHandler.sync(this);
566
- switch (tokenStream.LA(1)) {
567
- case TOKEN_NAME:
568
- case TOKEN_TEXT_CONTENT:
569
- case TOKEN_STAR:
570
- case TOKEN_SLASH:
571
- case TOKEN_BRACE_OPEN:
572
- case TOKEN_BRACE_CLOSE:
573
- state = 152;
574
- descriptionLineNoSpaceNoAt();
575
- break;
576
- case TOKEN_SPACE:
577
- state = 153;
578
- match(TOKEN_SPACE);
579
- break;
580
- case TOKEN_AT:
581
- state = 154;
582
- match(TOKEN_AT);
583
- break;
584
- default:
585
- throw NoViableAltException(this);
586
- }
587
- break;
588
- default:
589
- throw NoViableAltException(this);
590
- }
591
- state = 157;
592
- errorHandler.sync(this);
593
- _alt = interpreter.adaptivePredict(tokenStream, 19, context);
594
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
595
- } on RecognitionException catch (re) {
596
- _localctx.exception = re;
597
- errorHandler.reportError(this, re);
598
- errorHandler.recover(this, re);
599
- } finally {
600
- exitRule();
601
- }
602
- return _localctx;
603
- }
604
-
605
- DescriptionNewlineContext descriptionNewline() {
606
- dynamic _localctx = DescriptionNewlineContext(context, state);
607
- enterRule(_localctx, 16, RULE_descriptionNewline);
608
- try {
609
- enterOuterAlt(_localctx, 1);
610
- state = 159;
611
- match(TOKEN_NEWLINE);
612
- } on RecognitionException catch (re) {
613
- _localctx.exception = re;
614
- errorHandler.reportError(this, re);
615
- errorHandler.recover(this, re);
616
- } finally {
617
- exitRule();
618
- }
619
- return _localctx;
620
- }
621
-
622
- TagSectionContext tagSection() {
623
- dynamic _localctx = TagSectionContext(context, state);
624
- enterRule(_localctx, 18, RULE_tagSection);
625
- int _la;
626
- try {
627
- enterOuterAlt(_localctx, 1);
628
- state = 164;
629
- errorHandler.sync(this);
630
- _la = tokenStream.LA(1);
631
- while ((((_la) & ~0x3f) == 0 &&
632
- ((BigInt.one << _la) &
633
- ((BigInt.one << TOKEN_PARAM) |
634
- (BigInt.one << TOKEN_RETURN) |
635
- (BigInt.one << TOKEN_EXAMPLE) |
636
- (BigInt.one << TOKEN_THROWS) |
637
- (BigInt.one << TOKEN_EXCEPTION) |
638
- (BigInt.one << TOKEN_SPACE) |
639
- (BigInt.one << TOKEN_AT) |
640
- (BigInt.one << TOKEN_STAR))) !=
641
- BigInt.zero)) {
642
- state = 161;
643
- blockTag();
644
- state = 166;
645
- errorHandler.sync(this);
646
- _la = tokenStream.LA(1);
647
- }
648
- } on RecognitionException catch (re) {
649
- _localctx.exception = re;
650
- errorHandler.reportError(this, re);
651
- errorHandler.recover(this, re);
652
- } finally {
653
- exitRule();
654
- }
655
- return _localctx;
656
- }
657
-
658
- BlockTagContext blockTag() {
659
- dynamic _localctx = BlockTagContext(context, state);
660
- enterRule(_localctx, 20, RULE_blockTag);
661
- int _la;
662
- try {
663
- int _alt;
664
- state = 285;
665
- errorHandler.sync(this);
666
- switch (interpreter.adaptivePredict(tokenStream, 43, context)) {
667
- case 1:
668
- _localctx = ParamBlockTagContext(_localctx);
669
- enterOuterAlt(_localctx, 1);
670
- state = 170;
671
- errorHandler.sync(this);
672
- _la = tokenStream.LA(1);
673
- while (_la == TOKEN_STAR) {
674
- state = 167;
675
- match(TOKEN_STAR);
676
- state = 172;
677
- errorHandler.sync(this);
678
- _la = tokenStream.LA(1);
679
- }
680
- state = 174;
681
- errorHandler.sync(this);
682
- _la = tokenStream.LA(1);
683
- if (_la == TOKEN_SPACE) {
684
- state = 173;
685
- match(TOKEN_SPACE);
686
- }
687
-
688
- state = 176;
689
- match(TOKEN_PARAM);
690
- state = 178;
691
- errorHandler.sync(this);
692
- _alt = 1;
693
- do {
694
- switch (_alt) {
695
- case 1:
696
- state = 177;
697
- match(TOKEN_SPACE);
698
- break;
699
- default:
700
- throw NoViableAltException(this);
701
- }
702
- state = 180;
703
- errorHandler.sync(this);
704
- _alt = interpreter.adaptivePredict(tokenStream, 23, context);
705
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
706
- state = 182;
707
- paramName();
708
- state = 184;
709
- errorHandler.sync(this);
710
- _alt = 1;
711
- do {
712
- switch (_alt) {
713
- case 1:
714
- state = 183;
715
- match(TOKEN_SPACE);
716
- break;
717
- default:
718
- throw NoViableAltException(this);
719
- }
720
- state = 186;
721
- errorHandler.sync(this);
722
- _alt = interpreter.adaptivePredict(tokenStream, 24, context);
723
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
724
- state = 191;
725
- errorHandler.sync(this);
726
- _alt = interpreter.adaptivePredict(tokenStream, 25, context);
727
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
728
- if (_alt == 1) {
729
- state = 188;
730
- blockTagContent();
731
- }
732
- state = 193;
733
- errorHandler.sync(this);
734
- _alt = interpreter.adaptivePredict(tokenStream, 25, context);
735
- }
736
- break;
737
- case 2:
738
- _localctx = ThrowsBlockTagContext(_localctx);
739
- enterOuterAlt(_localctx, 2);
740
- state = 197;
741
- errorHandler.sync(this);
742
- _la = tokenStream.LA(1);
743
- while (_la == TOKEN_STAR) {
744
- state = 194;
745
- match(TOKEN_STAR);
746
- state = 199;
747
- errorHandler.sync(this);
748
- _la = tokenStream.LA(1);
749
- }
750
- state = 201;
751
- errorHandler.sync(this);
752
- _la = tokenStream.LA(1);
753
- if (_la == TOKEN_SPACE) {
754
- state = 200;
755
- match(TOKEN_SPACE);
756
- }
757
-
758
- state = 203;
759
- _la = tokenStream.LA(1);
760
- if (!(_la == TOKEN_THROWS || _la == TOKEN_EXCEPTION)) {
761
- errorHandler.recoverInline(this);
762
- } else {
763
- if (tokenStream.LA(1) == IntStream.EOF) matchedEOF = true;
764
- errorHandler.reportMatch(this);
765
- consume();
766
- }
767
- state = 205;
768
- errorHandler.sync(this);
769
- _alt = 1;
770
- do {
771
- switch (_alt) {
772
- case 1:
773
- state = 204;
774
- match(TOKEN_SPACE);
775
- break;
776
- default:
777
- throw NoViableAltException(this);
778
- }
779
- state = 207;
780
- errorHandler.sync(this);
781
- _alt = interpreter.adaptivePredict(tokenStream, 28, context);
782
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
783
- state = 209;
784
- exceptionName();
785
- state = 211;
786
- errorHandler.sync(this);
787
- _alt = 1;
788
- do {
789
- switch (_alt) {
790
- case 1:
791
- state = 210;
792
- match(TOKEN_SPACE);
793
- break;
794
- default:
795
- throw NoViableAltException(this);
796
- }
797
- state = 213;
798
- errorHandler.sync(this);
799
- _alt = interpreter.adaptivePredict(tokenStream, 29, context);
800
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
801
- state = 218;
802
- errorHandler.sync(this);
803
- _alt = interpreter.adaptivePredict(tokenStream, 30, context);
804
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
805
- if (_alt == 1) {
806
- state = 215;
807
- blockTagContent();
808
- }
809
- state = 220;
810
- errorHandler.sync(this);
811
- _alt = interpreter.adaptivePredict(tokenStream, 30, context);
812
- }
813
- break;
814
- case 3:
815
- _localctx = ReturnBlockTagContext(_localctx);
816
- enterOuterAlt(_localctx, 3);
817
- state = 224;
818
- errorHandler.sync(this);
819
- _la = tokenStream.LA(1);
820
- while (_la == TOKEN_STAR) {
821
- state = 221;
822
- match(TOKEN_STAR);
823
- state = 226;
824
- errorHandler.sync(this);
825
- _la = tokenStream.LA(1);
826
- }
827
- state = 228;
828
- errorHandler.sync(this);
829
- _la = tokenStream.LA(1);
830
- if (_la == TOKEN_SPACE) {
831
- state = 227;
832
- match(TOKEN_SPACE);
833
- }
834
-
835
- state = 230;
836
- match(TOKEN_RETURN);
837
- state = 232;
838
- errorHandler.sync(this);
839
- _alt = 1;
840
- do {
841
- switch (_alt) {
842
- case 1:
843
- state = 231;
844
- match(TOKEN_SPACE);
845
- break;
846
- default:
847
- throw NoViableAltException(this);
848
- }
849
- state = 234;
850
- errorHandler.sync(this);
851
- _alt = interpreter.adaptivePredict(tokenStream, 33, context);
852
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
853
- state = 239;
854
- errorHandler.sync(this);
855
- _alt = interpreter.adaptivePredict(tokenStream, 34, context);
856
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
857
- if (_alt == 1) {
858
- state = 236;
859
- blockTagContent();
860
- }
861
- state = 241;
862
- errorHandler.sync(this);
863
- _alt = interpreter.adaptivePredict(tokenStream, 34, context);
864
- }
865
- break;
866
- case 4:
867
- _localctx = ExampleBlockTagContext(_localctx);
868
- enterOuterAlt(_localctx, 4);
869
- state = 245;
870
- errorHandler.sync(this);
871
- _la = tokenStream.LA(1);
872
- while (_la == TOKEN_STAR) {
873
- state = 242;
874
- match(TOKEN_STAR);
875
- state = 247;
876
- errorHandler.sync(this);
877
- _la = tokenStream.LA(1);
878
- }
879
- state = 249;
880
- errorHandler.sync(this);
881
- _la = tokenStream.LA(1);
882
- if (_la == TOKEN_SPACE) {
883
- state = 248;
884
- match(TOKEN_SPACE);
885
- }
886
-
887
- state = 251;
888
- match(TOKEN_EXAMPLE);
889
- state = 253;
890
- errorHandler.sync(this);
891
- _alt = 1;
892
- do {
893
- switch (_alt) {
894
- case 1:
895
- state = 252;
896
- skipWhitespace();
897
- break;
898
- default:
899
- throw NoViableAltException(this);
900
- }
901
- state = 255;
902
- errorHandler.sync(this);
903
- _alt = interpreter.adaptivePredict(tokenStream, 37, context);
904
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
905
- state = 260;
906
- errorHandler.sync(this);
907
- _alt = interpreter.adaptivePredict(tokenStream, 38, context);
908
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
909
- if (_alt == 1) {
910
- state = 257;
911
- blockTagContent();
912
- }
913
- state = 262;
914
- errorHandler.sync(this);
915
- _alt = interpreter.adaptivePredict(tokenStream, 38, context);
916
- }
917
- break;
918
- case 5:
919
- _localctx = DefaultBlockTagContext(_localctx);
920
- enterOuterAlt(_localctx, 5);
921
- state = 266;
922
- errorHandler.sync(this);
923
- _la = tokenStream.LA(1);
924
- while (_la == TOKEN_STAR) {
925
- state = 263;
926
- match(TOKEN_STAR);
927
- state = 268;
928
- errorHandler.sync(this);
929
- _la = tokenStream.LA(1);
930
- }
931
- state = 270;
932
- errorHandler.sync(this);
933
- _la = tokenStream.LA(1);
934
- if (_la == TOKEN_SPACE) {
935
- state = 269;
936
- match(TOKEN_SPACE);
937
- }
938
-
939
- state = 272;
940
- match(TOKEN_AT);
941
- state = 273;
942
- blockTagName();
943
- state = 275;
944
- errorHandler.sync(this);
945
- _alt = 1;
946
- do {
947
- switch (_alt) {
948
- case 1:
949
- state = 274;
950
- match(TOKEN_SPACE);
951
- break;
952
- default:
953
- throw NoViableAltException(this);
954
- }
955
- state = 277;
956
- errorHandler.sync(this);
957
- _alt = interpreter.adaptivePredict(tokenStream, 41, context);
958
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
959
- state = 282;
960
- errorHandler.sync(this);
961
- _alt = interpreter.adaptivePredict(tokenStream, 42, context);
962
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
963
- if (_alt == 1) {
964
- state = 279;
965
- blockTagContent();
966
- }
967
- state = 284;
968
- errorHandler.sync(this);
969
- _alt = interpreter.adaptivePredict(tokenStream, 42, context);
970
- }
971
- break;
972
- }
973
- } on RecognitionException catch (re) {
974
- _localctx.exception = re;
975
- errorHandler.reportError(this, re);
976
- errorHandler.recover(this, re);
977
- } finally {
978
- exitRule();
979
- }
980
- return _localctx;
981
- }
982
-
983
- ParamNameContext paramName() {
984
- dynamic _localctx = ParamNameContext(context, state);
985
- enterRule(_localctx, 22, RULE_paramName);
986
- try {
987
- enterOuterAlt(_localctx, 1);
988
- state = 287;
989
- blockTagTextElement();
990
- } on RecognitionException catch (re) {
991
- _localctx.exception = re;
992
- errorHandler.reportError(this, re);
993
- errorHandler.recover(this, re);
994
- } finally {
995
- exitRule();
996
- }
997
- return _localctx;
998
- }
999
-
1000
- ExceptionNameContext exceptionName() {
1001
- dynamic _localctx = ExceptionNameContext(context, state);
1002
- enterRule(_localctx, 24, RULE_exceptionName);
1003
- try {
1004
- enterOuterAlt(_localctx, 1);
1005
- state = 289;
1006
- blockTagTextElement();
1007
- } on RecognitionException catch (re) {
1008
- _localctx.exception = re;
1009
- errorHandler.reportError(this, re);
1010
- errorHandler.recover(this, re);
1011
- } finally {
1012
- exitRule();
1013
- }
1014
- return _localctx;
1015
- }
1016
-
1017
- BlockTagNameContext blockTagName() {
1018
- dynamic _localctx = BlockTagNameContext(context, state);
1019
- enterRule(_localctx, 26, RULE_blockTagName);
1020
- try {
1021
- enterOuterAlt(_localctx, 1);
1022
- state = 291;
1023
- match(TOKEN_NAME);
1024
- } on RecognitionException catch (re) {
1025
- _localctx.exception = re;
1026
- errorHandler.reportError(this, re);
1027
- errorHandler.recover(this, re);
1028
- } finally {
1029
- exitRule();
1030
- }
1031
- return _localctx;
1032
- }
1033
-
1034
- BlockTagContentContext blockTagContent() {
1035
- dynamic _localctx = BlockTagContentContext(context, state);
1036
- enterRule(_localctx, 28, RULE_blockTagContent);
1037
- try {
1038
- state = 296;
1039
- errorHandler.sync(this);
1040
- switch (tokenStream.LA(1)) {
1041
- case TOKEN_NAME:
1042
- case TOKEN_SPACE:
1043
- case TOKEN_TEXT_CONTENT:
1044
- case TOKEN_STAR:
1045
- case TOKEN_SLASH:
1046
- case TOKEN_BRACE_OPEN:
1047
- case TOKEN_BRACE_CLOSE:
1048
- enterOuterAlt(_localctx, 1);
1049
- state = 293;
1050
- blockTagText();
1051
- break;
1052
- case TOKEN_INLINE_TAG_START:
1053
- enterOuterAlt(_localctx, 2);
1054
- state = 294;
1055
- inlineTag();
1056
- break;
1057
- case TOKEN_NEWLINE:
1058
- enterOuterAlt(_localctx, 3);
1059
- state = 295;
1060
- match(TOKEN_NEWLINE);
1061
- break;
1062
- default:
1063
- throw NoViableAltException(this);
1064
- }
1065
- } on RecognitionException catch (re) {
1066
- _localctx.exception = re;
1067
- errorHandler.reportError(this, re);
1068
- errorHandler.recover(this, re);
1069
- } finally {
1070
- exitRule();
1071
- }
1072
- return _localctx;
1073
- }
1074
-
1075
- BlockTagTextContext blockTagText() {
1076
- dynamic _localctx = BlockTagTextContext(context, state);
1077
- enterRule(_localctx, 30, RULE_blockTagText);
1078
- try {
1079
- int _alt;
1080
- enterOuterAlt(_localctx, 1);
1081
- state = 299;
1082
- errorHandler.sync(this);
1083
- _alt = 1;
1084
- do {
1085
- switch (_alt) {
1086
- case 1:
1087
- state = 298;
1088
- blockTagTextElement();
1089
- break;
1090
- default:
1091
- throw NoViableAltException(this);
1092
- }
1093
- state = 301;
1094
- errorHandler.sync(this);
1095
- _alt = interpreter.adaptivePredict(tokenStream, 45, context);
1096
- } while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER);
1097
- } on RecognitionException catch (re) {
1098
- _localctx.exception = re;
1099
- errorHandler.reportError(this, re);
1100
- errorHandler.recover(this, re);
1101
- } finally {
1102
- exitRule();
1103
- }
1104
- return _localctx;
1105
- }
1106
-
1107
- BlockTagTextElementContext blockTagTextElement() {
1108
- dynamic _localctx = BlockTagTextElementContext(context, state);
1109
- enterRule(_localctx, 32, RULE_blockTagTextElement);
1110
- int _la;
1111
- try {
1112
- enterOuterAlt(_localctx, 1);
1113
- state = 303;
1114
- _la = tokenStream.LA(1);
1115
- if (!((((_la) & ~0x3f) == 0 &&
1116
- ((BigInt.one << _la) &
1117
- ((BigInt.one << TOKEN_NAME) |
1118
- (BigInt.one << TOKEN_SPACE) |
1119
- (BigInt.one << TOKEN_TEXT_CONTENT) |
1120
- (BigInt.one << TOKEN_STAR) |
1121
- (BigInt.one << TOKEN_SLASH) |
1122
- (BigInt.one << TOKEN_BRACE_OPEN) |
1123
- (BigInt.one << TOKEN_BRACE_CLOSE))) !=
1124
- BigInt.zero))) {
1125
- errorHandler.recoverInline(this);
1126
- } else {
1127
- if (tokenStream.LA(1) == IntStream.EOF) matchedEOF = true;
1128
- errorHandler.reportMatch(this);
1129
- consume();
1130
- }
1131
- } on RecognitionException catch (re) {
1132
- _localctx.exception = re;
1133
- errorHandler.reportError(this, re);
1134
- errorHandler.recover(this, re);
1135
- } finally {
1136
- exitRule();
1137
- }
1138
- return _localctx;
1139
- }
1140
-
1141
- InlineTagContext inlineTag() {
1142
- dynamic _localctx = InlineTagContext(context, state);
1143
- enterRule(_localctx, 34, RULE_inlineTag);
1144
- int _la;
1145
- try {
1146
- int _alt;
1147
- enterOuterAlt(_localctx, 1);
1148
- state = 305;
1149
- match(TOKEN_INLINE_TAG_START);
1150
- state = 306;
1151
- inlineTagName();
1152
- state = 310;
1153
- errorHandler.sync(this);
1154
- _alt = interpreter.adaptivePredict(tokenStream, 46, context);
1155
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
1156
- if (_alt == 1) {
1157
- state = 307;
1158
- match(TOKEN_SPACE);
1159
- }
1160
- state = 312;
1161
- errorHandler.sync(this);
1162
- _alt = interpreter.adaptivePredict(tokenStream, 46, context);
1163
- }
1164
- state = 314;
1165
- errorHandler.sync(this);
1166
- _la = tokenStream.LA(1);
1167
- if ((((_la) & ~0x3f) == 0 &&
1168
- ((BigInt.one << _la) &
1169
- ((BigInt.one << TOKEN_NAME) |
1170
- (BigInt.one << TOKEN_NEWLINE) |
1171
- (BigInt.one << TOKEN_SPACE) |
1172
- (BigInt.one << TOKEN_TEXT_CONTENT) |
1173
- (BigInt.one << TOKEN_STAR) |
1174
- (BigInt.one << TOKEN_SLASH) |
1175
- (BigInt.one << TOKEN_BRACE_OPEN))) !=
1176
- BigInt.zero)) {
1177
- state = 313;
1178
- inlineTagContent();
1179
- }
1180
-
1181
- state = 316;
1182
- match(TOKEN_BRACE_CLOSE);
1183
- } on RecognitionException catch (re) {
1184
- _localctx.exception = re;
1185
- errorHandler.reportError(this, re);
1186
- errorHandler.recover(this, re);
1187
- } finally {
1188
- exitRule();
1189
- }
1190
- return _localctx;
1191
- }
1192
-
1193
- InlineTagNameContext inlineTagName() {
1194
- dynamic _localctx = InlineTagNameContext(context, state);
1195
- enterRule(_localctx, 36, RULE_inlineTagName);
1196
- try {
1197
- enterOuterAlt(_localctx, 1);
1198
- state = 318;
1199
- match(TOKEN_NAME);
1200
- } on RecognitionException catch (re) {
1201
- _localctx.exception = re;
1202
- errorHandler.reportError(this, re);
1203
- errorHandler.recover(this, re);
1204
- } finally {
1205
- exitRule();
1206
- }
1207
- return _localctx;
1208
- }
1209
-
1210
- InlineTagContentContext inlineTagContent() {
1211
- dynamic _localctx = InlineTagContentContext(context, state);
1212
- enterRule(_localctx, 38, RULE_inlineTagContent);
1213
- int _la;
1214
- try {
1215
- enterOuterAlt(_localctx, 1);
1216
- state = 321;
1217
- errorHandler.sync(this);
1218
- _la = tokenStream.LA(1);
1219
- do {
1220
- state = 320;
1221
- braceContent();
1222
- state = 323;
1223
- errorHandler.sync(this);
1224
- _la = tokenStream.LA(1);
1225
- } while ((((_la) & ~0x3f) == 0 &&
1226
- ((BigInt.one << _la) &
1227
- ((BigInt.one << TOKEN_NAME) |
1228
- (BigInt.one << TOKEN_NEWLINE) |
1229
- (BigInt.one << TOKEN_SPACE) |
1230
- (BigInt.one << TOKEN_TEXT_CONTENT) |
1231
- (BigInt.one << TOKEN_STAR) |
1232
- (BigInt.one << TOKEN_SLASH) |
1233
- (BigInt.one << TOKEN_BRACE_OPEN))) !=
1234
- BigInt.zero));
1235
- } on RecognitionException catch (re) {
1236
- _localctx.exception = re;
1237
- errorHandler.reportError(this, re);
1238
- errorHandler.recover(this, re);
1239
- } finally {
1240
- exitRule();
1241
- }
1242
- return _localctx;
1243
- }
1244
-
1245
- BraceExpressionContext braceExpression() {
1246
- dynamic _localctx = BraceExpressionContext(context, state);
1247
- enterRule(_localctx, 40, RULE_braceExpression);
1248
- int _la;
1249
- try {
1250
- enterOuterAlt(_localctx, 1);
1251
- state = 325;
1252
- match(TOKEN_BRACE_OPEN);
1253
- state = 329;
1254
- errorHandler.sync(this);
1255
- _la = tokenStream.LA(1);
1256
- while ((((_la) & ~0x3f) == 0 &&
1257
- ((BigInt.one << _la) &
1258
- ((BigInt.one << TOKEN_NAME) |
1259
- (BigInt.one << TOKEN_NEWLINE) |
1260
- (BigInt.one << TOKEN_SPACE) |
1261
- (BigInt.one << TOKEN_TEXT_CONTENT) |
1262
- (BigInt.one << TOKEN_STAR) |
1263
- (BigInt.one << TOKEN_SLASH) |
1264
- (BigInt.one << TOKEN_BRACE_OPEN))) !=
1265
- BigInt.zero)) {
1266
- state = 326;
1267
- braceContent();
1268
- state = 331;
1269
- errorHandler.sync(this);
1270
- _la = tokenStream.LA(1);
1271
- }
1272
- state = 332;
1273
- match(TOKEN_BRACE_CLOSE);
1274
- } on RecognitionException catch (re) {
1275
- _localctx.exception = re;
1276
- errorHandler.reportError(this, re);
1277
- errorHandler.recover(this, re);
1278
- } finally {
1279
- exitRule();
1280
- }
1281
- return _localctx;
1282
- }
1283
-
1284
- BraceContentContext braceContent() {
1285
- dynamic _localctx = BraceContentContext(context, state);
1286
- enterRule(_localctx, 42, RULE_braceContent);
1287
- try {
1288
- int _alt;
1289
- state = 348;
1290
- errorHandler.sync(this);
1291
- switch (tokenStream.LA(1)) {
1292
- case TOKEN_BRACE_OPEN:
1293
- enterOuterAlt(_localctx, 1);
1294
- state = 334;
1295
- braceExpression();
1296
- break;
1297
- case TOKEN_NAME:
1298
- case TOKEN_NEWLINE:
1299
- case TOKEN_SPACE:
1300
- case TOKEN_TEXT_CONTENT:
1301
- case TOKEN_STAR:
1302
- case TOKEN_SLASH:
1303
- enterOuterAlt(_localctx, 2);
1304
- state = 335;
1305
- braceText();
1306
- state = 345;
1307
- errorHandler.sync(this);
1308
- _alt = interpreter.adaptivePredict(tokenStream, 51, context);
1309
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
1310
- if (_alt == 1) {
1311
- state = 339;
1312
- errorHandler.sync(this);
1313
- _alt = interpreter.adaptivePredict(tokenStream, 50, context);
1314
- while (_alt != 2 && _alt != ATN.INVALID_ALT_NUMBER) {
1315
- if (_alt == 1) {
1316
- state = 336;
1317
- match(TOKEN_NEWLINE);
1318
- }
1319
- state = 341;
1320
- errorHandler.sync(this);
1321
- _alt = interpreter.adaptivePredict(tokenStream, 50, context);
1322
- }
1323
- state = 342;
1324
- braceText();
1325
- }
1326
- state = 347;
1327
- errorHandler.sync(this);
1328
- _alt = interpreter.adaptivePredict(tokenStream, 51, context);
1329
- }
1330
- break;
1331
- default:
1332
- throw NoViableAltException(this);
1333
- }
1334
- } on RecognitionException catch (re) {
1335
- _localctx.exception = re;
1336
- errorHandler.reportError(this, re);
1337
- errorHandler.recover(this, re);
1338
- } finally {
1339
- exitRule();
1340
- }
1341
- return _localctx;
1342
- }
1343
-
1344
- SkipWhitespaceContext skipWhitespace() {
1345
- dynamic _localctx = SkipWhitespaceContext(context, state);
1346
- enterRule(_localctx, 44, RULE_skipWhitespace);
1347
- int _la;
1348
- try {
1349
- enterOuterAlt(_localctx, 1);
1350
- state = 350;
1351
- _la = tokenStream.LA(1);
1352
- if (!(_la == TOKEN_NEWLINE || _la == TOKEN_SPACE)) {
1353
- errorHandler.recoverInline(this);
1354
- } else {
1355
- if (tokenStream.LA(1) == IntStream.EOF) matchedEOF = true;
1356
- errorHandler.reportMatch(this);
1357
- consume();
1358
- }
1359
- } on RecognitionException catch (re) {
1360
- _localctx.exception = re;
1361
- errorHandler.reportError(this, re);
1362
- errorHandler.recover(this, re);
1363
- } finally {
1364
- exitRule();
1365
- }
1366
- return _localctx;
1367
- }
1368
-
1369
- BraceTextContext braceText() {
1370
- dynamic _localctx = BraceTextContext(context, state);
1371
- enterRule(_localctx, 46, RULE_braceText);
1372
- int _la;
1373
- try {
1374
- enterOuterAlt(_localctx, 1);
1375
- state = 352;
1376
- _la = tokenStream.LA(1);
1377
- if (!((((_la) & ~0x3f) == 0 &&
1378
- ((BigInt.one << _la) &
1379
- ((BigInt.one << TOKEN_NAME) |
1380
- (BigInt.one << TOKEN_NEWLINE) |
1381
- (BigInt.one << TOKEN_SPACE) |
1382
- (BigInt.one << TOKEN_TEXT_CONTENT) |
1383
- (BigInt.one << TOKEN_STAR) |
1384
- (BigInt.one << TOKEN_SLASH))) !=
1385
- BigInt.zero))) {
1386
- errorHandler.recoverInline(this);
1387
- } else {
1388
- if (tokenStream.LA(1) == IntStream.EOF) matchedEOF = true;
1389
- errorHandler.reportMatch(this);
1390
- consume();
1391
- }
1392
- } on RecognitionException catch (re) {
1393
- _localctx.exception = re;
1394
- errorHandler.reportError(this, re);
1395
- errorHandler.recover(this, re);
1396
- } finally {
1397
- exitRule();
1398
- }
1399
- return _localctx;
1400
- }
1401
-
1402
- static const String _serializedATN = '\u{3}\u{608B}\u{A72A}\u{8133}\u{B9ED}'
1403
- '\u{417C}\u{3BE7}\u{7786}\u{5964}\u{3}\u{13}\u{165}\u{4}\u{2}\u{9}\u{2}'
1404
- '\u{4}\u{3}\u{9}\u{3}\u{4}\u{4}\u{9}\u{4}\u{4}\u{5}\u{9}\u{5}\u{4}\u{6}'
1405
- '\u{9}\u{6}\u{4}\u{7}\u{9}\u{7}\u{4}\u{8}\u{9}\u{8}\u{4}\u{9}\u{9}\u{9}'
1406
- '\u{4}\u{A}\u{9}\u{A}\u{4}\u{B}\u{9}\u{B}\u{4}\u{C}\u{9}\u{C}\u{4}\u{D}'
1407
- '\u{9}\u{D}\u{4}\u{E}\u{9}\u{E}\u{4}\u{F}\u{9}\u{F}\u{4}\u{10}\u{9}\u{10}'
1408
- '\u{4}\u{11}\u{9}\u{11}\u{4}\u{12}\u{9}\u{12}\u{4}\u{13}\u{9}\u{13}\u{4}'
1409
- '\u{14}\u{9}\u{14}\u{4}\u{15}\u{9}\u{15}\u{4}\u{16}\u{9}\u{16}\u{4}\u{17}'
1410
- '\u{9}\u{17}\u{4}\u{18}\u{9}\u{18}\u{4}\u{19}\u{9}\u{19}\u{3}\u{2}\u{3}'
1411
- '\u{2}\u{3}\u{2}\u{7}\u{2}\u{36}\u{A}\u{2}\u{C}\u{2}\u{E}\u{2}\u{39}\u{B}'
1412
- '\u{2}\u{3}\u{2}\u{3}\u{2}\u{3}\u{2}\u{3}\u{2}\u{3}\u{2}\u{7}\u{2}\u{40}'
1413
- '\u{A}\u{2}\u{C}\u{2}\u{E}\u{2}\u{43}\u{B}\u{2}\u{3}\u{2}\u{3}\u{2}\u{3}'
1414
- '\u{2}\u{5}\u{2}\u{48}\u{A}\u{2}\u{3}\u{3}\u{3}\u{3}\u{7}\u{3}\u{4C}\u{A}'
1415
- '\u{3}\u{C}\u{3}\u{E}\u{3}\u{4F}\u{B}\u{3}\u{3}\u{3}\u{7}\u{3}\u{52}\u{A}'
1416
- '\u{3}\u{C}\u{3}\u{E}\u{3}\u{55}\u{B}\u{3}\u{3}\u{3}\u{3}\u{3}\u{3}\u{3}'
1417
- '\u{6}\u{3}\u{5A}\u{A}\u{3}\u{D}\u{3}\u{E}\u{3}\u{5B}\u{3}\u{3}\u{7}\u{3}'
1418
- '\u{5F}\u{A}\u{3}\u{C}\u{3}\u{E}\u{3}\u{62}\u{B}\u{3}\u{3}\u{3}\u{3}\u{3}'
1419
- '\u{5}\u{3}\u{66}\u{A}\u{3}\u{3}\u{4}\u{3}\u{4}\u{6}\u{4}\u{6A}\u{A}\u{4}'
1420
- '\u{D}\u{4}\u{E}\u{4}\u{6B}\u{3}\u{4}\u{3}\u{4}\u{7}\u{4}\u{70}\u{A}\u{4}'
1421
- '\u{C}\u{4}\u{E}\u{4}\u{73}\u{B}\u{4}\u{3}\u{5}\u{3}\u{5}\u{7}\u{5}\u{77}'
1422
- '\u{A}\u{5}\u{C}\u{5}\u{E}\u{5}\u{7A}\u{B}\u{5}\u{3}\u{5}\u{3}\u{5}\u{7}'
1423
- '\u{5}\u{7E}\u{A}\u{5}\u{C}\u{5}\u{E}\u{5}\u{81}\u{B}\u{5}\u{5}\u{5}\u{83}'
1424
- '\u{A}\u{5}\u{3}\u{6}\u{5}\u{6}\u{86}\u{A}\u{6}\u{3}\u{6}\u{6}\u{6}\u{89}'
1425
- '\u{A}\u{6}\u{D}\u{6}\u{E}\u{6}\u{8A}\u{3}\u{6}\u{3}\u{6}\u{3}\u{6}\u{7}'
1426
- '\u{6}\u{90}\u{A}\u{6}\u{C}\u{6}\u{E}\u{6}\u{93}\u{B}\u{6}\u{3}\u{7}\u{3}'
1427
- '\u{7}\u{3}\u{8}\u{3}\u{8}\u{5}\u{8}\u{99}\u{A}\u{8}\u{3}\u{9}\u{3}\u{9}'
1428
- '\u{3}\u{9}\u{6}\u{9}\u{9E}\u{A}\u{9}\u{D}\u{9}\u{E}\u{9}\u{9F}\u{3}\u{A}'
1429
- '\u{3}\u{A}\u{3}\u{B}\u{7}\u{B}\u{A5}\u{A}\u{B}\u{C}\u{B}\u{E}\u{B}\u{A8}'
1430
- '\u{B}\u{B}\u{3}\u{C}\u{7}\u{C}\u{AB}\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{AE}'
1431
- '\u{B}\u{C}\u{3}\u{C}\u{5}\u{C}\u{B1}\u{A}\u{C}\u{3}\u{C}\u{3}\u{C}\u{6}'
1432
- '\u{C}\u{B5}\u{A}\u{C}\u{D}\u{C}\u{E}\u{C}\u{B6}\u{3}\u{C}\u{3}\u{C}\u{6}'
1433
- '\u{C}\u{BB}\u{A}\u{C}\u{D}\u{C}\u{E}\u{C}\u{BC}\u{3}\u{C}\u{7}\u{C}\u{C0}'
1434
- '\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{C3}\u{B}\u{C}\u{3}\u{C}\u{7}\u{C}\u{C6}'
1435
- '\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{C9}\u{B}\u{C}\u{3}\u{C}\u{5}\u{C}\u{CC}'
1436
- '\u{A}\u{C}\u{3}\u{C}\u{3}\u{C}\u{6}\u{C}\u{D0}\u{A}\u{C}\u{D}\u{C}\u{E}'
1437
- '\u{C}\u{D1}\u{3}\u{C}\u{3}\u{C}\u{6}\u{C}\u{D6}\u{A}\u{C}\u{D}\u{C}\u{E}'
1438
- '\u{C}\u{D7}\u{3}\u{C}\u{7}\u{C}\u{DB}\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{DE}'
1439
- '\u{B}\u{C}\u{3}\u{C}\u{7}\u{C}\u{E1}\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{E4}'
1440
- '\u{B}\u{C}\u{3}\u{C}\u{5}\u{C}\u{E7}\u{A}\u{C}\u{3}\u{C}\u{3}\u{C}\u{6}'
1441
- '\u{C}\u{EB}\u{A}\u{C}\u{D}\u{C}\u{E}\u{C}\u{EC}\u{3}\u{C}\u{7}\u{C}\u{F0}'
1442
- '\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{F3}\u{B}\u{C}\u{3}\u{C}\u{7}\u{C}\u{F6}'
1443
- '\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{F9}\u{B}\u{C}\u{3}\u{C}\u{5}\u{C}\u{FC}'
1444
- '\u{A}\u{C}\u{3}\u{C}\u{3}\u{C}\u{6}\u{C}\u{100}\u{A}\u{C}\u{D}\u{C}\u{E}'
1445
- '\u{C}\u{101}\u{3}\u{C}\u{7}\u{C}\u{105}\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}'
1446
- '\u{108}\u{B}\u{C}\u{3}\u{C}\u{7}\u{C}\u{10B}\u{A}\u{C}\u{C}\u{C}\u{E}'
1447
- '\u{C}\u{10E}\u{B}\u{C}\u{3}\u{C}\u{5}\u{C}\u{111}\u{A}\u{C}\u{3}\u{C}'
1448
- '\u{3}\u{C}\u{3}\u{C}\u{6}\u{C}\u{116}\u{A}\u{C}\u{D}\u{C}\u{E}\u{C}\u{117}'
1449
- '\u{3}\u{C}\u{7}\u{C}\u{11B}\u{A}\u{C}\u{C}\u{C}\u{E}\u{C}\u{11E}\u{B}'
1450
- '\u{C}\u{5}\u{C}\u{120}\u{A}\u{C}\u{3}\u{D}\u{3}\u{D}\u{3}\u{E}\u{3}\u{E}'
1451
- '\u{3}\u{F}\u{3}\u{F}\u{3}\u{10}\u{3}\u{10}\u{3}\u{10}\u{5}\u{10}\u{12B}'
1452
- '\u{A}\u{10}\u{3}\u{11}\u{6}\u{11}\u{12E}\u{A}\u{11}\u{D}\u{11}\u{E}\u{11}'
1453
- '\u{12F}\u{3}\u{12}\u{3}\u{12}\u{3}\u{13}\u{3}\u{13}\u{3}\u{13}\u{7}\u{13}'
1454
- '\u{137}\u{A}\u{13}\u{C}\u{13}\u{E}\u{13}\u{13A}\u{B}\u{13}\u{3}\u{13}'
1455
- '\u{5}\u{13}\u{13D}\u{A}\u{13}\u{3}\u{13}\u{3}\u{13}\u{3}\u{14}\u{3}\u{14}'
1456
- '\u{3}\u{15}\u{6}\u{15}\u{144}\u{A}\u{15}\u{D}\u{15}\u{E}\u{15}\u{145}'
1457
- '\u{3}\u{16}\u{3}\u{16}\u{7}\u{16}\u{14A}\u{A}\u{16}\u{C}\u{16}\u{E}\u{16}'
1458
- '\u{14D}\u{B}\u{16}\u{3}\u{16}\u{3}\u{16}\u{3}\u{17}\u{3}\u{17}\u{3}\u{17}'
1459
- '\u{7}\u{17}\u{154}\u{A}\u{17}\u{C}\u{17}\u{E}\u{17}\u{157}\u{B}\u{17}'
1460
- '\u{3}\u{17}\u{7}\u{17}\u{15A}\u{A}\u{17}\u{C}\u{17}\u{E}\u{17}\u{15D}'
1461
- '\u{B}\u{17}\u{5}\u{17}\u{15F}\u{A}\u{17}\u{3}\u{18}\u{3}\u{18}\u{3}\u{19}'
1462
- '\u{3}\u{19}\u{3}\u{19}\u{2}\u{2}\u{1A}\u{2}\u{4}\u{6}\u{8}\u{A}\u{C}'
1463
- '\u{E}\u{10}\u{12}\u{14}\u{16}\u{18}\u{1A}\u{1C}\u{1E}\u{20}\u{22}\u{24}'
1464
- '\u{26}\u{28}\u{2A}\u{2C}\u{2E}\u{30}\u{2}\u{7}\u{6}\u{2}\u{8}\u{8}\u{B}'
1465
- '\u{B}\u{D}\u{E}\u{12}\u{13}\u{3}\u{2}\u{6}\u{7}\u{6}\u{2}\u{8}\u{8}\u{A}'
1466
- '\u{B}\u{D}\u{E}\u{12}\u{13}\u{3}\u{2}\u{9}\u{A}\u{4}\u{2}\u{8}\u{B}\u{D}'
1467
- '\u{E}\u{2}\u{189}\u{2}\u{47}\u{3}\u{2}\u{2}\u{2}\u{4}\u{65}\u{3}\u{2}'
1468
- '\u{2}\u{2}\u{6}\u{67}\u{3}\u{2}\u{2}\u{2}\u{8}\u{82}\u{3}\u{2}\u{2}\u{2}'
1469
- '\u{A}\u{85}\u{3}\u{2}\u{2}\u{2}\u{C}\u{94}\u{3}\u{2}\u{2}\u{2}\u{E}\u{98}'
1470
- '\u{3}\u{2}\u{2}\u{2}\u{10}\u{9D}\u{3}\u{2}\u{2}\u{2}\u{12}\u{A1}\u{3}'
1471
- '\u{2}\u{2}\u{2}\u{14}\u{A6}\u{3}\u{2}\u{2}\u{2}\u{16}\u{11F}\u{3}\u{2}'
1472
- '\u{2}\u{2}\u{18}\u{121}\u{3}\u{2}\u{2}\u{2}\u{1A}\u{123}\u{3}\u{2}\u{2}'
1473
- '\u{2}\u{1C}\u{125}\u{3}\u{2}\u{2}\u{2}\u{1E}\u{12A}\u{3}\u{2}\u{2}\u{2}'
1474
- '\u{20}\u{12D}\u{3}\u{2}\u{2}\u{2}\u{22}\u{131}\u{3}\u{2}\u{2}\u{2}\u{24}'
1475
- '\u{133}\u{3}\u{2}\u{2}\u{2}\u{26}\u{140}\u{3}\u{2}\u{2}\u{2}\u{28}\u{143}'
1476
- '\u{3}\u{2}\u{2}\u{2}\u{2A}\u{147}\u{3}\u{2}\u{2}\u{2}\u{2C}\u{15E}\u{3}'
1477
- '\u{2}\u{2}\u{2}\u{2E}\u{160}\u{3}\u{2}\u{2}\u{2}\u{30}\u{162}\u{3}\u{2}'
1478
- '\u{2}\u{2}\u{32}\u{48}\u{7}\u{2}\u{2}\u{3}\u{33}\u{37}\u{7}\u{F}\u{2}'
1479
- '\u{2}\u{34}\u{36}\u{5}\u{2E}\u{18}\u{2}\u{35}\u{34}\u{3}\u{2}\u{2}\u{2}'
1480
- '\u{36}\u{39}\u{3}\u{2}\u{2}\u{2}\u{37}\u{35}\u{3}\u{2}\u{2}\u{2}\u{37}'
1481
- '\u{38}\u{3}\u{2}\u{2}\u{2}\u{38}\u{3A}\u{3}\u{2}\u{2}\u{2}\u{39}\u{37}'
1482
- '\u{3}\u{2}\u{2}\u{2}\u{3A}\u{3B}\u{5}\u{4}\u{3}\u{2}\u{3B}\u{3C}\u{7}'
1483
- '\u{10}\u{2}\u{2}\u{3C}\u{3D}\u{7}\u{2}\u{2}\u{3}\u{3D}\u{48}\u{3}\u{2}'
1484
- '\u{2}\u{2}\u{3E}\u{40}\u{5}\u{2E}\u{18}\u{2}\u{3F}\u{3E}\u{3}\u{2}\u{2}'
1485
- '\u{2}\u{40}\u{43}\u{3}\u{2}\u{2}\u{2}\u{41}\u{3F}\u{3}\u{2}\u{2}\u{2}'
1486
- '\u{41}\u{42}\u{3}\u{2}\u{2}\u{2}\u{42}\u{44}\u{3}\u{2}\u{2}\u{2}\u{43}'
1487
- '\u{41}\u{3}\u{2}\u{2}\u{2}\u{44}\u{45}\u{5}\u{4}\u{3}\u{2}\u{45}\u{46}'
1488
- '\u{7}\u{2}\u{2}\u{3}\u{46}\u{48}\u{3}\u{2}\u{2}\u{2}\u{47}\u{32}\u{3}'
1489
- '\u{2}\u{2}\u{2}\u{47}\u{33}\u{3}\u{2}\u{2}\u{2}\u{47}\u{41}\u{3}\u{2}'
1490
- '\u{2}\u{2}\u{48}\u{3}\u{3}\u{2}\u{2}\u{2}\u{49}\u{4D}\u{5}\u{6}\u{4}'
1491
- '\u{2}\u{4A}\u{4C}\u{5}\u{2E}\u{18}\u{2}\u{4B}\u{4A}\u{3}\u{2}\u{2}\u{2}'
1492
- '\u{4C}\u{4F}\u{3}\u{2}\u{2}\u{2}\u{4D}\u{4B}\u{3}\u{2}\u{2}\u{2}\u{4D}'
1493
- '\u{4E}\u{3}\u{2}\u{2}\u{2}\u{4E}\u{66}\u{3}\u{2}\u{2}\u{2}\u{4F}\u{4D}'
1494
- '\u{3}\u{2}\u{2}\u{2}\u{50}\u{52}\u{5}\u{2E}\u{18}\u{2}\u{51}\u{50}\u{3}'
1495
- '\u{2}\u{2}\u{2}\u{52}\u{55}\u{3}\u{2}\u{2}\u{2}\u{53}\u{51}\u{3}\u{2}'
1496
- '\u{2}\u{2}\u{53}\u{54}\u{3}\u{2}\u{2}\u{2}\u{54}\u{56}\u{3}\u{2}\u{2}'
1497
- '\u{2}\u{55}\u{53}\u{3}\u{2}\u{2}\u{2}\u{56}\u{66}\u{5}\u{14}\u{B}\u{2}'
1498
- '\u{57}\u{59}\u{5}\u{6}\u{4}\u{2}\u{58}\u{5A}\u{7}\u{9}\u{2}\u{2}\u{59}'
1499
- '\u{58}\u{3}\u{2}\u{2}\u{2}\u{5A}\u{5B}\u{3}\u{2}\u{2}\u{2}\u{5B}\u{59}'
1500
- '\u{3}\u{2}\u{2}\u{2}\u{5B}\u{5C}\u{3}\u{2}\u{2}\u{2}\u{5C}\u{60}\u{3}'
1501
- '\u{2}\u{2}\u{2}\u{5D}\u{5F}\u{5}\u{2E}\u{18}\u{2}\u{5E}\u{5D}\u{3}\u{2}'
1502
- '\u{2}\u{2}\u{5F}\u{62}\u{3}\u{2}\u{2}\u{2}\u{60}\u{5E}\u{3}\u{2}\u{2}'
1503
- '\u{2}\u{60}\u{61}\u{3}\u{2}\u{2}\u{2}\u{61}\u{63}\u{3}\u{2}\u{2}\u{2}'
1504
- '\u{62}\u{60}\u{3}\u{2}\u{2}\u{2}\u{63}\u{64}\u{5}\u{14}\u{B}\u{2}\u{64}'
1505
- '\u{66}\u{3}\u{2}\u{2}\u{2}\u{65}\u{49}\u{3}\u{2}\u{2}\u{2}\u{65}\u{53}'
1506
- '\u{3}\u{2}\u{2}\u{2}\u{65}\u{57}\u{3}\u{2}\u{2}\u{2}\u{66}\u{5}\u{3}'
1507
- '\u{2}\u{2}\u{2}\u{67}\u{71}\u{5}\u{8}\u{5}\u{2}\u{68}\u{6A}\u{5}\u{12}'
1508
- '\u{A}\u{2}\u{69}\u{68}\u{3}\u{2}\u{2}\u{2}\u{6A}\u{6B}\u{3}\u{2}\u{2}'
1509
- '\u{2}\u{6B}\u{69}\u{3}\u{2}\u{2}\u{2}\u{6B}\u{6C}\u{3}\u{2}\u{2}\u{2}'
1510
- '\u{6C}\u{6D}\u{3}\u{2}\u{2}\u{2}\u{6D}\u{6E}\u{5}\u{8}\u{5}\u{2}\u{6E}'
1511
- '\u{70}\u{3}\u{2}\u{2}\u{2}\u{6F}\u{69}\u{3}\u{2}\u{2}\u{2}\u{70}\u{73}'
1512
- '\u{3}\u{2}\u{2}\u{2}\u{71}\u{6F}\u{3}\u{2}\u{2}\u{2}\u{71}\u{72}\u{3}'
1513
- '\u{2}\u{2}\u{2}\u{72}\u{7}\u{3}\u{2}\u{2}\u{2}\u{73}\u{71}\u{3}\u{2}'
1514
- '\u{2}\u{2}\u{74}\u{78}\u{5}\u{A}\u{6}\u{2}\u{75}\u{77}\u{5}\u{E}\u{8}'
1515
- '\u{2}\u{76}\u{75}\u{3}\u{2}\u{2}\u{2}\u{77}\u{7A}\u{3}\u{2}\u{2}\u{2}'
1516
- '\u{78}\u{76}\u{3}\u{2}\u{2}\u{2}\u{78}\u{79}\u{3}\u{2}\u{2}\u{2}\u{79}'
1517
- '\u{83}\u{3}\u{2}\u{2}\u{2}\u{7A}\u{78}\u{3}\u{2}\u{2}\u{2}\u{7B}\u{7F}'
1518
- '\u{5}\u{24}\u{13}\u{2}\u{7C}\u{7E}\u{5}\u{E}\u{8}\u{2}\u{7D}\u{7C}\u{3}'
1519
- '\u{2}\u{2}\u{2}\u{7E}\u{81}\u{3}\u{2}\u{2}\u{2}\u{7F}\u{7D}\u{3}\u{2}'
1520
- '\u{2}\u{2}\u{7F}\u{80}\u{3}\u{2}\u{2}\u{2}\u{80}\u{83}\u{3}\u{2}\u{2}'
1521
- '\u{2}\u{81}\u{7F}\u{3}\u{2}\u{2}\u{2}\u{82}\u{74}\u{3}\u{2}\u{2}\u{2}'
1522
- '\u{82}\u{7B}\u{3}\u{2}\u{2}\u{2}\u{83}\u{9}\u{3}\u{2}\u{2}\u{2}\u{84}'
1523
- '\u{86}\u{7}\u{A}\u{2}\u{2}\u{85}\u{84}\u{3}\u{2}\u{2}\u{2}\u{85}\u{86}'
1524
- '\u{3}\u{2}\u{2}\u{2}\u{86}\u{88}\u{3}\u{2}\u{2}\u{2}\u{87}\u{89}\u{5}'
1525
- '\u{C}\u{7}\u{2}\u{88}\u{87}\u{3}\u{2}\u{2}\u{2}\u{89}\u{8A}\u{3}\u{2}'
1526
- '\u{2}\u{2}\u{8A}\u{88}\u{3}\u{2}\u{2}\u{2}\u{8A}\u{8B}\u{3}\u{2}\u{2}'
1527
- '\u{2}\u{8B}\u{91}\u{3}\u{2}\u{2}\u{2}\u{8C}\u{90}\u{5}\u{C}\u{7}\u{2}'
1528
- '\u{8D}\u{90}\u{7}\u{A}\u{2}\u{2}\u{8E}\u{90}\u{7}\u{C}\u{2}\u{2}\u{8F}'
1529
- '\u{8C}\u{3}\u{2}\u{2}\u{2}\u{8F}\u{8D}\u{3}\u{2}\u{2}\u{2}\u{8F}\u{8E}'
1530
- '\u{3}\u{2}\u{2}\u{2}\u{90}\u{93}\u{3}\u{2}\u{2}\u{2}\u{91}\u{8F}\u{3}'
1531
- '\u{2}\u{2}\u{2}\u{91}\u{92}\u{3}\u{2}\u{2}\u{2}\u{92}\u{B}\u{3}\u{2}'
1532
- '\u{2}\u{2}\u{93}\u{91}\u{3}\u{2}\u{2}\u{2}\u{94}\u{95}\u{9}\u{2}\u{2}'
1533
- '\u{2}\u{95}\u{D}\u{3}\u{2}\u{2}\u{2}\u{96}\u{99}\u{5}\u{24}\u{13}\u{2}'
1534
- '\u{97}\u{99}\u{5}\u{10}\u{9}\u{2}\u{98}\u{96}\u{3}\u{2}\u{2}\u{2}\u{98}'
1535
- '\u{97}\u{3}\u{2}\u{2}\u{2}\u{99}\u{F}\u{3}\u{2}\u{2}\u{2}\u{9A}\u{9E}'
1536
- '\u{5}\u{C}\u{7}\u{2}\u{9B}\u{9E}\u{7}\u{A}\u{2}\u{2}\u{9C}\u{9E}\u{7}'
1537
- '\u{C}\u{2}\u{2}\u{9D}\u{9A}\u{3}\u{2}\u{2}\u{2}\u{9D}\u{9B}\u{3}\u{2}'
1538
- '\u{2}\u{2}\u{9D}\u{9C}\u{3}\u{2}\u{2}\u{2}\u{9E}\u{9F}\u{3}\u{2}\u{2}'
1539
- '\u{2}\u{9F}\u{9D}\u{3}\u{2}\u{2}\u{2}\u{9F}\u{A0}\u{3}\u{2}\u{2}\u{2}'
1540
- '\u{A0}\u{11}\u{3}\u{2}\u{2}\u{2}\u{A1}\u{A2}\u{7}\u{9}\u{2}\u{2}\u{A2}'
1541
- '\u{13}\u{3}\u{2}\u{2}\u{2}\u{A3}\u{A5}\u{5}\u{16}\u{C}\u{2}\u{A4}\u{A3}'
1542
- '\u{3}\u{2}\u{2}\u{2}\u{A5}\u{A8}\u{3}\u{2}\u{2}\u{2}\u{A6}\u{A4}\u{3}'
1543
- '\u{2}\u{2}\u{2}\u{A6}\u{A7}\u{3}\u{2}\u{2}\u{2}\u{A7}\u{15}\u{3}\u{2}'
1544
- '\u{2}\u{2}\u{A8}\u{A6}\u{3}\u{2}\u{2}\u{2}\u{A9}\u{AB}\u{7}\u{D}\u{2}'
1545
- '\u{2}\u{AA}\u{A9}\u{3}\u{2}\u{2}\u{2}\u{AB}\u{AE}\u{3}\u{2}\u{2}\u{2}'
1546
- '\u{AC}\u{AA}\u{3}\u{2}\u{2}\u{2}\u{AC}\u{AD}\u{3}\u{2}\u{2}\u{2}\u{AD}'
1547
- '\u{B0}\u{3}\u{2}\u{2}\u{2}\u{AE}\u{AC}\u{3}\u{2}\u{2}\u{2}\u{AF}\u{B1}'
1548
- '\u{7}\u{A}\u{2}\u{2}\u{B0}\u{AF}\u{3}\u{2}\u{2}\u{2}\u{B0}\u{B1}\u{3}'
1549
- '\u{2}\u{2}\u{2}\u{B1}\u{B2}\u{3}\u{2}\u{2}\u{2}\u{B2}\u{B4}\u{7}\u{3}'
1550
- '\u{2}\u{2}\u{B3}\u{B5}\u{7}\u{A}\u{2}\u{2}\u{B4}\u{B3}\u{3}\u{2}\u{2}'
1551
- '\u{2}\u{B5}\u{B6}\u{3}\u{2}\u{2}\u{2}\u{B6}\u{B4}\u{3}\u{2}\u{2}\u{2}'
1552
- '\u{B6}\u{B7}\u{3}\u{2}\u{2}\u{2}\u{B7}\u{B8}\u{3}\u{2}\u{2}\u{2}\u{B8}'
1553
- '\u{BA}\u{5}\u{18}\u{D}\u{2}\u{B9}\u{BB}\u{7}\u{A}\u{2}\u{2}\u{BA}\u{B9}'
1554
- '\u{3}\u{2}\u{2}\u{2}\u{BB}\u{BC}\u{3}\u{2}\u{2}\u{2}\u{BC}\u{BA}\u{3}'
1555
- '\u{2}\u{2}\u{2}\u{BC}\u{BD}\u{3}\u{2}\u{2}\u{2}\u{BD}\u{C1}\u{3}\u{2}'
1556
- '\u{2}\u{2}\u{BE}\u{C0}\u{5}\u{1E}\u{10}\u{2}\u{BF}\u{BE}\u{3}\u{2}\u{2}'
1557
- '\u{2}\u{C0}\u{C3}\u{3}\u{2}\u{2}\u{2}\u{C1}\u{BF}\u{3}\u{2}\u{2}\u{2}'
1558
- '\u{C1}\u{C2}\u{3}\u{2}\u{2}\u{2}\u{C2}\u{120}\u{3}\u{2}\u{2}\u{2}\u{C3}'
1559
- '\u{C1}\u{3}\u{2}\u{2}\u{2}\u{C4}\u{C6}\u{7}\u{D}\u{2}\u{2}\u{C5}\u{C4}'
1560
- '\u{3}\u{2}\u{2}\u{2}\u{C6}\u{C9}\u{3}\u{2}\u{2}\u{2}\u{C7}\u{C5}\u{3}'
1561
- '\u{2}\u{2}\u{2}\u{C7}\u{C8}\u{3}\u{2}\u{2}\u{2}\u{C8}\u{CB}\u{3}\u{2}'
1562
- '\u{2}\u{2}\u{C9}\u{C7}\u{3}\u{2}\u{2}\u{2}\u{CA}\u{CC}\u{7}\u{A}\u{2}'
1563
- '\u{2}\u{CB}\u{CA}\u{3}\u{2}\u{2}\u{2}\u{CB}\u{CC}\u{3}\u{2}\u{2}\u{2}'
1564
- '\u{CC}\u{CD}\u{3}\u{2}\u{2}\u{2}\u{CD}\u{CF}\u{9}\u{3}\u{2}\u{2}\u{CE}'
1565
- '\u{D0}\u{7}\u{A}\u{2}\u{2}\u{CF}\u{CE}\u{3}\u{2}\u{2}\u{2}\u{D0}\u{D1}'
1566
- '\u{3}\u{2}\u{2}\u{2}\u{D1}\u{CF}\u{3}\u{2}\u{2}\u{2}\u{D1}\u{D2}\u{3}'
1567
- '\u{2}\u{2}\u{2}\u{D2}\u{D3}\u{3}\u{2}\u{2}\u{2}\u{D3}\u{D5}\u{5}\u{1A}'
1568
- '\u{E}\u{2}\u{D4}\u{D6}\u{7}\u{A}\u{2}\u{2}\u{D5}\u{D4}\u{3}\u{2}\u{2}'
1569
- '\u{2}\u{D6}\u{D7}\u{3}\u{2}\u{2}\u{2}\u{D7}\u{D5}\u{3}\u{2}\u{2}\u{2}'
1570
- '\u{D7}\u{D8}\u{3}\u{2}\u{2}\u{2}\u{D8}\u{DC}\u{3}\u{2}\u{2}\u{2}\u{D9}'
1571
- '\u{DB}\u{5}\u{1E}\u{10}\u{2}\u{DA}\u{D9}\u{3}\u{2}\u{2}\u{2}\u{DB}\u{DE}'
1572
- '\u{3}\u{2}\u{2}\u{2}\u{DC}\u{DA}\u{3}\u{2}\u{2}\u{2}\u{DC}\u{DD}\u{3}'
1573
- '\u{2}\u{2}\u{2}\u{DD}\u{120}\u{3}\u{2}\u{2}\u{2}\u{DE}\u{DC}\u{3}\u{2}'
1574
- '\u{2}\u{2}\u{DF}\u{E1}\u{7}\u{D}\u{2}\u{2}\u{E0}\u{DF}\u{3}\u{2}\u{2}'
1575
- '\u{2}\u{E1}\u{E4}\u{3}\u{2}\u{2}\u{2}\u{E2}\u{E0}\u{3}\u{2}\u{2}\u{2}'
1576
- '\u{E2}\u{E3}\u{3}\u{2}\u{2}\u{2}\u{E3}\u{E6}\u{3}\u{2}\u{2}\u{2}\u{E4}'
1577
- '\u{E2}\u{3}\u{2}\u{2}\u{2}\u{E5}\u{E7}\u{7}\u{A}\u{2}\u{2}\u{E6}\u{E5}'
1578
- '\u{3}\u{2}\u{2}\u{2}\u{E6}\u{E7}\u{3}\u{2}\u{2}\u{2}\u{E7}\u{E8}\u{3}'
1579
- '\u{2}\u{2}\u{2}\u{E8}\u{EA}\u{7}\u{4}\u{2}\u{2}\u{E9}\u{EB}\u{7}\u{A}'
1580
- '\u{2}\u{2}\u{EA}\u{E9}\u{3}\u{2}\u{2}\u{2}\u{EB}\u{EC}\u{3}\u{2}\u{2}'
1581
- '\u{2}\u{EC}\u{EA}\u{3}\u{2}\u{2}\u{2}\u{EC}\u{ED}\u{3}\u{2}\u{2}\u{2}'
1582
- '\u{ED}\u{F1}\u{3}\u{2}\u{2}\u{2}\u{EE}\u{F0}\u{5}\u{1E}\u{10}\u{2}\u{EF}'
1583
- '\u{EE}\u{3}\u{2}\u{2}\u{2}\u{F0}\u{F3}\u{3}\u{2}\u{2}\u{2}\u{F1}\u{EF}'
1584
- '\u{3}\u{2}\u{2}\u{2}\u{F1}\u{F2}\u{3}\u{2}\u{2}\u{2}\u{F2}\u{120}\u{3}'
1585
- '\u{2}\u{2}\u{2}\u{F3}\u{F1}\u{3}\u{2}\u{2}\u{2}\u{F4}\u{F6}\u{7}\u{D}'
1586
- '\u{2}\u{2}\u{F5}\u{F4}\u{3}\u{2}\u{2}\u{2}\u{F6}\u{F9}\u{3}\u{2}\u{2}'
1587
- '\u{2}\u{F7}\u{F5}\u{3}\u{2}\u{2}\u{2}\u{F7}\u{F8}\u{3}\u{2}\u{2}\u{2}'
1588
- '\u{F8}\u{FB}\u{3}\u{2}\u{2}\u{2}\u{F9}\u{F7}\u{3}\u{2}\u{2}\u{2}\u{FA}'
1589
- '\u{FC}\u{7}\u{A}\u{2}\u{2}\u{FB}\u{FA}\u{3}\u{2}\u{2}\u{2}\u{FB}\u{FC}'
1590
- '\u{3}\u{2}\u{2}\u{2}\u{FC}\u{FD}\u{3}\u{2}\u{2}\u{2}\u{FD}\u{FF}\u{7}'
1591
- '\u{5}\u{2}\u{2}\u{FE}\u{100}\u{5}\u{2E}\u{18}\u{2}\u{FF}\u{FE}\u{3}\u{2}'
1592
- '\u{2}\u{2}\u{100}\u{101}\u{3}\u{2}\u{2}\u{2}\u{101}\u{FF}\u{3}\u{2}\u{2}'
1593
- '\u{2}\u{101}\u{102}\u{3}\u{2}\u{2}\u{2}\u{102}\u{106}\u{3}\u{2}\u{2}'
1594
- '\u{2}\u{103}\u{105}\u{5}\u{1E}\u{10}\u{2}\u{104}\u{103}\u{3}\u{2}\u{2}'
1595
- '\u{2}\u{105}\u{108}\u{3}\u{2}\u{2}\u{2}\u{106}\u{104}\u{3}\u{2}\u{2}'
1596
- '\u{2}\u{106}\u{107}\u{3}\u{2}\u{2}\u{2}\u{107}\u{120}\u{3}\u{2}\u{2}'
1597
- '\u{2}\u{108}\u{106}\u{3}\u{2}\u{2}\u{2}\u{109}\u{10B}\u{7}\u{D}\u{2}'
1598
- '\u{2}\u{10A}\u{109}\u{3}\u{2}\u{2}\u{2}\u{10B}\u{10E}\u{3}\u{2}\u{2}'
1599
- '\u{2}\u{10C}\u{10A}\u{3}\u{2}\u{2}\u{2}\u{10C}\u{10D}\u{3}\u{2}\u{2}'
1600
- '\u{2}\u{10D}\u{110}\u{3}\u{2}\u{2}\u{2}\u{10E}\u{10C}\u{3}\u{2}\u{2}'
1601
- '\u{2}\u{10F}\u{111}\u{7}\u{A}\u{2}\u{2}\u{110}\u{10F}\u{3}\u{2}\u{2}'
1602
- '\u{2}\u{110}\u{111}\u{3}\u{2}\u{2}\u{2}\u{111}\u{112}\u{3}\u{2}\u{2}'
1603
- '\u{2}\u{112}\u{113}\u{7}\u{C}\u{2}\u{2}\u{113}\u{115}\u{5}\u{1C}\u{F}'
1604
- '\u{2}\u{114}\u{116}\u{7}\u{A}\u{2}\u{2}\u{115}\u{114}\u{3}\u{2}\u{2}'
1605
- '\u{2}\u{116}\u{117}\u{3}\u{2}\u{2}\u{2}\u{117}\u{115}\u{3}\u{2}\u{2}'
1606
- '\u{2}\u{117}\u{118}\u{3}\u{2}\u{2}\u{2}\u{118}\u{11C}\u{3}\u{2}\u{2}'
1607
- '\u{2}\u{119}\u{11B}\u{5}\u{1E}\u{10}\u{2}\u{11A}\u{119}\u{3}\u{2}\u{2}'
1608
- '\u{2}\u{11B}\u{11E}\u{3}\u{2}\u{2}\u{2}\u{11C}\u{11A}\u{3}\u{2}\u{2}'
1609
- '\u{2}\u{11C}\u{11D}\u{3}\u{2}\u{2}\u{2}\u{11D}\u{120}\u{3}\u{2}\u{2}'
1610
- '\u{2}\u{11E}\u{11C}\u{3}\u{2}\u{2}\u{2}\u{11F}\u{AC}\u{3}\u{2}\u{2}\u{2}'
1611
- '\u{11F}\u{C7}\u{3}\u{2}\u{2}\u{2}\u{11F}\u{E2}\u{3}\u{2}\u{2}\u{2}\u{11F}'
1612
- '\u{F7}\u{3}\u{2}\u{2}\u{2}\u{11F}\u{10C}\u{3}\u{2}\u{2}\u{2}\u{120}\u{17}'
1613
- '\u{3}\u{2}\u{2}\u{2}\u{121}\u{122}\u{5}\u{22}\u{12}\u{2}\u{122}\u{19}'
1614
- '\u{3}\u{2}\u{2}\u{2}\u{123}\u{124}\u{5}\u{22}\u{12}\u{2}\u{124}\u{1B}'
1615
- '\u{3}\u{2}\u{2}\u{2}\u{125}\u{126}\u{7}\u{8}\u{2}\u{2}\u{126}\u{1D}\u{3}'
1616
- '\u{2}\u{2}\u{2}\u{127}\u{12B}\u{5}\u{20}\u{11}\u{2}\u{128}\u{12B}\u{5}'
1617
- '\u{24}\u{13}\u{2}\u{129}\u{12B}\u{7}\u{9}\u{2}\u{2}\u{12A}\u{127}\u{3}'
1618
- '\u{2}\u{2}\u{2}\u{12A}\u{128}\u{3}\u{2}\u{2}\u{2}\u{12A}\u{129}\u{3}'
1619
- '\u{2}\u{2}\u{2}\u{12B}\u{1F}\u{3}\u{2}\u{2}\u{2}\u{12C}\u{12E}\u{5}\u{22}'
1620
- '\u{12}\u{2}\u{12D}\u{12C}\u{3}\u{2}\u{2}\u{2}\u{12E}\u{12F}\u{3}\u{2}'
1621
- '\u{2}\u{2}\u{12F}\u{12D}\u{3}\u{2}\u{2}\u{2}\u{12F}\u{130}\u{3}\u{2}'
1622
- '\u{2}\u{2}\u{130}\u{21}\u{3}\u{2}\u{2}\u{2}\u{131}\u{132}\u{9}\u{4}\u{2}'
1623
- '\u{2}\u{132}\u{23}\u{3}\u{2}\u{2}\u{2}\u{133}\u{134}\u{7}\u{11}\u{2}'
1624
- '\u{2}\u{134}\u{138}\u{5}\u{26}\u{14}\u{2}\u{135}\u{137}\u{7}\u{A}\u{2}'
1625
- '\u{2}\u{136}\u{135}\u{3}\u{2}\u{2}\u{2}\u{137}\u{13A}\u{3}\u{2}\u{2}'
1626
- '\u{2}\u{138}\u{136}\u{3}\u{2}\u{2}\u{2}\u{138}\u{139}\u{3}\u{2}\u{2}'
1627
- '\u{2}\u{139}\u{13C}\u{3}\u{2}\u{2}\u{2}\u{13A}\u{138}\u{3}\u{2}\u{2}'
1628
- '\u{2}\u{13B}\u{13D}\u{5}\u{28}\u{15}\u{2}\u{13C}\u{13B}\u{3}\u{2}\u{2}'
1629
- '\u{2}\u{13C}\u{13D}\u{3}\u{2}\u{2}\u{2}\u{13D}\u{13E}\u{3}\u{2}\u{2}'
1630
- '\u{2}\u{13E}\u{13F}\u{7}\u{13}\u{2}\u{2}\u{13F}\u{25}\u{3}\u{2}\u{2}'
1631
- '\u{2}\u{140}\u{141}\u{7}\u{8}\u{2}\u{2}\u{141}\u{27}\u{3}\u{2}\u{2}\u{2}'
1632
- '\u{142}\u{144}\u{5}\u{2C}\u{17}\u{2}\u{143}\u{142}\u{3}\u{2}\u{2}\u{2}'
1633
- '\u{144}\u{145}\u{3}\u{2}\u{2}\u{2}\u{145}\u{143}\u{3}\u{2}\u{2}\u{2}'
1634
- '\u{145}\u{146}\u{3}\u{2}\u{2}\u{2}\u{146}\u{29}\u{3}\u{2}\u{2}\u{2}\u{147}'
1635
- '\u{14B}\u{7}\u{12}\u{2}\u{2}\u{148}\u{14A}\u{5}\u{2C}\u{17}\u{2}\u{149}'
1636
- '\u{148}\u{3}\u{2}\u{2}\u{2}\u{14A}\u{14D}\u{3}\u{2}\u{2}\u{2}\u{14B}'
1637
- '\u{149}\u{3}\u{2}\u{2}\u{2}\u{14B}\u{14C}\u{3}\u{2}\u{2}\u{2}\u{14C}'
1638
- '\u{14E}\u{3}\u{2}\u{2}\u{2}\u{14D}\u{14B}\u{3}\u{2}\u{2}\u{2}\u{14E}'
1639
- '\u{14F}\u{7}\u{13}\u{2}\u{2}\u{14F}\u{2B}\u{3}\u{2}\u{2}\u{2}\u{150}'
1640
- '\u{15F}\u{5}\u{2A}\u{16}\u{2}\u{151}\u{15B}\u{5}\u{30}\u{19}\u{2}\u{152}'
1641
- '\u{154}\u{7}\u{9}\u{2}\u{2}\u{153}\u{152}\u{3}\u{2}\u{2}\u{2}\u{154}'
1642
- '\u{157}\u{3}\u{2}\u{2}\u{2}\u{155}\u{153}\u{3}\u{2}\u{2}\u{2}\u{155}'
1643
- '\u{156}\u{3}\u{2}\u{2}\u{2}\u{156}\u{158}\u{3}\u{2}\u{2}\u{2}\u{157}'
1644
- '\u{155}\u{3}\u{2}\u{2}\u{2}\u{158}\u{15A}\u{5}\u{30}\u{19}\u{2}\u{159}'
1645
- '\u{155}\u{3}\u{2}\u{2}\u{2}\u{15A}\u{15D}\u{3}\u{2}\u{2}\u{2}\u{15B}'
1646
- '\u{159}\u{3}\u{2}\u{2}\u{2}\u{15B}\u{15C}\u{3}\u{2}\u{2}\u{2}\u{15C}'
1647
- '\u{15F}\u{3}\u{2}\u{2}\u{2}\u{15D}\u{15B}\u{3}\u{2}\u{2}\u{2}\u{15E}'
1648
- '\u{150}\u{3}\u{2}\u{2}\u{2}\u{15E}\u{151}\u{3}\u{2}\u{2}\u{2}\u{15F}'
1649
- '\u{2D}\u{3}\u{2}\u{2}\u{2}\u{160}\u{161}\u{9}\u{5}\u{2}\u{2}\u{161}\u{2F}'
1650
- '\u{3}\u{2}\u{2}\u{2}\u{162}\u{163}\u{9}\u{6}\u{2}\u{2}\u{163}\u{31}\u{3}'
1651
- '\u{2}\u{2}\u{2}\u{37}\u{37}\u{41}\u{47}\u{4D}\u{53}\u{5B}\u{60}\u{65}'
1652
- '\u{6B}\u{71}\u{78}\u{7F}\u{82}\u{85}\u{8A}\u{8F}\u{91}\u{98}\u{9D}\u{9F}'
1653
- '\u{A6}\u{AC}\u{B0}\u{B6}\u{BC}\u{C1}\u{C7}\u{CB}\u{D1}\u{D7}\u{DC}\u{E2}'
1654
- '\u{E6}\u{EC}\u{F1}\u{F7}\u{FB}\u{101}\u{106}\u{10C}\u{110}\u{117}\u{11C}'
1655
- '\u{11F}\u{12A}\u{12F}\u{138}\u{13C}\u{145}\u{14B}\u{155}\u{15B}\u{15E}';
1656
- static final ATN _ATN =
1657
- ATNDeserializer().deserialize(_serializedATN.codeUnits);
1658
- }
1659
-
1660
- class DocumentationContext extends ParserRuleContext {
1661
- TerminalNode EOF() => getToken(ApexdocParser.TOKEN_EOF, 0);
1662
-
1663
- TerminalNode JAVADOC_START() =>
1664
- getToken(ApexdocParser.TOKEN_JAVADOC_START, 0);
1665
-
1666
- DocumentationContentContext documentationContent() =>
1667
- getRuleContext<DocumentationContentContext>(0);
1668
-
1669
- TerminalNode JAVADOC_END() => getToken(ApexdocParser.TOKEN_JAVADOC_END, 0);
1670
-
1671
- List<SkipWhitespaceContext> skipWhitespaces() =>
1672
- getRuleContexts<SkipWhitespaceContext>();
1673
-
1674
- SkipWhitespaceContext skipWhitespace(int i) =>
1675
- getRuleContext<SkipWhitespaceContext>(i);
1676
-
1677
- DocumentationContext([ParserRuleContext? parent, int? invokingState])
1678
- : super(parent, invokingState);
1679
-
1680
- @override
1681
- int get ruleIndex => RULE_documentation;
1682
-
1683
- @override
1684
- void enterRule(ParseTreeListener listener) {
1685
- if (listener is ApexdocParserListener) listener.enterDocumentation(this);
1686
- }
1687
-
1688
- @override
1689
- void exitRule(ParseTreeListener listener) {
1690
- if (listener is ApexdocParserListener) listener.exitDocumentation(this);
1691
- }
1692
- }
1693
-
1694
- class DocumentationContentContext extends ParserRuleContext {
1695
- DescriptionContext description() => getRuleContext<DescriptionContext>(0);
1696
-
1697
- List<SkipWhitespaceContext> skipWhitespaces() =>
1698
- getRuleContexts<SkipWhitespaceContext>();
1699
-
1700
- SkipWhitespaceContext skipWhitespace(int i) =>
1701
- getRuleContext<SkipWhitespaceContext>(i);
1702
-
1703
- TagSectionContext tagSection() => getRuleContext<TagSectionContext>(0);
1704
-
1705
- List<TerminalNode> NEWLINEs() => getTokens(ApexdocParser.TOKEN_NEWLINE);
1706
-
1707
- TerminalNode NEWLINE(int i) => getToken(ApexdocParser.TOKEN_NEWLINE, i);
1708
-
1709
- DocumentationContentContext([ParserRuleContext? parent, int? invokingState])
1710
- : super(parent, invokingState);
1711
-
1712
- @override
1713
- int get ruleIndex => RULE_documentationContent;
1714
-
1715
- @override
1716
- void enterRule(ParseTreeListener listener) {
1717
- if (listener is ApexdocParserListener)
1718
- listener.enterDocumentationContent(this);
1719
- }
1720
-
1721
- @override
1722
- void exitRule(ParseTreeListener listener) {
1723
- if (listener is ApexdocParserListener)
1724
- listener.exitDocumentationContent(this);
1725
- }
1726
- }
1727
-
1728
- class DescriptionContext extends ParserRuleContext {
1729
- List<DescriptionLineContext> descriptionLines() =>
1730
- getRuleContexts<DescriptionLineContext>();
1731
-
1732
- DescriptionLineContext descriptionLine(int i) =>
1733
- getRuleContext<DescriptionLineContext>(i);
1734
-
1735
- List<DescriptionNewlineContext> descriptionNewlines() =>
1736
- getRuleContexts<DescriptionNewlineContext>();
1737
-
1738
- DescriptionNewlineContext descriptionNewline(int i) =>
1739
- getRuleContext<DescriptionNewlineContext>(i);
1740
-
1741
- DescriptionContext([ParserRuleContext? parent, int? invokingState])
1742
- : super(parent, invokingState);
1743
-
1744
- @override
1745
- int get ruleIndex => RULE_description;
1746
-
1747
- @override
1748
- void enterRule(ParseTreeListener listener) {
1749
- if (listener is ApexdocParserListener) listener.enterDescription(this);
1750
- }
1751
-
1752
- @override
1753
- void exitRule(ParseTreeListener listener) {
1754
- if (listener is ApexdocParserListener) listener.exitDescription(this);
1755
- }
1756
- }
1757
-
1758
- class DescriptionLineContext extends ParserRuleContext {
1759
- DescriptionLineStartContext descriptionLineStart() =>
1760
- getRuleContext<DescriptionLineStartContext>(0);
1761
-
1762
- List<DescriptionLineElementContext> descriptionLineElements() =>
1763
- getRuleContexts<DescriptionLineElementContext>();
1764
-
1765
- DescriptionLineElementContext descriptionLineElement(int i) =>
1766
- getRuleContext<DescriptionLineElementContext>(i);
1767
-
1768
- InlineTagContext inlineTag() => getRuleContext<InlineTagContext>(0);
1769
-
1770
- DescriptionLineContext([ParserRuleContext? parent, int? invokingState])
1771
- : super(parent, invokingState);
1772
-
1773
- @override
1774
- int get ruleIndex => RULE_descriptionLine;
1775
-
1776
- @override
1777
- void enterRule(ParseTreeListener listener) {
1778
- if (listener is ApexdocParserListener) listener.enterDescriptionLine(this);
1779
- }
1780
-
1781
- @override
1782
- void exitRule(ParseTreeListener listener) {
1783
- if (listener is ApexdocParserListener) listener.exitDescriptionLine(this);
1784
- }
1785
- }
1786
-
1787
- class DescriptionLineStartContext extends ParserRuleContext {
1788
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
1789
-
1790
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
1791
-
1792
- List<DescriptionLineNoSpaceNoAtContext> descriptionLineNoSpaceNoAts() =>
1793
- getRuleContexts<DescriptionLineNoSpaceNoAtContext>();
1794
-
1795
- DescriptionLineNoSpaceNoAtContext descriptionLineNoSpaceNoAt(int i) =>
1796
- getRuleContext<DescriptionLineNoSpaceNoAtContext>(i);
1797
-
1798
- List<TerminalNode> ATs() => getTokens(ApexdocParser.TOKEN_AT);
1799
-
1800
- TerminalNode AT(int i) => getToken(ApexdocParser.TOKEN_AT, i);
1801
-
1802
- DescriptionLineStartContext([ParserRuleContext? parent, int? invokingState])
1803
- : super(parent, invokingState);
1804
-
1805
- @override
1806
- int get ruleIndex => RULE_descriptionLineStart;
1807
-
1808
- @override
1809
- void enterRule(ParseTreeListener listener) {
1810
- if (listener is ApexdocParserListener)
1811
- listener.enterDescriptionLineStart(this);
1812
- }
1813
-
1814
- @override
1815
- void exitRule(ParseTreeListener listener) {
1816
- if (listener is ApexdocParserListener)
1817
- listener.exitDescriptionLineStart(this);
1818
- }
1819
- }
1820
-
1821
- class DescriptionLineNoSpaceNoAtContext extends ParserRuleContext {
1822
- TerminalNode TEXT_CONTENT() => getToken(ApexdocParser.TOKEN_TEXT_CONTENT, 0);
1823
-
1824
- TerminalNode NAME() => getToken(ApexdocParser.TOKEN_NAME, 0);
1825
-
1826
- TerminalNode STAR() => getToken(ApexdocParser.TOKEN_STAR, 0);
1827
-
1828
- TerminalNode SLASH() => getToken(ApexdocParser.TOKEN_SLASH, 0);
1829
-
1830
- TerminalNode BRACE_OPEN() => getToken(ApexdocParser.TOKEN_BRACE_OPEN, 0);
1831
-
1832
- TerminalNode BRACE_CLOSE() => getToken(ApexdocParser.TOKEN_BRACE_CLOSE, 0);
1833
-
1834
- DescriptionLineNoSpaceNoAtContext(
1835
- [ParserRuleContext? parent, int? invokingState])
1836
- : super(parent, invokingState);
1837
-
1838
- @override
1839
- int get ruleIndex => RULE_descriptionLineNoSpaceNoAt;
1840
-
1841
- @override
1842
- void enterRule(ParseTreeListener listener) {
1843
- if (listener is ApexdocParserListener)
1844
- listener.enterDescriptionLineNoSpaceNoAt(this);
1845
- }
1846
-
1847
- @override
1848
- void exitRule(ParseTreeListener listener) {
1849
- if (listener is ApexdocParserListener)
1850
- listener.exitDescriptionLineNoSpaceNoAt(this);
1851
- }
1852
- }
1853
-
1854
- class DescriptionLineElementContext extends ParserRuleContext {
1855
- InlineTagContext inlineTag() => getRuleContext<InlineTagContext>(0);
1856
-
1857
- DescriptionLineTextContext descriptionLineText() =>
1858
- getRuleContext<DescriptionLineTextContext>(0);
1859
-
1860
- DescriptionLineElementContext([ParserRuleContext? parent, int? invokingState])
1861
- : super(parent, invokingState);
1862
-
1863
- @override
1864
- int get ruleIndex => RULE_descriptionLineElement;
1865
-
1866
- @override
1867
- void enterRule(ParseTreeListener listener) {
1868
- if (listener is ApexdocParserListener)
1869
- listener.enterDescriptionLineElement(this);
1870
- }
1871
-
1872
- @override
1873
- void exitRule(ParseTreeListener listener) {
1874
- if (listener is ApexdocParserListener)
1875
- listener.exitDescriptionLineElement(this);
1876
- }
1877
- }
1878
-
1879
- class DescriptionLineTextContext extends ParserRuleContext {
1880
- List<DescriptionLineNoSpaceNoAtContext> descriptionLineNoSpaceNoAts() =>
1881
- getRuleContexts<DescriptionLineNoSpaceNoAtContext>();
1882
-
1883
- DescriptionLineNoSpaceNoAtContext descriptionLineNoSpaceNoAt(int i) =>
1884
- getRuleContext<DescriptionLineNoSpaceNoAtContext>(i);
1885
-
1886
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
1887
-
1888
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
1889
-
1890
- List<TerminalNode> ATs() => getTokens(ApexdocParser.TOKEN_AT);
1891
-
1892
- TerminalNode AT(int i) => getToken(ApexdocParser.TOKEN_AT, i);
1893
-
1894
- DescriptionLineTextContext([ParserRuleContext? parent, int? invokingState])
1895
- : super(parent, invokingState);
1896
-
1897
- @override
1898
- int get ruleIndex => RULE_descriptionLineText;
1899
-
1900
- @override
1901
- void enterRule(ParseTreeListener listener) {
1902
- if (listener is ApexdocParserListener)
1903
- listener.enterDescriptionLineText(this);
1904
- }
1905
-
1906
- @override
1907
- void exitRule(ParseTreeListener listener) {
1908
- if (listener is ApexdocParserListener)
1909
- listener.exitDescriptionLineText(this);
1910
- }
1911
- }
1912
-
1913
- class DescriptionNewlineContext extends ParserRuleContext {
1914
- TerminalNode NEWLINE() => getToken(ApexdocParser.TOKEN_NEWLINE, 0);
1915
-
1916
- DescriptionNewlineContext([ParserRuleContext? parent, int? invokingState])
1917
- : super(parent, invokingState);
1918
-
1919
- @override
1920
- int get ruleIndex => RULE_descriptionNewline;
1921
-
1922
- @override
1923
- void enterRule(ParseTreeListener listener) {
1924
- if (listener is ApexdocParserListener)
1925
- listener.enterDescriptionNewline(this);
1926
- }
1927
-
1928
- @override
1929
- void exitRule(ParseTreeListener listener) {
1930
- if (listener is ApexdocParserListener)
1931
- listener.exitDescriptionNewline(this);
1932
- }
1933
- }
1934
-
1935
- class TagSectionContext extends ParserRuleContext {
1936
- List<BlockTagContext> blockTags() => getRuleContexts<BlockTagContext>();
1937
-
1938
- BlockTagContext blockTag(int i) => getRuleContext<BlockTagContext>(i);
1939
-
1940
- TagSectionContext([ParserRuleContext? parent, int? invokingState])
1941
- : super(parent, invokingState);
1942
-
1943
- @override
1944
- int get ruleIndex => RULE_tagSection;
1945
-
1946
- @override
1947
- void enterRule(ParseTreeListener listener) {
1948
- if (listener is ApexdocParserListener) listener.enterTagSection(this);
1949
- }
1950
-
1951
- @override
1952
- void exitRule(ParseTreeListener listener) {
1953
- if (listener is ApexdocParserListener) listener.exitTagSection(this);
1954
- }
1955
- }
1956
-
1957
- class BlockTagContext extends ParserRuleContext {
1958
- BlockTagContext([ParserRuleContext? parent, int? invokingState])
1959
- : super(parent, invokingState);
1960
-
1961
- @override
1962
- int get ruleIndex => RULE_blockTag;
1963
-
1964
- @override
1965
- void copyFrom(ParserRuleContext ctx) {
1966
- super.copyFrom(ctx);
1967
- }
1968
- }
1969
-
1970
- class ParamNameContext extends ParserRuleContext {
1971
- BlockTagTextElementContext blockTagTextElement() =>
1972
- getRuleContext<BlockTagTextElementContext>(0);
1973
-
1974
- ParamNameContext([ParserRuleContext? parent, int? invokingState])
1975
- : super(parent, invokingState);
1976
-
1977
- @override
1978
- int get ruleIndex => RULE_paramName;
1979
-
1980
- @override
1981
- void enterRule(ParseTreeListener listener) {
1982
- if (listener is ApexdocParserListener) listener.enterParamName(this);
1983
- }
1984
-
1985
- @override
1986
- void exitRule(ParseTreeListener listener) {
1987
- if (listener is ApexdocParserListener) listener.exitParamName(this);
1988
- }
1989
- }
1990
-
1991
- class ExceptionNameContext extends ParserRuleContext {
1992
- BlockTagTextElementContext blockTagTextElement() =>
1993
- getRuleContext<BlockTagTextElementContext>(0);
1994
-
1995
- ExceptionNameContext([ParserRuleContext? parent, int? invokingState])
1996
- : super(parent, invokingState);
1997
-
1998
- @override
1999
- int get ruleIndex => RULE_exceptionName;
2000
-
2001
- @override
2002
- void enterRule(ParseTreeListener listener) {
2003
- if (listener is ApexdocParserListener) listener.enterExceptionName(this);
2004
- }
2005
-
2006
- @override
2007
- void exitRule(ParseTreeListener listener) {
2008
- if (listener is ApexdocParserListener) listener.exitExceptionName(this);
2009
- }
2010
- }
2011
-
2012
- class BlockTagNameContext extends ParserRuleContext {
2013
- TerminalNode NAME() => getToken(ApexdocParser.TOKEN_NAME, 0);
2014
-
2015
- BlockTagNameContext([ParserRuleContext? parent, int? invokingState])
2016
- : super(parent, invokingState);
2017
-
2018
- @override
2019
- int get ruleIndex => RULE_blockTagName;
2020
-
2021
- @override
2022
- void enterRule(ParseTreeListener listener) {
2023
- if (listener is ApexdocParserListener) listener.enterBlockTagName(this);
2024
- }
2025
-
2026
- @override
2027
- void exitRule(ParseTreeListener listener) {
2028
- if (listener is ApexdocParserListener) listener.exitBlockTagName(this);
2029
- }
2030
- }
2031
-
2032
- class BlockTagContentContext extends ParserRuleContext {
2033
- BlockTagTextContext blockTagText() => getRuleContext<BlockTagTextContext>(0);
2034
-
2035
- InlineTagContext inlineTag() => getRuleContext<InlineTagContext>(0);
2036
-
2037
- TerminalNode NEWLINE() => getToken(ApexdocParser.TOKEN_NEWLINE, 0);
2038
-
2039
- BlockTagContentContext([ParserRuleContext? parent, int? invokingState])
2040
- : super(parent, invokingState);
2041
-
2042
- @override
2043
- int get ruleIndex => RULE_blockTagContent;
2044
-
2045
- @override
2046
- void enterRule(ParseTreeListener listener) {
2047
- if (listener is ApexdocParserListener) listener.enterBlockTagContent(this);
2048
- }
2049
-
2050
- @override
2051
- void exitRule(ParseTreeListener listener) {
2052
- if (listener is ApexdocParserListener) listener.exitBlockTagContent(this);
2053
- }
2054
- }
2055
-
2056
- class BlockTagTextContext extends ParserRuleContext {
2057
- List<BlockTagTextElementContext> blockTagTextElements() =>
2058
- getRuleContexts<BlockTagTextElementContext>();
2059
-
2060
- BlockTagTextElementContext blockTagTextElement(int i) =>
2061
- getRuleContext<BlockTagTextElementContext>(i);
2062
-
2063
- BlockTagTextContext([ParserRuleContext? parent, int? invokingState])
2064
- : super(parent, invokingState);
2065
-
2066
- @override
2067
- int get ruleIndex => RULE_blockTagText;
2068
-
2069
- @override
2070
- void enterRule(ParseTreeListener listener) {
2071
- if (listener is ApexdocParserListener) listener.enterBlockTagText(this);
2072
- }
2073
-
2074
- @override
2075
- void exitRule(ParseTreeListener listener) {
2076
- if (listener is ApexdocParserListener) listener.exitBlockTagText(this);
2077
- }
2078
- }
2079
-
2080
- class BlockTagTextElementContext extends ParserRuleContext {
2081
- TerminalNode TEXT_CONTENT() => getToken(ApexdocParser.TOKEN_TEXT_CONTENT, 0);
2082
-
2083
- TerminalNode NAME() => getToken(ApexdocParser.TOKEN_NAME, 0);
2084
-
2085
- TerminalNode SPACE() => getToken(ApexdocParser.TOKEN_SPACE, 0);
2086
-
2087
- TerminalNode STAR() => getToken(ApexdocParser.TOKEN_STAR, 0);
2088
-
2089
- TerminalNode SLASH() => getToken(ApexdocParser.TOKEN_SLASH, 0);
2090
-
2091
- TerminalNode BRACE_OPEN() => getToken(ApexdocParser.TOKEN_BRACE_OPEN, 0);
2092
-
2093
- TerminalNode BRACE_CLOSE() => getToken(ApexdocParser.TOKEN_BRACE_CLOSE, 0);
2094
-
2095
- BlockTagTextElementContext([ParserRuleContext? parent, int? invokingState])
2096
- : super(parent, invokingState);
2097
-
2098
- @override
2099
- int get ruleIndex => RULE_blockTagTextElement;
2100
-
2101
- @override
2102
- void enterRule(ParseTreeListener listener) {
2103
- if (listener is ApexdocParserListener)
2104
- listener.enterBlockTagTextElement(this);
2105
- }
2106
-
2107
- @override
2108
- void exitRule(ParseTreeListener listener) {
2109
- if (listener is ApexdocParserListener)
2110
- listener.exitBlockTagTextElement(this);
2111
- }
2112
- }
2113
-
2114
- class InlineTagContext extends ParserRuleContext {
2115
- TerminalNode INLINE_TAG_START() =>
2116
- getToken(ApexdocParser.TOKEN_INLINE_TAG_START, 0);
2117
-
2118
- InlineTagNameContext inlineTagName() =>
2119
- getRuleContext<InlineTagNameContext>(0);
2120
-
2121
- TerminalNode BRACE_CLOSE() => getToken(ApexdocParser.TOKEN_BRACE_CLOSE, 0);
2122
-
2123
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
2124
-
2125
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
2126
-
2127
- InlineTagContentContext inlineTagContent() =>
2128
- getRuleContext<InlineTagContentContext>(0);
2129
-
2130
- InlineTagContext([ParserRuleContext? parent, int? invokingState])
2131
- : super(parent, invokingState);
2132
-
2133
- @override
2134
- int get ruleIndex => RULE_inlineTag;
2135
-
2136
- @override
2137
- void enterRule(ParseTreeListener listener) {
2138
- if (listener is ApexdocParserListener) listener.enterInlineTag(this);
2139
- }
2140
-
2141
- @override
2142
- void exitRule(ParseTreeListener listener) {
2143
- if (listener is ApexdocParserListener) listener.exitInlineTag(this);
2144
- }
2145
- }
2146
-
2147
- class InlineTagNameContext extends ParserRuleContext {
2148
- TerminalNode NAME() => getToken(ApexdocParser.TOKEN_NAME, 0);
2149
-
2150
- InlineTagNameContext([ParserRuleContext? parent, int? invokingState])
2151
- : super(parent, invokingState);
2152
-
2153
- @override
2154
- int get ruleIndex => RULE_inlineTagName;
2155
-
2156
- @override
2157
- void enterRule(ParseTreeListener listener) {
2158
- if (listener is ApexdocParserListener) listener.enterInlineTagName(this);
2159
- }
2160
-
2161
- @override
2162
- void exitRule(ParseTreeListener listener) {
2163
- if (listener is ApexdocParserListener) listener.exitInlineTagName(this);
2164
- }
2165
- }
2166
-
2167
- class InlineTagContentContext extends ParserRuleContext {
2168
- List<BraceContentContext> braceContents() =>
2169
- getRuleContexts<BraceContentContext>();
2170
-
2171
- BraceContentContext braceContent(int i) =>
2172
- getRuleContext<BraceContentContext>(i);
2173
-
2174
- InlineTagContentContext([ParserRuleContext? parent, int? invokingState])
2175
- : super(parent, invokingState);
2176
-
2177
- @override
2178
- int get ruleIndex => RULE_inlineTagContent;
2179
-
2180
- @override
2181
- void enterRule(ParseTreeListener listener) {
2182
- if (listener is ApexdocParserListener) listener.enterInlineTagContent(this);
2183
- }
2184
-
2185
- @override
2186
- void exitRule(ParseTreeListener listener) {
2187
- if (listener is ApexdocParserListener) listener.exitInlineTagContent(this);
2188
- }
2189
- }
2190
-
2191
- class BraceExpressionContext extends ParserRuleContext {
2192
- TerminalNode BRACE_OPEN() => getToken(ApexdocParser.TOKEN_BRACE_OPEN, 0);
2193
-
2194
- TerminalNode BRACE_CLOSE() => getToken(ApexdocParser.TOKEN_BRACE_CLOSE, 0);
2195
-
2196
- List<BraceContentContext> braceContents() =>
2197
- getRuleContexts<BraceContentContext>();
2198
-
2199
- BraceContentContext braceContent(int i) =>
2200
- getRuleContext<BraceContentContext>(i);
2201
-
2202
- BraceExpressionContext([ParserRuleContext? parent, int? invokingState])
2203
- : super(parent, invokingState);
2204
-
2205
- @override
2206
- int get ruleIndex => RULE_braceExpression;
2207
-
2208
- @override
2209
- void enterRule(ParseTreeListener listener) {
2210
- if (listener is ApexdocParserListener) listener.enterBraceExpression(this);
2211
- }
2212
-
2213
- @override
2214
- void exitRule(ParseTreeListener listener) {
2215
- if (listener is ApexdocParserListener) listener.exitBraceExpression(this);
2216
- }
2217
- }
2218
-
2219
- class BraceContentContext extends ParserRuleContext {
2220
- BraceExpressionContext braceExpression() =>
2221
- getRuleContext<BraceExpressionContext>(0);
2222
-
2223
- List<BraceTextContext> braceTexts() => getRuleContexts<BraceTextContext>();
2224
-
2225
- BraceTextContext braceText(int i) => getRuleContext<BraceTextContext>(i);
2226
-
2227
- List<TerminalNode> NEWLINEs() => getTokens(ApexdocParser.TOKEN_NEWLINE);
2228
-
2229
- TerminalNode NEWLINE(int i) => getToken(ApexdocParser.TOKEN_NEWLINE, i);
2230
-
2231
- BraceContentContext([ParserRuleContext? parent, int? invokingState])
2232
- : super(parent, invokingState);
2233
-
2234
- @override
2235
- int get ruleIndex => RULE_braceContent;
2236
-
2237
- @override
2238
- void enterRule(ParseTreeListener listener) {
2239
- if (listener is ApexdocParserListener) listener.enterBraceContent(this);
2240
- }
2241
-
2242
- @override
2243
- void exitRule(ParseTreeListener listener) {
2244
- if (listener is ApexdocParserListener) listener.exitBraceContent(this);
2245
- }
2246
- }
2247
-
2248
- class SkipWhitespaceContext extends ParserRuleContext {
2249
- TerminalNode SPACE() => getToken(ApexdocParser.TOKEN_SPACE, 0);
2250
-
2251
- TerminalNode NEWLINE() => getToken(ApexdocParser.TOKEN_NEWLINE, 0);
2252
-
2253
- SkipWhitespaceContext([ParserRuleContext? parent, int? invokingState])
2254
- : super(parent, invokingState);
2255
-
2256
- @override
2257
- int get ruleIndex => RULE_skipWhitespace;
2258
-
2259
- @override
2260
- void enterRule(ParseTreeListener listener) {
2261
- if (listener is ApexdocParserListener) listener.enterSkipWhitespace(this);
2262
- }
2263
-
2264
- @override
2265
- void exitRule(ParseTreeListener listener) {
2266
- if (listener is ApexdocParserListener) listener.exitSkipWhitespace(this);
2267
- }
2268
- }
2269
-
2270
- class BraceTextContext extends ParserRuleContext {
2271
- TerminalNode TEXT_CONTENT() => getToken(ApexdocParser.TOKEN_TEXT_CONTENT, 0);
2272
-
2273
- TerminalNode NAME() => getToken(ApexdocParser.TOKEN_NAME, 0);
2274
-
2275
- TerminalNode SPACE() => getToken(ApexdocParser.TOKEN_SPACE, 0);
2276
-
2277
- TerminalNode STAR() => getToken(ApexdocParser.TOKEN_STAR, 0);
2278
-
2279
- TerminalNode SLASH() => getToken(ApexdocParser.TOKEN_SLASH, 0);
2280
-
2281
- TerminalNode NEWLINE() => getToken(ApexdocParser.TOKEN_NEWLINE, 0);
2282
-
2283
- BraceTextContext([ParserRuleContext? parent, int? invokingState])
2284
- : super(parent, invokingState);
2285
-
2286
- @override
2287
- int get ruleIndex => RULE_braceText;
2288
-
2289
- @override
2290
- void enterRule(ParseTreeListener listener) {
2291
- if (listener is ApexdocParserListener) listener.enterBraceText(this);
2292
- }
2293
-
2294
- @override
2295
- void exitRule(ParseTreeListener listener) {
2296
- if (listener is ApexdocParserListener) listener.exitBraceText(this);
2297
- }
2298
- }
2299
-
2300
- class DefaultBlockTagContext extends BlockTagContext {
2301
- TerminalNode AT() => getToken(ApexdocParser.TOKEN_AT, 0);
2302
-
2303
- BlockTagNameContext blockTagName() => getRuleContext<BlockTagNameContext>(0);
2304
-
2305
- List<TerminalNode> STARs() => getTokens(ApexdocParser.TOKEN_STAR);
2306
-
2307
- TerminalNode STAR(int i) => getToken(ApexdocParser.TOKEN_STAR, i);
2308
-
2309
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
2310
-
2311
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
2312
-
2313
- List<BlockTagContentContext> blockTagContents() =>
2314
- getRuleContexts<BlockTagContentContext>();
2315
-
2316
- BlockTagContentContext blockTagContent(int i) =>
2317
- getRuleContext<BlockTagContentContext>(i);
2318
-
2319
- DefaultBlockTagContext(BlockTagContext ctx) {
2320
- copyFrom(ctx);
2321
- }
2322
-
2323
- @override
2324
- void enterRule(ParseTreeListener listener) {
2325
- if (listener is ApexdocParserListener) listener.enterDefaultBlockTag(this);
2326
- }
2327
-
2328
- @override
2329
- void exitRule(ParseTreeListener listener) {
2330
- if (listener is ApexdocParserListener) listener.exitDefaultBlockTag(this);
2331
- }
2332
- }
2333
-
2334
- class ParamBlockTagContext extends BlockTagContext {
2335
- TerminalNode PARAM() => getToken(ApexdocParser.TOKEN_PARAM, 0);
2336
-
2337
- ParamNameContext paramName() => getRuleContext<ParamNameContext>(0);
2338
-
2339
- List<TerminalNode> STARs() => getTokens(ApexdocParser.TOKEN_STAR);
2340
-
2341
- TerminalNode STAR(int i) => getToken(ApexdocParser.TOKEN_STAR, i);
2342
-
2343
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
2344
-
2345
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
2346
-
2347
- List<BlockTagContentContext> blockTagContents() =>
2348
- getRuleContexts<BlockTagContentContext>();
2349
-
2350
- BlockTagContentContext blockTagContent(int i) =>
2351
- getRuleContext<BlockTagContentContext>(i);
2352
-
2353
- ParamBlockTagContext(BlockTagContext ctx) {
2354
- copyFrom(ctx);
2355
- }
2356
-
2357
- @override
2358
- void enterRule(ParseTreeListener listener) {
2359
- if (listener is ApexdocParserListener) listener.enterParamBlockTag(this);
2360
- }
2361
-
2362
- @override
2363
- void exitRule(ParseTreeListener listener) {
2364
- if (listener is ApexdocParserListener) listener.exitParamBlockTag(this);
2365
- }
2366
- }
2367
-
2368
- class ReturnBlockTagContext extends BlockTagContext {
2369
- TerminalNode RETURN() => getToken(ApexdocParser.TOKEN_RETURN, 0);
2370
-
2371
- List<TerminalNode> STARs() => getTokens(ApexdocParser.TOKEN_STAR);
2372
-
2373
- TerminalNode STAR(int i) => getToken(ApexdocParser.TOKEN_STAR, i);
2374
-
2375
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
2376
-
2377
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
2378
-
2379
- List<BlockTagContentContext> blockTagContents() =>
2380
- getRuleContexts<BlockTagContentContext>();
2381
-
2382
- BlockTagContentContext blockTagContent(int i) =>
2383
- getRuleContext<BlockTagContentContext>(i);
2384
-
2385
- ReturnBlockTagContext(BlockTagContext ctx) {
2386
- copyFrom(ctx);
2387
- }
2388
-
2389
- @override
2390
- void enterRule(ParseTreeListener listener) {
2391
- if (listener is ApexdocParserListener) listener.enterReturnBlockTag(this);
2392
- }
2393
-
2394
- @override
2395
- void exitRule(ParseTreeListener listener) {
2396
- if (listener is ApexdocParserListener) listener.exitReturnBlockTag(this);
2397
- }
2398
- }
2399
-
2400
- class ExampleBlockTagContext extends BlockTagContext {
2401
- TerminalNode EXAMPLE() => getToken(ApexdocParser.TOKEN_EXAMPLE, 0);
2402
-
2403
- List<TerminalNode> STARs() => getTokens(ApexdocParser.TOKEN_STAR);
2404
-
2405
- TerminalNode STAR(int i) => getToken(ApexdocParser.TOKEN_STAR, i);
2406
-
2407
- TerminalNode SPACE() => getToken(ApexdocParser.TOKEN_SPACE, 0);
2408
-
2409
- List<SkipWhitespaceContext> skipWhitespaces() =>
2410
- getRuleContexts<SkipWhitespaceContext>();
2411
-
2412
- SkipWhitespaceContext skipWhitespace(int i) =>
2413
- getRuleContext<SkipWhitespaceContext>(i);
2414
-
2415
- List<BlockTagContentContext> blockTagContents() =>
2416
- getRuleContexts<BlockTagContentContext>();
2417
-
2418
- BlockTagContentContext blockTagContent(int i) =>
2419
- getRuleContext<BlockTagContentContext>(i);
2420
-
2421
- ExampleBlockTagContext(BlockTagContext ctx) {
2422
- copyFrom(ctx);
2423
- }
2424
-
2425
- @override
2426
- void enterRule(ParseTreeListener listener) {
2427
- if (listener is ApexdocParserListener) listener.enterExampleBlockTag(this);
2428
- }
2429
-
2430
- @override
2431
- void exitRule(ParseTreeListener listener) {
2432
- if (listener is ApexdocParserListener) listener.exitExampleBlockTag(this);
2433
- }
2434
- }
2435
-
2436
- class ThrowsBlockTagContext extends BlockTagContext {
2437
- ExceptionNameContext exceptionName() =>
2438
- getRuleContext<ExceptionNameContext>(0);
2439
-
2440
- TerminalNode THROWS() => getToken(ApexdocParser.TOKEN_THROWS, 0);
2441
-
2442
- TerminalNode EXCEPTION() => getToken(ApexdocParser.TOKEN_EXCEPTION, 0);
2443
-
2444
- List<TerminalNode> STARs() => getTokens(ApexdocParser.TOKEN_STAR);
2445
-
2446
- TerminalNode STAR(int i) => getToken(ApexdocParser.TOKEN_STAR, i);
2447
-
2448
- List<TerminalNode> SPACEs() => getTokens(ApexdocParser.TOKEN_SPACE);
2449
-
2450
- TerminalNode SPACE(int i) => getToken(ApexdocParser.TOKEN_SPACE, i);
2451
-
2452
- List<BlockTagContentContext> blockTagContents() =>
2453
- getRuleContexts<BlockTagContentContext>();
2454
-
2455
- BlockTagContentContext blockTagContent(int i) =>
2456
- getRuleContext<BlockTagContentContext>(i);
2457
-
2458
- ThrowsBlockTagContext(BlockTagContext ctx) {
2459
- copyFrom(ctx);
2460
- }
2461
-
2462
- @override
2463
- void enterRule(ParseTreeListener listener) {
2464
- if (listener is ApexdocParserListener) listener.enterThrowsBlockTag(this);
2465
- }
2466
-
2467
- @override
2468
- void exitRule(ParseTreeListener listener) {
2469
- if (listener is ApexdocParserListener) listener.exitThrowsBlockTag(this);
2470
- }
2471
- }