@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,1036 +0,0 @@
1
- // Generated from lib/src/antlr/grammars/apex/ApexParser.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
-
5
- import 'ApexParser.dart';
6
- import 'ApexParserListener.dart';
7
-
8
-
9
- /// This class provides an empty implementation of [ApexParserListener],
10
- /// which can be extended to create a listener which only needs to handle
11
- /// a subset of the available methods.
12
- class ApexParserBaseListener implements ApexParserListener {
13
- /// The default implementation does nothing.
14
- @override
15
- void enterTriggerUnit(TriggerUnitContext ctx) {}
16
-
17
- /// The default implementation does nothing.
18
- @override
19
- void exitTriggerUnit(TriggerUnitContext ctx) {}
20
-
21
- /// The default implementation does nothing.
22
- @override
23
- void enterTriggerCase(TriggerCaseContext ctx) {}
24
-
25
- /// The default implementation does nothing.
26
- @override
27
- void exitTriggerCase(TriggerCaseContext ctx) {}
28
-
29
- /// The default implementation does nothing.
30
- @override
31
- void enterCompilationUnit(CompilationUnitContext ctx) {}
32
-
33
- /// The default implementation does nothing.
34
- @override
35
- void exitCompilationUnit(CompilationUnitContext ctx) {}
36
-
37
- /// The default implementation does nothing.
38
- @override
39
- void enterTypeClassDeclaration(TypeClassDeclarationContext ctx) {}
40
-
41
- /// The default implementation does nothing.
42
- @override
43
- void exitTypeClassDeclaration(TypeClassDeclarationContext ctx) {}
44
-
45
- /// The default implementation does nothing.
46
- @override
47
- void enterTypeEnumDeclaration(TypeEnumDeclarationContext ctx) {}
48
-
49
- /// The default implementation does nothing.
50
- @override
51
- void exitTypeEnumDeclaration(TypeEnumDeclarationContext ctx) {}
52
-
53
- /// The default implementation does nothing.
54
- @override
55
- void enterTypeInterfaceDeclaration(TypeInterfaceDeclarationContext ctx) {}
56
-
57
- /// The default implementation does nothing.
58
- @override
59
- void exitTypeInterfaceDeclaration(TypeInterfaceDeclarationContext ctx) {}
60
-
61
- /// The default implementation does nothing.
62
- @override
63
- void enterClassDeclaration(ClassDeclarationContext ctx) {}
64
-
65
- /// The default implementation does nothing.
66
- @override
67
- void exitClassDeclaration(ClassDeclarationContext ctx) {}
68
-
69
- /// The default implementation does nothing.
70
- @override
71
- void enterEnumDeclaration(EnumDeclarationContext ctx) {}
72
-
73
- /// The default implementation does nothing.
74
- @override
75
- void exitEnumDeclaration(EnumDeclarationContext ctx) {}
76
-
77
- /// The default implementation does nothing.
78
- @override
79
- void enterEnumConstants(EnumConstantsContext ctx) {}
80
-
81
- /// The default implementation does nothing.
82
- @override
83
- void exitEnumConstants(EnumConstantsContext ctx) {}
84
-
85
- /// The default implementation does nothing.
86
- @override
87
- void enterInterfaceDeclaration(InterfaceDeclarationContext ctx) {}
88
-
89
- /// The default implementation does nothing.
90
- @override
91
- void exitInterfaceDeclaration(InterfaceDeclarationContext ctx) {}
92
-
93
- /// The default implementation does nothing.
94
- @override
95
- void enterTypeList(TypeListContext ctx) {}
96
-
97
- /// The default implementation does nothing.
98
- @override
99
- void exitTypeList(TypeListContext ctx) {}
100
-
101
- /// The default implementation does nothing.
102
- @override
103
- void enterClassBody(ClassBodyContext ctx) {}
104
-
105
- /// The default implementation does nothing.
106
- @override
107
- void exitClassBody(ClassBodyContext ctx) {}
108
-
109
- /// The default implementation does nothing.
110
- @override
111
- void enterInterfaceBody(InterfaceBodyContext ctx) {}
112
-
113
- /// The default implementation does nothing.
114
- @override
115
- void exitInterfaceBody(InterfaceBodyContext ctx) {}
116
-
117
- /// The default implementation does nothing.
118
- @override
119
- void enterEmptyClassBodyDeclaration(EmptyClassBodyDeclarationContext ctx) {}
120
-
121
- /// The default implementation does nothing.
122
- @override
123
- void exitEmptyClassBodyDeclaration(EmptyClassBodyDeclarationContext ctx) {}
124
-
125
- /// The default implementation does nothing.
126
- @override
127
- void enterStaticBlockClassBodyDeclaration(StaticBlockClassBodyDeclarationContext ctx) {}
128
-
129
- /// The default implementation does nothing.
130
- @override
131
- void exitStaticBlockClassBodyDeclaration(StaticBlockClassBodyDeclarationContext ctx) {}
132
-
133
- /// The default implementation does nothing.
134
- @override
135
- void enterMemberClassBodyDeclaration(MemberClassBodyDeclarationContext ctx) {}
136
-
137
- /// The default implementation does nothing.
138
- @override
139
- void exitMemberClassBodyDeclaration(MemberClassBodyDeclarationContext ctx) {}
140
-
141
- /// The default implementation does nothing.
142
- @override
143
- void enterModifier(ModifierContext ctx) {}
144
-
145
- /// The default implementation does nothing.
146
- @override
147
- void exitModifier(ModifierContext ctx) {}
148
-
149
- /// The default implementation does nothing.
150
- @override
151
- void enterMethodMemberDeclaration(MethodMemberDeclarationContext ctx) {}
152
-
153
- /// The default implementation does nothing.
154
- @override
155
- void exitMethodMemberDeclaration(MethodMemberDeclarationContext ctx) {}
156
-
157
- /// The default implementation does nothing.
158
- @override
159
- void enterFieldMemberDeclaration(FieldMemberDeclarationContext ctx) {}
160
-
161
- /// The default implementation does nothing.
162
- @override
163
- void exitFieldMemberDeclaration(FieldMemberDeclarationContext ctx) {}
164
-
165
- /// The default implementation does nothing.
166
- @override
167
- void enterConstructorMemberDeclaration(ConstructorMemberDeclarationContext ctx) {}
168
-
169
- /// The default implementation does nothing.
170
- @override
171
- void exitConstructorMemberDeclaration(ConstructorMemberDeclarationContext ctx) {}
172
-
173
- /// The default implementation does nothing.
174
- @override
175
- void enterInterfaceMemberDeclaration(InterfaceMemberDeclarationContext ctx) {}
176
-
177
- /// The default implementation does nothing.
178
- @override
179
- void exitInterfaceMemberDeclaration(InterfaceMemberDeclarationContext ctx) {}
180
-
181
- /// The default implementation does nothing.
182
- @override
183
- void enterClassMemberDeclaration(ClassMemberDeclarationContext ctx) {}
184
-
185
- /// The default implementation does nothing.
186
- @override
187
- void exitClassMemberDeclaration(ClassMemberDeclarationContext ctx) {}
188
-
189
- /// The default implementation does nothing.
190
- @override
191
- void enterEnumMemberDeclaration(EnumMemberDeclarationContext ctx) {}
192
-
193
- /// The default implementation does nothing.
194
- @override
195
- void exitEnumMemberDeclaration(EnumMemberDeclarationContext ctx) {}
196
-
197
- /// The default implementation does nothing.
198
- @override
199
- void enterPropertyMemberDeclaration(PropertyMemberDeclarationContext ctx) {}
200
-
201
- /// The default implementation does nothing.
202
- @override
203
- void exitPropertyMemberDeclaration(PropertyMemberDeclarationContext ctx) {}
204
-
205
- /// The default implementation does nothing.
206
- @override
207
- void enterMethodDeclaration(MethodDeclarationContext ctx) {}
208
-
209
- /// The default implementation does nothing.
210
- @override
211
- void exitMethodDeclaration(MethodDeclarationContext ctx) {}
212
-
213
- /// The default implementation does nothing.
214
- @override
215
- void enterConstructorDeclaration(ConstructorDeclarationContext ctx) {}
216
-
217
- /// The default implementation does nothing.
218
- @override
219
- void exitConstructorDeclaration(ConstructorDeclarationContext ctx) {}
220
-
221
- /// The default implementation does nothing.
222
- @override
223
- void enterFieldDeclaration(FieldDeclarationContext ctx) {}
224
-
225
- /// The default implementation does nothing.
226
- @override
227
- void exitFieldDeclaration(FieldDeclarationContext ctx) {}
228
-
229
- /// The default implementation does nothing.
230
- @override
231
- void enterPropertyDeclaration(PropertyDeclarationContext ctx) {}
232
-
233
- /// The default implementation does nothing.
234
- @override
235
- void exitPropertyDeclaration(PropertyDeclarationContext ctx) {}
236
-
237
- /// The default implementation does nothing.
238
- @override
239
- void enterInterfaceMethodDeclaration(InterfaceMethodDeclarationContext ctx) {}
240
-
241
- /// The default implementation does nothing.
242
- @override
243
- void exitInterfaceMethodDeclaration(InterfaceMethodDeclarationContext ctx) {}
244
-
245
- /// The default implementation does nothing.
246
- @override
247
- void enterVariableDeclarators(VariableDeclaratorsContext ctx) {}
248
-
249
- /// The default implementation does nothing.
250
- @override
251
- void exitVariableDeclarators(VariableDeclaratorsContext ctx) {}
252
-
253
- /// The default implementation does nothing.
254
- @override
255
- void enterVariableDeclarator(VariableDeclaratorContext ctx) {}
256
-
257
- /// The default implementation does nothing.
258
- @override
259
- void exitVariableDeclarator(VariableDeclaratorContext ctx) {}
260
-
261
- /// The default implementation does nothing.
262
- @override
263
- void enterArrayInitializer(ArrayInitializerContext ctx) {}
264
-
265
- /// The default implementation does nothing.
266
- @override
267
- void exitArrayInitializer(ArrayInitializerContext ctx) {}
268
-
269
- /// The default implementation does nothing.
270
- @override
271
- void enterTypeRef(TypeRefContext ctx) {}
272
-
273
- /// The default implementation does nothing.
274
- @override
275
- void exitTypeRef(TypeRefContext ctx) {}
276
-
277
- /// The default implementation does nothing.
278
- @override
279
- void enterArraySubscripts(ArraySubscriptsContext ctx) {}
280
-
281
- /// The default implementation does nothing.
282
- @override
283
- void exitArraySubscripts(ArraySubscriptsContext ctx) {}
284
-
285
- /// The default implementation does nothing.
286
- @override
287
- void enterTypeName(TypeNameContext ctx) {}
288
-
289
- /// The default implementation does nothing.
290
- @override
291
- void exitTypeName(TypeNameContext ctx) {}
292
-
293
- /// The default implementation does nothing.
294
- @override
295
- void enterTypeArguments(TypeArgumentsContext ctx) {}
296
-
297
- /// The default implementation does nothing.
298
- @override
299
- void exitTypeArguments(TypeArgumentsContext ctx) {}
300
-
301
- /// The default implementation does nothing.
302
- @override
303
- void enterFormalParameters(FormalParametersContext ctx) {}
304
-
305
- /// The default implementation does nothing.
306
- @override
307
- void exitFormalParameters(FormalParametersContext ctx) {}
308
-
309
- /// The default implementation does nothing.
310
- @override
311
- void enterFormalParameterList(FormalParameterListContext ctx) {}
312
-
313
- /// The default implementation does nothing.
314
- @override
315
- void exitFormalParameterList(FormalParameterListContext ctx) {}
316
-
317
- /// The default implementation does nothing.
318
- @override
319
- void enterFormalParameter(FormalParameterContext ctx) {}
320
-
321
- /// The default implementation does nothing.
322
- @override
323
- void exitFormalParameter(FormalParameterContext ctx) {}
324
-
325
- /// The default implementation does nothing.
326
- @override
327
- void enterQualifiedName(QualifiedNameContext ctx) {}
328
-
329
- /// The default implementation does nothing.
330
- @override
331
- void exitQualifiedName(QualifiedNameContext ctx) {}
332
-
333
- /// The default implementation does nothing.
334
- @override
335
- void enterLiteral(LiteralContext ctx) {}
336
-
337
- /// The default implementation does nothing.
338
- @override
339
- void exitLiteral(LiteralContext ctx) {}
340
-
341
- /// The default implementation does nothing.
342
- @override
343
- void enterAnnotation(AnnotationContext ctx) {}
344
-
345
- /// The default implementation does nothing.
346
- @override
347
- void exitAnnotation(AnnotationContext ctx) {}
348
-
349
- /// The default implementation does nothing.
350
- @override
351
- void enterElementValuePairs(ElementValuePairsContext ctx) {}
352
-
353
- /// The default implementation does nothing.
354
- @override
355
- void exitElementValuePairs(ElementValuePairsContext ctx) {}
356
-
357
- /// The default implementation does nothing.
358
- @override
359
- void enterElementValuePair(ElementValuePairContext ctx) {}
360
-
361
- /// The default implementation does nothing.
362
- @override
363
- void exitElementValuePair(ElementValuePairContext ctx) {}
364
-
365
- /// The default implementation does nothing.
366
- @override
367
- void enterElementValue(ElementValueContext ctx) {}
368
-
369
- /// The default implementation does nothing.
370
- @override
371
- void exitElementValue(ElementValueContext ctx) {}
372
-
373
- /// The default implementation does nothing.
374
- @override
375
- void enterElementValueArrayInitializer(ElementValueArrayInitializerContext ctx) {}
376
-
377
- /// The default implementation does nothing.
378
- @override
379
- void exitElementValueArrayInitializer(ElementValueArrayInitializerContext ctx) {}
380
-
381
- /// The default implementation does nothing.
382
- @override
383
- void enterBlock(BlockContext ctx) {}
384
-
385
- /// The default implementation does nothing.
386
- @override
387
- void exitBlock(BlockContext ctx) {}
388
-
389
- /// The default implementation does nothing.
390
- @override
391
- void enterLocalVariableDeclarationStatement(LocalVariableDeclarationStatementContext ctx) {}
392
-
393
- /// The default implementation does nothing.
394
- @override
395
- void exitLocalVariableDeclarationStatement(LocalVariableDeclarationStatementContext ctx) {}
396
-
397
- /// The default implementation does nothing.
398
- @override
399
- void enterLocalVariableDeclaration(LocalVariableDeclarationContext ctx) {}
400
-
401
- /// The default implementation does nothing.
402
- @override
403
- void exitLocalVariableDeclaration(LocalVariableDeclarationContext ctx) {}
404
-
405
- /// The default implementation does nothing.
406
- @override
407
- void enterStatement(StatementContext ctx) {}
408
-
409
- /// The default implementation does nothing.
410
- @override
411
- void exitStatement(StatementContext ctx) {}
412
-
413
- /// The default implementation does nothing.
414
- @override
415
- void enterIfStatement(IfStatementContext ctx) {}
416
-
417
- /// The default implementation does nothing.
418
- @override
419
- void exitIfStatement(IfStatementContext ctx) {}
420
-
421
- /// The default implementation does nothing.
422
- @override
423
- void enterSwitchStatement(SwitchStatementContext ctx) {}
424
-
425
- /// The default implementation does nothing.
426
- @override
427
- void exitSwitchStatement(SwitchStatementContext ctx) {}
428
-
429
- /// The default implementation does nothing.
430
- @override
431
- void enterWhenControl(WhenControlContext ctx) {}
432
-
433
- /// The default implementation does nothing.
434
- @override
435
- void exitWhenControl(WhenControlContext ctx) {}
436
-
437
- /// The default implementation does nothing.
438
- @override
439
- void enterWhenValue(WhenValueContext ctx) {}
440
-
441
- /// The default implementation does nothing.
442
- @override
443
- void exitWhenValue(WhenValueContext ctx) {}
444
-
445
- /// The default implementation does nothing.
446
- @override
447
- void enterWhenLiteral(WhenLiteralContext ctx) {}
448
-
449
- /// The default implementation does nothing.
450
- @override
451
- void exitWhenLiteral(WhenLiteralContext ctx) {}
452
-
453
- /// The default implementation does nothing.
454
- @override
455
- void enterForStatement(ForStatementContext ctx) {}
456
-
457
- /// The default implementation does nothing.
458
- @override
459
- void exitForStatement(ForStatementContext ctx) {}
460
-
461
- /// The default implementation does nothing.
462
- @override
463
- void enterWhileStatement(WhileStatementContext ctx) {}
464
-
465
- /// The default implementation does nothing.
466
- @override
467
- void exitWhileStatement(WhileStatementContext ctx) {}
468
-
469
- /// The default implementation does nothing.
470
- @override
471
- void enterDoWhileStatement(DoWhileStatementContext ctx) {}
472
-
473
- /// The default implementation does nothing.
474
- @override
475
- void exitDoWhileStatement(DoWhileStatementContext ctx) {}
476
-
477
- /// The default implementation does nothing.
478
- @override
479
- void enterTryStatement(TryStatementContext ctx) {}
480
-
481
- /// The default implementation does nothing.
482
- @override
483
- void exitTryStatement(TryStatementContext ctx) {}
484
-
485
- /// The default implementation does nothing.
486
- @override
487
- void enterReturnStatement(ReturnStatementContext ctx) {}
488
-
489
- /// The default implementation does nothing.
490
- @override
491
- void exitReturnStatement(ReturnStatementContext ctx) {}
492
-
493
- /// The default implementation does nothing.
494
- @override
495
- void enterThrowStatement(ThrowStatementContext ctx) {}
496
-
497
- /// The default implementation does nothing.
498
- @override
499
- void exitThrowStatement(ThrowStatementContext ctx) {}
500
-
501
- /// The default implementation does nothing.
502
- @override
503
- void enterBreakStatement(BreakStatementContext ctx) {}
504
-
505
- /// The default implementation does nothing.
506
- @override
507
- void exitBreakStatement(BreakStatementContext ctx) {}
508
-
509
- /// The default implementation does nothing.
510
- @override
511
- void enterContinueStatement(ContinueStatementContext ctx) {}
512
-
513
- /// The default implementation does nothing.
514
- @override
515
- void exitContinueStatement(ContinueStatementContext ctx) {}
516
-
517
- /// The default implementation does nothing.
518
- @override
519
- void enterInsertStatement(InsertStatementContext ctx) {}
520
-
521
- /// The default implementation does nothing.
522
- @override
523
- void exitInsertStatement(InsertStatementContext ctx) {}
524
-
525
- /// The default implementation does nothing.
526
- @override
527
- void enterUpdateStatement(UpdateStatementContext ctx) {}
528
-
529
- /// The default implementation does nothing.
530
- @override
531
- void exitUpdateStatement(UpdateStatementContext ctx) {}
532
-
533
- /// The default implementation does nothing.
534
- @override
535
- void enterDeleteStatement(DeleteStatementContext ctx) {}
536
-
537
- /// The default implementation does nothing.
538
- @override
539
- void exitDeleteStatement(DeleteStatementContext ctx) {}
540
-
541
- /// The default implementation does nothing.
542
- @override
543
- void enterUndeleteStatement(UndeleteStatementContext ctx) {}
544
-
545
- /// The default implementation does nothing.
546
- @override
547
- void exitUndeleteStatement(UndeleteStatementContext ctx) {}
548
-
549
- /// The default implementation does nothing.
550
- @override
551
- void enterUpsertStatement(UpsertStatementContext ctx) {}
552
-
553
- /// The default implementation does nothing.
554
- @override
555
- void exitUpsertStatement(UpsertStatementContext ctx) {}
556
-
557
- /// The default implementation does nothing.
558
- @override
559
- void enterMergeStatement(MergeStatementContext ctx) {}
560
-
561
- /// The default implementation does nothing.
562
- @override
563
- void exitMergeStatement(MergeStatementContext ctx) {}
564
-
565
- /// The default implementation does nothing.
566
- @override
567
- void enterRunAsStatement(RunAsStatementContext ctx) {}
568
-
569
- /// The default implementation does nothing.
570
- @override
571
- void exitRunAsStatement(RunAsStatementContext ctx) {}
572
-
573
- /// The default implementation does nothing.
574
- @override
575
- void enterExpressionStatement(ExpressionStatementContext ctx) {}
576
-
577
- /// The default implementation does nothing.
578
- @override
579
- void exitExpressionStatement(ExpressionStatementContext ctx) {}
580
-
581
- /// The default implementation does nothing.
582
- @override
583
- void enterPropertyBlock(PropertyBlockContext ctx) {}
584
-
585
- /// The default implementation does nothing.
586
- @override
587
- void exitPropertyBlock(PropertyBlockContext ctx) {}
588
-
589
- /// The default implementation does nothing.
590
- @override
591
- void enterGetter(GetterContext ctx) {}
592
-
593
- /// The default implementation does nothing.
594
- @override
595
- void exitGetter(GetterContext ctx) {}
596
-
597
- /// The default implementation does nothing.
598
- @override
599
- void enterSetter(SetterContext ctx) {}
600
-
601
- /// The default implementation does nothing.
602
- @override
603
- void exitSetter(SetterContext ctx) {}
604
-
605
- /// The default implementation does nothing.
606
- @override
607
- void enterCatchClause(CatchClauseContext ctx) {}
608
-
609
- /// The default implementation does nothing.
610
- @override
611
- void exitCatchClause(CatchClauseContext ctx) {}
612
-
613
- /// The default implementation does nothing.
614
- @override
615
- void enterFinallyBlock(FinallyBlockContext ctx) {}
616
-
617
- /// The default implementation does nothing.
618
- @override
619
- void exitFinallyBlock(FinallyBlockContext ctx) {}
620
-
621
- /// The default implementation does nothing.
622
- @override
623
- void enterForControl(ForControlContext ctx) {}
624
-
625
- /// The default implementation does nothing.
626
- @override
627
- void exitForControl(ForControlContext ctx) {}
628
-
629
- /// The default implementation does nothing.
630
- @override
631
- void enterForInit(ForInitContext ctx) {}
632
-
633
- /// The default implementation does nothing.
634
- @override
635
- void exitForInit(ForInitContext ctx) {}
636
-
637
- /// The default implementation does nothing.
638
- @override
639
- void enterEnhancedForControl(EnhancedForControlContext ctx) {}
640
-
641
- /// The default implementation does nothing.
642
- @override
643
- void exitEnhancedForControl(EnhancedForControlContext ctx) {}
644
-
645
- /// The default implementation does nothing.
646
- @override
647
- void enterForUpdate(ForUpdateContext ctx) {}
648
-
649
- /// The default implementation does nothing.
650
- @override
651
- void exitForUpdate(ForUpdateContext ctx) {}
652
-
653
- /// The default implementation does nothing.
654
- @override
655
- void enterParExpression(ParExpressionContext ctx) {}
656
-
657
- /// The default implementation does nothing.
658
- @override
659
- void exitParExpression(ParExpressionContext ctx) {}
660
-
661
- /// The default implementation does nothing.
662
- @override
663
- void enterExpressionList(ExpressionListContext ctx) {}
664
-
665
- /// The default implementation does nothing.
666
- @override
667
- void exitExpressionList(ExpressionListContext ctx) {}
668
-
669
- /// The default implementation does nothing.
670
- @override
671
- void enterPrimaryExpression(PrimaryExpressionContext ctx) {}
672
-
673
- /// The default implementation does nothing.
674
- @override
675
- void exitPrimaryExpression(PrimaryExpressionContext ctx) {}
676
-
677
- /// The default implementation does nothing.
678
- @override
679
- void enterArth1Expression(Arth1ExpressionContext ctx) {}
680
-
681
- /// The default implementation does nothing.
682
- @override
683
- void exitArth1Expression(Arth1ExpressionContext ctx) {}
684
-
685
- /// The default implementation does nothing.
686
- @override
687
- void enterDotExpression(DotExpressionContext ctx) {}
688
-
689
- /// The default implementation does nothing.
690
- @override
691
- void exitDotExpression(DotExpressionContext ctx) {}
692
-
693
- /// The default implementation does nothing.
694
- @override
695
- void enterBitOrExpression(BitOrExpressionContext ctx) {}
696
-
697
- /// The default implementation does nothing.
698
- @override
699
- void exitBitOrExpression(BitOrExpressionContext ctx) {}
700
-
701
- /// The default implementation does nothing.
702
- @override
703
- void enterArrayExpression(ArrayExpressionContext ctx) {}
704
-
705
- /// The default implementation does nothing.
706
- @override
707
- void exitArrayExpression(ArrayExpressionContext ctx) {}
708
-
709
- /// The default implementation does nothing.
710
- @override
711
- void enterNewExpression(NewExpressionContext ctx) {}
712
-
713
- /// The default implementation does nothing.
714
- @override
715
- void exitNewExpression(NewExpressionContext ctx) {}
716
-
717
- /// The default implementation does nothing.
718
- @override
719
- void enterAssignExpression(AssignExpressionContext ctx) {}
720
-
721
- /// The default implementation does nothing.
722
- @override
723
- void exitAssignExpression(AssignExpressionContext ctx) {}
724
-
725
- /// The default implementation does nothing.
726
- @override
727
- void enterMethodCallExpression(MethodCallExpressionContext ctx) {}
728
-
729
- /// The default implementation does nothing.
730
- @override
731
- void exitMethodCallExpression(MethodCallExpressionContext ctx) {}
732
-
733
- /// The default implementation does nothing.
734
- @override
735
- void enterBitNotExpression(BitNotExpressionContext ctx) {}
736
-
737
- /// The default implementation does nothing.
738
- @override
739
- void exitBitNotExpression(BitNotExpressionContext ctx) {}
740
-
741
- /// The default implementation does nothing.
742
- @override
743
- void enterArth2Expression(Arth2ExpressionContext ctx) {}
744
-
745
- /// The default implementation does nothing.
746
- @override
747
- void exitArth2Expression(Arth2ExpressionContext ctx) {}
748
-
749
- /// The default implementation does nothing.
750
- @override
751
- void enterLogAndExpression(LogAndExpressionContext ctx) {}
752
-
753
- /// The default implementation does nothing.
754
- @override
755
- void exitLogAndExpression(LogAndExpressionContext ctx) {}
756
-
757
- /// The default implementation does nothing.
758
- @override
759
- void enterCastExpression(CastExpressionContext ctx) {}
760
-
761
- /// The default implementation does nothing.
762
- @override
763
- void exitCastExpression(CastExpressionContext ctx) {}
764
-
765
- /// The default implementation does nothing.
766
- @override
767
- void enterBitAndExpression(BitAndExpressionContext ctx) {}
768
-
769
- /// The default implementation does nothing.
770
- @override
771
- void exitBitAndExpression(BitAndExpressionContext ctx) {}
772
-
773
- /// The default implementation does nothing.
774
- @override
775
- void enterCmpExpression(CmpExpressionContext ctx) {}
776
-
777
- /// The default implementation does nothing.
778
- @override
779
- void exitCmpExpression(CmpExpressionContext ctx) {}
780
-
781
- /// The default implementation does nothing.
782
- @override
783
- void enterBitExpression(BitExpressionContext ctx) {}
784
-
785
- /// The default implementation does nothing.
786
- @override
787
- void exitBitExpression(BitExpressionContext ctx) {}
788
-
789
- /// The default implementation does nothing.
790
- @override
791
- void enterLogOrExpression(LogOrExpressionContext ctx) {}
792
-
793
- /// The default implementation does nothing.
794
- @override
795
- void exitLogOrExpression(LogOrExpressionContext ctx) {}
796
-
797
- /// The default implementation does nothing.
798
- @override
799
- void enterCondExpression(CondExpressionContext ctx) {}
800
-
801
- /// The default implementation does nothing.
802
- @override
803
- void exitCondExpression(CondExpressionContext ctx) {}
804
-
805
- /// The default implementation does nothing.
806
- @override
807
- void enterEqualityExpression(EqualityExpressionContext ctx) {}
808
-
809
- /// The default implementation does nothing.
810
- @override
811
- void exitEqualityExpression(EqualityExpressionContext ctx) {}
812
-
813
- /// The default implementation does nothing.
814
- @override
815
- void enterPostOpExpression(PostOpExpressionContext ctx) {}
816
-
817
- /// The default implementation does nothing.
818
- @override
819
- void exitPostOpExpression(PostOpExpressionContext ctx) {}
820
-
821
- /// The default implementation does nothing.
822
- @override
823
- void enterNegExpression(NegExpressionContext ctx) {}
824
-
825
- /// The default implementation does nothing.
826
- @override
827
- void exitNegExpression(NegExpressionContext ctx) {}
828
-
829
- /// The default implementation does nothing.
830
- @override
831
- void enterPreOpExpression(PreOpExpressionContext ctx) {}
832
-
833
- /// The default implementation does nothing.
834
- @override
835
- void exitPreOpExpression(PreOpExpressionContext ctx) {}
836
-
837
- /// The default implementation does nothing.
838
- @override
839
- void enterInstanceOfExpression(InstanceOfExpressionContext ctx) {}
840
-
841
- /// The default implementation does nothing.
842
- @override
843
- void exitInstanceOfExpression(InstanceOfExpressionContext ctx) {}
844
-
845
- /// The default implementation does nothing.
846
- @override
847
- void enterSubPrimary(SubPrimaryContext ctx) {}
848
-
849
- /// The default implementation does nothing.
850
- @override
851
- void exitSubPrimary(SubPrimaryContext ctx) {}
852
-
853
- /// The default implementation does nothing.
854
- @override
855
- void enterThisPrimary(ThisPrimaryContext ctx) {}
856
-
857
- /// The default implementation does nothing.
858
- @override
859
- void exitThisPrimary(ThisPrimaryContext ctx) {}
860
-
861
- /// The default implementation does nothing.
862
- @override
863
- void enterSuperPrimary(SuperPrimaryContext ctx) {}
864
-
865
- /// The default implementation does nothing.
866
- @override
867
- void exitSuperPrimary(SuperPrimaryContext ctx) {}
868
-
869
- /// The default implementation does nothing.
870
- @override
871
- void enterLiteralPrimary(LiteralPrimaryContext ctx) {}
872
-
873
- /// The default implementation does nothing.
874
- @override
875
- void exitLiteralPrimary(LiteralPrimaryContext ctx) {}
876
-
877
- /// The default implementation does nothing.
878
- @override
879
- void enterTypeRefPrimary(TypeRefPrimaryContext ctx) {}
880
-
881
- /// The default implementation does nothing.
882
- @override
883
- void exitTypeRefPrimary(TypeRefPrimaryContext ctx) {}
884
-
885
- /// The default implementation does nothing.
886
- @override
887
- void enterIdPrimary(IdPrimaryContext ctx) {}
888
-
889
- /// The default implementation does nothing.
890
- @override
891
- void exitIdPrimary(IdPrimaryContext ctx) {}
892
-
893
- /// The default implementation does nothing.
894
- @override
895
- void enterSoqlPrimary(SoqlPrimaryContext ctx) {}
896
-
897
- /// The default implementation does nothing.
898
- @override
899
- void exitSoqlPrimary(SoqlPrimaryContext ctx) {}
900
-
901
- /// The default implementation does nothing.
902
- @override
903
- void enterMethodCall(MethodCallContext ctx) {}
904
-
905
- /// The default implementation does nothing.
906
- @override
907
- void exitMethodCall(MethodCallContext ctx) {}
908
-
909
- /// The default implementation does nothing.
910
- @override
911
- void enterDotMethodCall(DotMethodCallContext ctx) {}
912
-
913
- /// The default implementation does nothing.
914
- @override
915
- void exitDotMethodCall(DotMethodCallContext ctx) {}
916
-
917
- /// The default implementation does nothing.
918
- @override
919
- void enterCreator(CreatorContext ctx) {}
920
-
921
- /// The default implementation does nothing.
922
- @override
923
- void exitCreator(CreatorContext ctx) {}
924
-
925
- /// The default implementation does nothing.
926
- @override
927
- void enterCreatedName(CreatedNameContext ctx) {}
928
-
929
- /// The default implementation does nothing.
930
- @override
931
- void exitCreatedName(CreatedNameContext ctx) {}
932
-
933
- /// The default implementation does nothing.
934
- @override
935
- void enterIdCreatedNamePair(IdCreatedNamePairContext ctx) {}
936
-
937
- /// The default implementation does nothing.
938
- @override
939
- void exitIdCreatedNamePair(IdCreatedNamePairContext ctx) {}
940
-
941
- /// The default implementation does nothing.
942
- @override
943
- void enterNoRest(NoRestContext ctx) {}
944
-
945
- /// The default implementation does nothing.
946
- @override
947
- void exitNoRest(NoRestContext ctx) {}
948
-
949
- /// The default implementation does nothing.
950
- @override
951
- void enterClassCreatorRest(ClassCreatorRestContext ctx) {}
952
-
953
- /// The default implementation does nothing.
954
- @override
955
- void exitClassCreatorRest(ClassCreatorRestContext ctx) {}
956
-
957
- /// The default implementation does nothing.
958
- @override
959
- void enterArrayCreatorRest(ArrayCreatorRestContext ctx) {}
960
-
961
- /// The default implementation does nothing.
962
- @override
963
- void exitArrayCreatorRest(ArrayCreatorRestContext ctx) {}
964
-
965
- /// The default implementation does nothing.
966
- @override
967
- void enterMapCreatorRest(MapCreatorRestContext ctx) {}
968
-
969
- /// The default implementation does nothing.
970
- @override
971
- void exitMapCreatorRest(MapCreatorRestContext ctx) {}
972
-
973
- /// The default implementation does nothing.
974
- @override
975
- void enterMapCreatorRestPair(MapCreatorRestPairContext ctx) {}
976
-
977
- /// The default implementation does nothing.
978
- @override
979
- void exitMapCreatorRestPair(MapCreatorRestPairContext ctx) {}
980
-
981
- /// The default implementation does nothing.
982
- @override
983
- void enterSetCreatorRest(SetCreatorRestContext ctx) {}
984
-
985
- /// The default implementation does nothing.
986
- @override
987
- void exitSetCreatorRest(SetCreatorRestContext ctx) {}
988
-
989
- /// The default implementation does nothing.
990
- @override
991
- void enterArguments(ArgumentsContext ctx) {}
992
-
993
- /// The default implementation does nothing.
994
- @override
995
- void exitArguments(ArgumentsContext ctx) {}
996
-
997
- /// The default implementation does nothing.
998
- @override
999
- void enterSoqlLiteral(SoqlLiteralContext ctx) {}
1000
-
1001
- /// The default implementation does nothing.
1002
- @override
1003
- void exitSoqlLiteral(SoqlLiteralContext ctx) {}
1004
-
1005
- /// The default implementation does nothing.
1006
- @override
1007
- void enterId(IdContext ctx) {}
1008
-
1009
- /// The default implementation does nothing.
1010
- @override
1011
- void exitId(IdContext ctx) {}
1012
-
1013
- /// The default implementation does nothing.
1014
- @override
1015
- void enterAnyId(AnyIdContext ctx) {}
1016
-
1017
- /// The default implementation does nothing.
1018
- @override
1019
- void exitAnyId(AnyIdContext ctx) {}
1020
-
1021
- /// The default implementation does nothing.
1022
- @override
1023
- void enterEveryRule(ParserRuleContext ctx) {}
1024
-
1025
- /// The default implementation does nothing.
1026
- @override
1027
- void exitEveryRule(ParserRuleContext ctx) {}
1028
-
1029
- /// The default implementation does nothing.
1030
- @override
1031
- void visitTerminal(TerminalNode node) {}
1032
-
1033
- /// The default implementation does nothing.
1034
- @override
1035
- void visitErrorNode(ErrorNode node) {}
1036
- }