@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.
- package/__tests__/end-to-end.test.ts +256 -0
- package/coverage/clover.xml +12857 -0
- package/coverage/coverage-final.json +3 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +126 -0
- package/coverage/lcov-report/index.js.html +104 -0
- package/coverage/lcov-report/out.js.html +41126 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +24801 -0
- package/index.d.ts +118 -0
- package/index.js +8 -0
- package/index.ts +141 -0
- package/jest.config.js +11 -0
- package/out.js +13708 -0
- package/package.json +22 -17
- package/tsconfig.json +5 -3
- package/.idea/apexdocs-dart.iml +0 -18
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/libraries/Dart_Packages.xml +0 -556
- package/.idea/libraries/Dart_SDK.xml +0 -28
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/runConfigurations/_template__of_Dart_Test.xml +0 -6
- package/.idea/vcs.xml +0 -6
- package/CHANGELOG.md +0 -3
- package/README.md +0 -26
- package/TODO.md +0 -5
- package/analysis_options.yaml +0 -30
- package/antlr4-4.9.2/CHANGELOG.md +0 -4
- package/antlr4-4.9.2/LICENSE +0 -52
- package/antlr4-4.9.2/README.md +0 -11
- package/antlr4-4.9.2/analysis_options.yaml +0 -1
- package/antlr4-4.9.2/lib/antlr4.dart +0 -21
- package/antlr4-4.9.2/lib/src/atn/atn.dart +0 -18
- package/antlr4-4.9.2/lib/src/atn/src/atn.dart +0 -170
- package/antlr4-4.9.2/lib/src/atn/src/atn_config.dart +0 -242
- package/antlr4-4.9.2/lib/src/atn/src/atn_config_set.dart +0 -283
- package/antlr4-4.9.2/lib/src/atn/src/atn_deserializer.dart +0 -809
- package/antlr4-4.9.2/lib/src/atn/src/atn_simulator.dart +0 -95
- package/antlr4-4.9.2/lib/src/atn/src/atn_state.dart +0 -296
- package/antlr4-4.9.2/lib/src/atn/src/atn_type.dart +0 -14
- package/antlr4-4.9.2/lib/src/atn/src/info.dart +0 -553
- package/antlr4-4.9.2/lib/src/atn/src/lexer_action.dart +0 -601
- package/antlr4-4.9.2/lib/src/atn/src/lexer_action_executor.dart +0 -167
- package/antlr4-4.9.2/lib/src/atn/src/lexer_atn_simulator.dart +0 -731
- package/antlr4-4.9.2/lib/src/atn/src/parser_atn_simulator.dart +0 -2630
- package/antlr4-4.9.2/lib/src/atn/src/profiling_atn_simulator.dart +0 -229
- package/antlr4-4.9.2/lib/src/atn/src/semantic_context.dart +0 -404
- package/antlr4-4.9.2/lib/src/atn/src/transition.dart +0 -305
- package/antlr4-4.9.2/lib/src/dfa/dfa.dart +0 -8
- package/antlr4-4.9.2/lib/src/dfa/src/dfa.dart +0 -138
- package/antlr4-4.9.2/lib/src/dfa/src/dfa_serializer.dart +0 -76
- package/antlr4-4.9.2/lib/src/dfa/src/dfa_state.dart +0 -151
- package/antlr4-4.9.2/lib/src/error/error.dart +0 -10
- package/antlr4-4.9.2/lib/src/error/src/diagnostic_error_listener.dart +0 -116
- package/antlr4-4.9.2/lib/src/error/src/error_listener.dart +0 -241
- package/antlr4-4.9.2/lib/src/error/src/error_strategy.dart +0 -902
- package/antlr4-4.9.2/lib/src/error/src/errors.dart +0 -204
- package/antlr4-4.9.2/lib/src/input_stream.dart +0 -335
- package/antlr4-4.9.2/lib/src/interval_set.dart +0 -735
- package/antlr4-4.9.2/lib/src/lexer.dart +0 -343
- package/antlr4-4.9.2/lib/src/ll1_analyzer.dart +0 -204
- package/antlr4-4.9.2/lib/src/misc/multi_map.dart +0 -32
- package/antlr4-4.9.2/lib/src/misc/pair.dart +0 -34
- package/antlr4-4.9.2/lib/src/parser.dart +0 -777
- package/antlr4-4.9.2/lib/src/parser_interpreter.dart +0 -393
- package/antlr4-4.9.2/lib/src/parser_rule_context.dart +0 -275
- package/antlr4-4.9.2/lib/src/prediction_context.dart +0 -877
- package/antlr4-4.9.2/lib/src/recognizer.dart +0 -182
- package/antlr4-4.9.2/lib/src/rule_context.dart +0 -192
- package/antlr4-4.9.2/lib/src/runtime_meta_data.dart +0 -188
- package/antlr4-4.9.2/lib/src/token.dart +0 -431
- package/antlr4-4.9.2/lib/src/token_factory.dart +0 -88
- package/antlr4-4.9.2/lib/src/token_source.dart +0 -241
- package/antlr4-4.9.2/lib/src/token_stream.dart +0 -627
- package/antlr4-4.9.2/lib/src/tree/src/pattern/chunk.dart +0 -90
- package/antlr4-4.9.2/lib/src/tree/src/pattern/parse_tree_match.dart +0 -635
- package/antlr4-4.9.2/lib/src/tree/src/tree.dart +0 -370
- package/antlr4-4.9.2/lib/src/tree/src/trees.dart +0 -226
- package/antlr4-4.9.2/lib/src/tree/tree.dart +0 -10
- package/antlr4-4.9.2/lib/src/util/bit_set.dart +0 -308
- package/antlr4-4.9.2/lib/src/util/murmur_hash.dart +0 -77
- package/antlr4-4.9.2/lib/src/util/utils.dart +0 -31
- package/antlr4-4.9.2/lib/src/vocabulary.dart +0 -254
- package/antlr4-4.9.2/pubspec.yaml +0 -13
- package/example/node_example/index.js +0 -8
- package/example/node_example/package.json +0 -12
- package/example/node_example_ts/package-lock.json +0 -70
- package/example/node_example_ts/package.json +0 -19
- package/example/node_example_ts/src/index.js +0 -5
- package/example/node_example_ts/src/index.ts +0 -9
- package/example/node_example_ts/tsconfig.json +0 -79
- package/js/dart2jsout.js +0 -25898
- package/js/dart2jsout.js.map +0 -16
- package/js/index.d.ts +0 -1
- package/js/index.js +0 -4
- package/js/out.js +0 -26023
- package/js/out.js.map +0 -16
- package/js/package-lock.json +0 -57
- package/js/preamble.js +0 -125
- package/lib/apexdocs_dart.dart +0 -28
- package/lib/src/antlr/grammars/Apexdoc/ApexdocLexer.g4 +0 -120
- package/lib/src/antlr/grammars/Apexdoc/ApexdocParser.g4 +0 -158
- package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.interp +0 -95
- package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.java +0 -238
- package/lib/src/antlr/grammars/Apexdoc/gen/ApexdocLexer.tokens +0 -23
- package/lib/src/antlr/grammars/apex/ApexLexer.g4 +0 -255
- package/lib/src/antlr/grammars/apex/ApexParser.g4 +0 -567
- package/lib/src/antlr/grammars/apex/examples/ApexClass.cls +0 -6
- package/lib/src/antlr/lib/apex/ApexLexer.dart +0 -1223
- package/lib/src/antlr/lib/apex/ApexLexer.interp +0 -393
- package/lib/src/antlr/lib/apex/ApexLexer.tokens +0 -212
- package/lib/src/antlr/lib/apex/ApexParser.dart +0 -9349
- package/lib/src/antlr/lib/apex/ApexParser.interp +0 -326
- package/lib/src/antlr/lib/apex/ApexParser.tokens +0 -212
- package/lib/src/antlr/lib/apex/ApexParserBaseListener.dart +0 -1036
- package/lib/src/antlr/lib/apex/ApexParserListener.dart +0 -975
- package/lib/src/antlr/lib/apexdoc/ApexdocLexer.dart +0 -373
- package/lib/src/antlr/lib/apexdoc/ApexdocLexer.interp +0 -95
- package/lib/src/antlr/lib/apexdoc/ApexdocLexer.tokens +0 -23
- package/lib/src/antlr/lib/apexdoc/ApexdocParser.dart +0 -2471
- package/lib/src/antlr/lib/apexdoc/ApexdocParser.interp +0 -69
- package/lib/src/antlr/lib/apexdoc/ApexdocParser.tokens +0 -23
- package/lib/src/antlr/lib/apexdoc/ApexdocParserBaseListener.dart +0 -252
- package/lib/src/antlr/lib/apexdoc/ApexdocParserListener.dart +0 -215
- package/lib/src/builders/builders.dart +0 -32
- package/lib/src/model/apex_file_manifest.dart +0 -37
- package/lib/src/model/apex_file_manifest.g.dart +0 -18
- package/lib/src/model/declaration.dart +0 -50
- package/lib/src/model/doc_comment.dart +0 -117
- package/lib/src/model/doc_comment.g.dart +0 -118
- package/lib/src/model/members.dart +0 -143
- package/lib/src/model/members.g.dart +0 -105
- package/lib/src/model/types.dart +0 -159
- package/lib/src/model/types.g.dart +0 -111
- package/lib/src/service/apex_listener.dart +0 -226
- package/lib/src/service/apexdoc_listener.dart +0 -82
- package/lib/src/service/parsers.dart +0 -33
- package/lib/src/service/utils/parsing/access_modifiers_parser.dart +0 -33
- package/lib/src/service/utils/parsing/parameters_parser.dart +0 -18
- package/lib/src/service/utils/parsing/parsing_utils.dart +0 -2
- package/lib/src/service/walker.dart +0 -82
- package/pubspec.yaml +0 -19
- package/test/apex_file_manifest_test.dart +0 -16
- package/test/apex_listener_test.dart +0 -703
- package/test/apexdoc_parser_test.dart +0 -179
- package/test/doc_comment_test.dart +0 -89
- package/test/members_serialization_test.dart +0 -158
- package/test/members_test.dart +0 -178
- package/test/types_serialization_test.dart +0 -191
- package/test/types_test.dart +0 -311
- package/test/walker_test.dart +0 -58
- package/tool/grind.dart +0 -20
|
@@ -1,975 +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
|
-
|
|
7
|
-
/// This abstract class defines a complete listener for a parse tree produced by
|
|
8
|
-
/// [ApexParser].
|
|
9
|
-
abstract class ApexParserListener extends ParseTreeListener {
|
|
10
|
-
/// Enter a parse tree produced by [ApexParser.triggerUnit].
|
|
11
|
-
/// [ctx] the parse tree
|
|
12
|
-
void enterTriggerUnit(TriggerUnitContext ctx);
|
|
13
|
-
/// Exit a parse tree produced by [ApexParser.triggerUnit].
|
|
14
|
-
/// [ctx] the parse tree
|
|
15
|
-
void exitTriggerUnit(TriggerUnitContext ctx);
|
|
16
|
-
|
|
17
|
-
/// Enter a parse tree produced by [ApexParser.triggerCase].
|
|
18
|
-
/// [ctx] the parse tree
|
|
19
|
-
void enterTriggerCase(TriggerCaseContext ctx);
|
|
20
|
-
/// Exit a parse tree produced by [ApexParser.triggerCase].
|
|
21
|
-
/// [ctx] the parse tree
|
|
22
|
-
void exitTriggerCase(TriggerCaseContext ctx);
|
|
23
|
-
|
|
24
|
-
/// Enter a parse tree produced by [ApexParser.compilationUnit].
|
|
25
|
-
/// [ctx] the parse tree
|
|
26
|
-
void enterCompilationUnit(CompilationUnitContext ctx);
|
|
27
|
-
/// Exit a parse tree produced by [ApexParser.compilationUnit].
|
|
28
|
-
/// [ctx] the parse tree
|
|
29
|
-
void exitCompilationUnit(CompilationUnitContext ctx);
|
|
30
|
-
|
|
31
|
-
/// Enter a parse tree produced by the [TypeClassDeclaration]
|
|
32
|
-
/// labeled alternative in [file.parserName>.typeDeclaration].
|
|
33
|
-
/// [ctx] the parse tree
|
|
34
|
-
void enterTypeClassDeclaration(TypeClassDeclarationContext ctx);
|
|
35
|
-
/// Exit a parse tree produced by the [TypeClassDeclaration]
|
|
36
|
-
/// labeled alternative in [ApexParser.typeDeclaration].
|
|
37
|
-
/// [ctx] the parse tree
|
|
38
|
-
void exitTypeClassDeclaration(TypeClassDeclarationContext ctx);
|
|
39
|
-
|
|
40
|
-
/// Enter a parse tree produced by the [TypeEnumDeclaration]
|
|
41
|
-
/// labeled alternative in [file.parserName>.typeDeclaration].
|
|
42
|
-
/// [ctx] the parse tree
|
|
43
|
-
void enterTypeEnumDeclaration(TypeEnumDeclarationContext ctx);
|
|
44
|
-
/// Exit a parse tree produced by the [TypeEnumDeclaration]
|
|
45
|
-
/// labeled alternative in [ApexParser.typeDeclaration].
|
|
46
|
-
/// [ctx] the parse tree
|
|
47
|
-
void exitTypeEnumDeclaration(TypeEnumDeclarationContext ctx);
|
|
48
|
-
|
|
49
|
-
/// Enter a parse tree produced by the [TypeInterfaceDeclaration]
|
|
50
|
-
/// labeled alternative in [file.parserName>.typeDeclaration].
|
|
51
|
-
/// [ctx] the parse tree
|
|
52
|
-
void enterTypeInterfaceDeclaration(TypeInterfaceDeclarationContext ctx);
|
|
53
|
-
/// Exit a parse tree produced by the [TypeInterfaceDeclaration]
|
|
54
|
-
/// labeled alternative in [ApexParser.typeDeclaration].
|
|
55
|
-
/// [ctx] the parse tree
|
|
56
|
-
void exitTypeInterfaceDeclaration(TypeInterfaceDeclarationContext ctx);
|
|
57
|
-
|
|
58
|
-
/// Enter a parse tree produced by [ApexParser.classDeclaration].
|
|
59
|
-
/// [ctx] the parse tree
|
|
60
|
-
void enterClassDeclaration(ClassDeclarationContext ctx);
|
|
61
|
-
/// Exit a parse tree produced by [ApexParser.classDeclaration].
|
|
62
|
-
/// [ctx] the parse tree
|
|
63
|
-
void exitClassDeclaration(ClassDeclarationContext ctx);
|
|
64
|
-
|
|
65
|
-
/// Enter a parse tree produced by [ApexParser.enumDeclaration].
|
|
66
|
-
/// [ctx] the parse tree
|
|
67
|
-
void enterEnumDeclaration(EnumDeclarationContext ctx);
|
|
68
|
-
/// Exit a parse tree produced by [ApexParser.enumDeclaration].
|
|
69
|
-
/// [ctx] the parse tree
|
|
70
|
-
void exitEnumDeclaration(EnumDeclarationContext ctx);
|
|
71
|
-
|
|
72
|
-
/// Enter a parse tree produced by [ApexParser.enumConstants].
|
|
73
|
-
/// [ctx] the parse tree
|
|
74
|
-
void enterEnumConstants(EnumConstantsContext ctx);
|
|
75
|
-
/// Exit a parse tree produced by [ApexParser.enumConstants].
|
|
76
|
-
/// [ctx] the parse tree
|
|
77
|
-
void exitEnumConstants(EnumConstantsContext ctx);
|
|
78
|
-
|
|
79
|
-
/// Enter a parse tree produced by [ApexParser.interfaceDeclaration].
|
|
80
|
-
/// [ctx] the parse tree
|
|
81
|
-
void enterInterfaceDeclaration(InterfaceDeclarationContext ctx);
|
|
82
|
-
/// Exit a parse tree produced by [ApexParser.interfaceDeclaration].
|
|
83
|
-
/// [ctx] the parse tree
|
|
84
|
-
void exitInterfaceDeclaration(InterfaceDeclarationContext ctx);
|
|
85
|
-
|
|
86
|
-
/// Enter a parse tree produced by [ApexParser.typeList].
|
|
87
|
-
/// [ctx] the parse tree
|
|
88
|
-
void enterTypeList(TypeListContext ctx);
|
|
89
|
-
/// Exit a parse tree produced by [ApexParser.typeList].
|
|
90
|
-
/// [ctx] the parse tree
|
|
91
|
-
void exitTypeList(TypeListContext ctx);
|
|
92
|
-
|
|
93
|
-
/// Enter a parse tree produced by [ApexParser.classBody].
|
|
94
|
-
/// [ctx] the parse tree
|
|
95
|
-
void enterClassBody(ClassBodyContext ctx);
|
|
96
|
-
/// Exit a parse tree produced by [ApexParser.classBody].
|
|
97
|
-
/// [ctx] the parse tree
|
|
98
|
-
void exitClassBody(ClassBodyContext ctx);
|
|
99
|
-
|
|
100
|
-
/// Enter a parse tree produced by [ApexParser.interfaceBody].
|
|
101
|
-
/// [ctx] the parse tree
|
|
102
|
-
void enterInterfaceBody(InterfaceBodyContext ctx);
|
|
103
|
-
/// Exit a parse tree produced by [ApexParser.interfaceBody].
|
|
104
|
-
/// [ctx] the parse tree
|
|
105
|
-
void exitInterfaceBody(InterfaceBodyContext ctx);
|
|
106
|
-
|
|
107
|
-
/// Enter a parse tree produced by the [EmptyClassBodyDeclaration]
|
|
108
|
-
/// labeled alternative in [file.parserName>.classBodyDeclaration].
|
|
109
|
-
/// [ctx] the parse tree
|
|
110
|
-
void enterEmptyClassBodyDeclaration(EmptyClassBodyDeclarationContext ctx);
|
|
111
|
-
/// Exit a parse tree produced by the [EmptyClassBodyDeclaration]
|
|
112
|
-
/// labeled alternative in [ApexParser.classBodyDeclaration].
|
|
113
|
-
/// [ctx] the parse tree
|
|
114
|
-
void exitEmptyClassBodyDeclaration(EmptyClassBodyDeclarationContext ctx);
|
|
115
|
-
|
|
116
|
-
/// Enter a parse tree produced by the [StaticBlockClassBodyDeclaration]
|
|
117
|
-
/// labeled alternative in [file.parserName>.classBodyDeclaration].
|
|
118
|
-
/// [ctx] the parse tree
|
|
119
|
-
void enterStaticBlockClassBodyDeclaration(StaticBlockClassBodyDeclarationContext ctx);
|
|
120
|
-
/// Exit a parse tree produced by the [StaticBlockClassBodyDeclaration]
|
|
121
|
-
/// labeled alternative in [ApexParser.classBodyDeclaration].
|
|
122
|
-
/// [ctx] the parse tree
|
|
123
|
-
void exitStaticBlockClassBodyDeclaration(StaticBlockClassBodyDeclarationContext ctx);
|
|
124
|
-
|
|
125
|
-
/// Enter a parse tree produced by the [MemberClassBodyDeclaration]
|
|
126
|
-
/// labeled alternative in [file.parserName>.classBodyDeclaration].
|
|
127
|
-
/// [ctx] the parse tree
|
|
128
|
-
void enterMemberClassBodyDeclaration(MemberClassBodyDeclarationContext ctx);
|
|
129
|
-
/// Exit a parse tree produced by the [MemberClassBodyDeclaration]
|
|
130
|
-
/// labeled alternative in [ApexParser.classBodyDeclaration].
|
|
131
|
-
/// [ctx] the parse tree
|
|
132
|
-
void exitMemberClassBodyDeclaration(MemberClassBodyDeclarationContext ctx);
|
|
133
|
-
|
|
134
|
-
/// Enter a parse tree produced by [ApexParser.modifier].
|
|
135
|
-
/// [ctx] the parse tree
|
|
136
|
-
void enterModifier(ModifierContext ctx);
|
|
137
|
-
/// Exit a parse tree produced by [ApexParser.modifier].
|
|
138
|
-
/// [ctx] the parse tree
|
|
139
|
-
void exitModifier(ModifierContext ctx);
|
|
140
|
-
|
|
141
|
-
/// Enter a parse tree produced by the [MethodMemberDeclaration]
|
|
142
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
143
|
-
/// [ctx] the parse tree
|
|
144
|
-
void enterMethodMemberDeclaration(MethodMemberDeclarationContext ctx);
|
|
145
|
-
/// Exit a parse tree produced by the [MethodMemberDeclaration]
|
|
146
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
147
|
-
/// [ctx] the parse tree
|
|
148
|
-
void exitMethodMemberDeclaration(MethodMemberDeclarationContext ctx);
|
|
149
|
-
|
|
150
|
-
/// Enter a parse tree produced by the [FieldMemberDeclaration]
|
|
151
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
152
|
-
/// [ctx] the parse tree
|
|
153
|
-
void enterFieldMemberDeclaration(FieldMemberDeclarationContext ctx);
|
|
154
|
-
/// Exit a parse tree produced by the [FieldMemberDeclaration]
|
|
155
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
156
|
-
/// [ctx] the parse tree
|
|
157
|
-
void exitFieldMemberDeclaration(FieldMemberDeclarationContext ctx);
|
|
158
|
-
|
|
159
|
-
/// Enter a parse tree produced by the [ConstructorMemberDeclaration]
|
|
160
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
161
|
-
/// [ctx] the parse tree
|
|
162
|
-
void enterConstructorMemberDeclaration(ConstructorMemberDeclarationContext ctx);
|
|
163
|
-
/// Exit a parse tree produced by the [ConstructorMemberDeclaration]
|
|
164
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
165
|
-
/// [ctx] the parse tree
|
|
166
|
-
void exitConstructorMemberDeclaration(ConstructorMemberDeclarationContext ctx);
|
|
167
|
-
|
|
168
|
-
/// Enter a parse tree produced by the [InterfaceMemberDeclaration]
|
|
169
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
170
|
-
/// [ctx] the parse tree
|
|
171
|
-
void enterInterfaceMemberDeclaration(InterfaceMemberDeclarationContext ctx);
|
|
172
|
-
/// Exit a parse tree produced by the [InterfaceMemberDeclaration]
|
|
173
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
174
|
-
/// [ctx] the parse tree
|
|
175
|
-
void exitInterfaceMemberDeclaration(InterfaceMemberDeclarationContext ctx);
|
|
176
|
-
|
|
177
|
-
/// Enter a parse tree produced by the [ClassMemberDeclaration]
|
|
178
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
179
|
-
/// [ctx] the parse tree
|
|
180
|
-
void enterClassMemberDeclaration(ClassMemberDeclarationContext ctx);
|
|
181
|
-
/// Exit a parse tree produced by the [ClassMemberDeclaration]
|
|
182
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
183
|
-
/// [ctx] the parse tree
|
|
184
|
-
void exitClassMemberDeclaration(ClassMemberDeclarationContext ctx);
|
|
185
|
-
|
|
186
|
-
/// Enter a parse tree produced by the [EnumMemberDeclaration]
|
|
187
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
188
|
-
/// [ctx] the parse tree
|
|
189
|
-
void enterEnumMemberDeclaration(EnumMemberDeclarationContext ctx);
|
|
190
|
-
/// Exit a parse tree produced by the [EnumMemberDeclaration]
|
|
191
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
192
|
-
/// [ctx] the parse tree
|
|
193
|
-
void exitEnumMemberDeclaration(EnumMemberDeclarationContext ctx);
|
|
194
|
-
|
|
195
|
-
/// Enter a parse tree produced by the [PropertyMemberDeclaration]
|
|
196
|
-
/// labeled alternative in [file.parserName>.memberDeclaration].
|
|
197
|
-
/// [ctx] the parse tree
|
|
198
|
-
void enterPropertyMemberDeclaration(PropertyMemberDeclarationContext ctx);
|
|
199
|
-
/// Exit a parse tree produced by the [PropertyMemberDeclaration]
|
|
200
|
-
/// labeled alternative in [ApexParser.memberDeclaration].
|
|
201
|
-
/// [ctx] the parse tree
|
|
202
|
-
void exitPropertyMemberDeclaration(PropertyMemberDeclarationContext ctx);
|
|
203
|
-
|
|
204
|
-
/// Enter a parse tree produced by [ApexParser.methodDeclaration].
|
|
205
|
-
/// [ctx] the parse tree
|
|
206
|
-
void enterMethodDeclaration(MethodDeclarationContext ctx);
|
|
207
|
-
/// Exit a parse tree produced by [ApexParser.methodDeclaration].
|
|
208
|
-
/// [ctx] the parse tree
|
|
209
|
-
void exitMethodDeclaration(MethodDeclarationContext ctx);
|
|
210
|
-
|
|
211
|
-
/// Enter a parse tree produced by [ApexParser.constructorDeclaration].
|
|
212
|
-
/// [ctx] the parse tree
|
|
213
|
-
void enterConstructorDeclaration(ConstructorDeclarationContext ctx);
|
|
214
|
-
/// Exit a parse tree produced by [ApexParser.constructorDeclaration].
|
|
215
|
-
/// [ctx] the parse tree
|
|
216
|
-
void exitConstructorDeclaration(ConstructorDeclarationContext ctx);
|
|
217
|
-
|
|
218
|
-
/// Enter a parse tree produced by [ApexParser.fieldDeclaration].
|
|
219
|
-
/// [ctx] the parse tree
|
|
220
|
-
void enterFieldDeclaration(FieldDeclarationContext ctx);
|
|
221
|
-
/// Exit a parse tree produced by [ApexParser.fieldDeclaration].
|
|
222
|
-
/// [ctx] the parse tree
|
|
223
|
-
void exitFieldDeclaration(FieldDeclarationContext ctx);
|
|
224
|
-
|
|
225
|
-
/// Enter a parse tree produced by [ApexParser.propertyDeclaration].
|
|
226
|
-
/// [ctx] the parse tree
|
|
227
|
-
void enterPropertyDeclaration(PropertyDeclarationContext ctx);
|
|
228
|
-
/// Exit a parse tree produced by [ApexParser.propertyDeclaration].
|
|
229
|
-
/// [ctx] the parse tree
|
|
230
|
-
void exitPropertyDeclaration(PropertyDeclarationContext ctx);
|
|
231
|
-
|
|
232
|
-
/// Enter a parse tree produced by [ApexParser.interfaceMethodDeclaration].
|
|
233
|
-
/// [ctx] the parse tree
|
|
234
|
-
void enterInterfaceMethodDeclaration(InterfaceMethodDeclarationContext ctx);
|
|
235
|
-
/// Exit a parse tree produced by [ApexParser.interfaceMethodDeclaration].
|
|
236
|
-
/// [ctx] the parse tree
|
|
237
|
-
void exitInterfaceMethodDeclaration(InterfaceMethodDeclarationContext ctx);
|
|
238
|
-
|
|
239
|
-
/// Enter a parse tree produced by [ApexParser.variableDeclarators].
|
|
240
|
-
/// [ctx] the parse tree
|
|
241
|
-
void enterVariableDeclarators(VariableDeclaratorsContext ctx);
|
|
242
|
-
/// Exit a parse tree produced by [ApexParser.variableDeclarators].
|
|
243
|
-
/// [ctx] the parse tree
|
|
244
|
-
void exitVariableDeclarators(VariableDeclaratorsContext ctx);
|
|
245
|
-
|
|
246
|
-
/// Enter a parse tree produced by [ApexParser.variableDeclarator].
|
|
247
|
-
/// [ctx] the parse tree
|
|
248
|
-
void enterVariableDeclarator(VariableDeclaratorContext ctx);
|
|
249
|
-
/// Exit a parse tree produced by [ApexParser.variableDeclarator].
|
|
250
|
-
/// [ctx] the parse tree
|
|
251
|
-
void exitVariableDeclarator(VariableDeclaratorContext ctx);
|
|
252
|
-
|
|
253
|
-
/// Enter a parse tree produced by [ApexParser.arrayInitializer].
|
|
254
|
-
/// [ctx] the parse tree
|
|
255
|
-
void enterArrayInitializer(ArrayInitializerContext ctx);
|
|
256
|
-
/// Exit a parse tree produced by [ApexParser.arrayInitializer].
|
|
257
|
-
/// [ctx] the parse tree
|
|
258
|
-
void exitArrayInitializer(ArrayInitializerContext ctx);
|
|
259
|
-
|
|
260
|
-
/// Enter a parse tree produced by [ApexParser.typeRef].
|
|
261
|
-
/// [ctx] the parse tree
|
|
262
|
-
void enterTypeRef(TypeRefContext ctx);
|
|
263
|
-
/// Exit a parse tree produced by [ApexParser.typeRef].
|
|
264
|
-
/// [ctx] the parse tree
|
|
265
|
-
void exitTypeRef(TypeRefContext ctx);
|
|
266
|
-
|
|
267
|
-
/// Enter a parse tree produced by [ApexParser.arraySubscripts].
|
|
268
|
-
/// [ctx] the parse tree
|
|
269
|
-
void enterArraySubscripts(ArraySubscriptsContext ctx);
|
|
270
|
-
/// Exit a parse tree produced by [ApexParser.arraySubscripts].
|
|
271
|
-
/// [ctx] the parse tree
|
|
272
|
-
void exitArraySubscripts(ArraySubscriptsContext ctx);
|
|
273
|
-
|
|
274
|
-
/// Enter a parse tree produced by [ApexParser.typeName].
|
|
275
|
-
/// [ctx] the parse tree
|
|
276
|
-
void enterTypeName(TypeNameContext ctx);
|
|
277
|
-
/// Exit a parse tree produced by [ApexParser.typeName].
|
|
278
|
-
/// [ctx] the parse tree
|
|
279
|
-
void exitTypeName(TypeNameContext ctx);
|
|
280
|
-
|
|
281
|
-
/// Enter a parse tree produced by [ApexParser.typeArguments].
|
|
282
|
-
/// [ctx] the parse tree
|
|
283
|
-
void enterTypeArguments(TypeArgumentsContext ctx);
|
|
284
|
-
/// Exit a parse tree produced by [ApexParser.typeArguments].
|
|
285
|
-
/// [ctx] the parse tree
|
|
286
|
-
void exitTypeArguments(TypeArgumentsContext ctx);
|
|
287
|
-
|
|
288
|
-
/// Enter a parse tree produced by [ApexParser.formalParameters].
|
|
289
|
-
/// [ctx] the parse tree
|
|
290
|
-
void enterFormalParameters(FormalParametersContext ctx);
|
|
291
|
-
/// Exit a parse tree produced by [ApexParser.formalParameters].
|
|
292
|
-
/// [ctx] the parse tree
|
|
293
|
-
void exitFormalParameters(FormalParametersContext ctx);
|
|
294
|
-
|
|
295
|
-
/// Enter a parse tree produced by [ApexParser.formalParameterList].
|
|
296
|
-
/// [ctx] the parse tree
|
|
297
|
-
void enterFormalParameterList(FormalParameterListContext ctx);
|
|
298
|
-
/// Exit a parse tree produced by [ApexParser.formalParameterList].
|
|
299
|
-
/// [ctx] the parse tree
|
|
300
|
-
void exitFormalParameterList(FormalParameterListContext ctx);
|
|
301
|
-
|
|
302
|
-
/// Enter a parse tree produced by [ApexParser.formalParameter].
|
|
303
|
-
/// [ctx] the parse tree
|
|
304
|
-
void enterFormalParameter(FormalParameterContext ctx);
|
|
305
|
-
/// Exit a parse tree produced by [ApexParser.formalParameter].
|
|
306
|
-
/// [ctx] the parse tree
|
|
307
|
-
void exitFormalParameter(FormalParameterContext ctx);
|
|
308
|
-
|
|
309
|
-
/// Enter a parse tree produced by [ApexParser.qualifiedName].
|
|
310
|
-
/// [ctx] the parse tree
|
|
311
|
-
void enterQualifiedName(QualifiedNameContext ctx);
|
|
312
|
-
/// Exit a parse tree produced by [ApexParser.qualifiedName].
|
|
313
|
-
/// [ctx] the parse tree
|
|
314
|
-
void exitQualifiedName(QualifiedNameContext ctx);
|
|
315
|
-
|
|
316
|
-
/// Enter a parse tree produced by [ApexParser.literal].
|
|
317
|
-
/// [ctx] the parse tree
|
|
318
|
-
void enterLiteral(LiteralContext ctx);
|
|
319
|
-
/// Exit a parse tree produced by [ApexParser.literal].
|
|
320
|
-
/// [ctx] the parse tree
|
|
321
|
-
void exitLiteral(LiteralContext ctx);
|
|
322
|
-
|
|
323
|
-
/// Enter a parse tree produced by [ApexParser.annotation].
|
|
324
|
-
/// [ctx] the parse tree
|
|
325
|
-
void enterAnnotation(AnnotationContext ctx);
|
|
326
|
-
/// Exit a parse tree produced by [ApexParser.annotation].
|
|
327
|
-
/// [ctx] the parse tree
|
|
328
|
-
void exitAnnotation(AnnotationContext ctx);
|
|
329
|
-
|
|
330
|
-
/// Enter a parse tree produced by [ApexParser.elementValuePairs].
|
|
331
|
-
/// [ctx] the parse tree
|
|
332
|
-
void enterElementValuePairs(ElementValuePairsContext ctx);
|
|
333
|
-
/// Exit a parse tree produced by [ApexParser.elementValuePairs].
|
|
334
|
-
/// [ctx] the parse tree
|
|
335
|
-
void exitElementValuePairs(ElementValuePairsContext ctx);
|
|
336
|
-
|
|
337
|
-
/// Enter a parse tree produced by [ApexParser.elementValuePair].
|
|
338
|
-
/// [ctx] the parse tree
|
|
339
|
-
void enterElementValuePair(ElementValuePairContext ctx);
|
|
340
|
-
/// Exit a parse tree produced by [ApexParser.elementValuePair].
|
|
341
|
-
/// [ctx] the parse tree
|
|
342
|
-
void exitElementValuePair(ElementValuePairContext ctx);
|
|
343
|
-
|
|
344
|
-
/// Enter a parse tree produced by [ApexParser.elementValue].
|
|
345
|
-
/// [ctx] the parse tree
|
|
346
|
-
void enterElementValue(ElementValueContext ctx);
|
|
347
|
-
/// Exit a parse tree produced by [ApexParser.elementValue].
|
|
348
|
-
/// [ctx] the parse tree
|
|
349
|
-
void exitElementValue(ElementValueContext ctx);
|
|
350
|
-
|
|
351
|
-
/// Enter a parse tree produced by [ApexParser.elementValueArrayInitializer].
|
|
352
|
-
/// [ctx] the parse tree
|
|
353
|
-
void enterElementValueArrayInitializer(ElementValueArrayInitializerContext ctx);
|
|
354
|
-
/// Exit a parse tree produced by [ApexParser.elementValueArrayInitializer].
|
|
355
|
-
/// [ctx] the parse tree
|
|
356
|
-
void exitElementValueArrayInitializer(ElementValueArrayInitializerContext ctx);
|
|
357
|
-
|
|
358
|
-
/// Enter a parse tree produced by [ApexParser.block].
|
|
359
|
-
/// [ctx] the parse tree
|
|
360
|
-
void enterBlock(BlockContext ctx);
|
|
361
|
-
/// Exit a parse tree produced by [ApexParser.block].
|
|
362
|
-
/// [ctx] the parse tree
|
|
363
|
-
void exitBlock(BlockContext ctx);
|
|
364
|
-
|
|
365
|
-
/// Enter a parse tree produced by [ApexParser.localVariableDeclarationStatement].
|
|
366
|
-
/// [ctx] the parse tree
|
|
367
|
-
void enterLocalVariableDeclarationStatement(LocalVariableDeclarationStatementContext ctx);
|
|
368
|
-
/// Exit a parse tree produced by [ApexParser.localVariableDeclarationStatement].
|
|
369
|
-
/// [ctx] the parse tree
|
|
370
|
-
void exitLocalVariableDeclarationStatement(LocalVariableDeclarationStatementContext ctx);
|
|
371
|
-
|
|
372
|
-
/// Enter a parse tree produced by [ApexParser.localVariableDeclaration].
|
|
373
|
-
/// [ctx] the parse tree
|
|
374
|
-
void enterLocalVariableDeclaration(LocalVariableDeclarationContext ctx);
|
|
375
|
-
/// Exit a parse tree produced by [ApexParser.localVariableDeclaration].
|
|
376
|
-
/// [ctx] the parse tree
|
|
377
|
-
void exitLocalVariableDeclaration(LocalVariableDeclarationContext ctx);
|
|
378
|
-
|
|
379
|
-
/// Enter a parse tree produced by [ApexParser.statement].
|
|
380
|
-
/// [ctx] the parse tree
|
|
381
|
-
void enterStatement(StatementContext ctx);
|
|
382
|
-
/// Exit a parse tree produced by [ApexParser.statement].
|
|
383
|
-
/// [ctx] the parse tree
|
|
384
|
-
void exitStatement(StatementContext ctx);
|
|
385
|
-
|
|
386
|
-
/// Enter a parse tree produced by [ApexParser.ifStatement].
|
|
387
|
-
/// [ctx] the parse tree
|
|
388
|
-
void enterIfStatement(IfStatementContext ctx);
|
|
389
|
-
/// Exit a parse tree produced by [ApexParser.ifStatement].
|
|
390
|
-
/// [ctx] the parse tree
|
|
391
|
-
void exitIfStatement(IfStatementContext ctx);
|
|
392
|
-
|
|
393
|
-
/// Enter a parse tree produced by [ApexParser.switchStatement].
|
|
394
|
-
/// [ctx] the parse tree
|
|
395
|
-
void enterSwitchStatement(SwitchStatementContext ctx);
|
|
396
|
-
/// Exit a parse tree produced by [ApexParser.switchStatement].
|
|
397
|
-
/// [ctx] the parse tree
|
|
398
|
-
void exitSwitchStatement(SwitchStatementContext ctx);
|
|
399
|
-
|
|
400
|
-
/// Enter a parse tree produced by [ApexParser.whenControl].
|
|
401
|
-
/// [ctx] the parse tree
|
|
402
|
-
void enterWhenControl(WhenControlContext ctx);
|
|
403
|
-
/// Exit a parse tree produced by [ApexParser.whenControl].
|
|
404
|
-
/// [ctx] the parse tree
|
|
405
|
-
void exitWhenControl(WhenControlContext ctx);
|
|
406
|
-
|
|
407
|
-
/// Enter a parse tree produced by [ApexParser.whenValue].
|
|
408
|
-
/// [ctx] the parse tree
|
|
409
|
-
void enterWhenValue(WhenValueContext ctx);
|
|
410
|
-
/// Exit a parse tree produced by [ApexParser.whenValue].
|
|
411
|
-
/// [ctx] the parse tree
|
|
412
|
-
void exitWhenValue(WhenValueContext ctx);
|
|
413
|
-
|
|
414
|
-
/// Enter a parse tree produced by [ApexParser.whenLiteral].
|
|
415
|
-
/// [ctx] the parse tree
|
|
416
|
-
void enterWhenLiteral(WhenLiteralContext ctx);
|
|
417
|
-
/// Exit a parse tree produced by [ApexParser.whenLiteral].
|
|
418
|
-
/// [ctx] the parse tree
|
|
419
|
-
void exitWhenLiteral(WhenLiteralContext ctx);
|
|
420
|
-
|
|
421
|
-
/// Enter a parse tree produced by [ApexParser.forStatement].
|
|
422
|
-
/// [ctx] the parse tree
|
|
423
|
-
void enterForStatement(ForStatementContext ctx);
|
|
424
|
-
/// Exit a parse tree produced by [ApexParser.forStatement].
|
|
425
|
-
/// [ctx] the parse tree
|
|
426
|
-
void exitForStatement(ForStatementContext ctx);
|
|
427
|
-
|
|
428
|
-
/// Enter a parse tree produced by [ApexParser.whileStatement].
|
|
429
|
-
/// [ctx] the parse tree
|
|
430
|
-
void enterWhileStatement(WhileStatementContext ctx);
|
|
431
|
-
/// Exit a parse tree produced by [ApexParser.whileStatement].
|
|
432
|
-
/// [ctx] the parse tree
|
|
433
|
-
void exitWhileStatement(WhileStatementContext ctx);
|
|
434
|
-
|
|
435
|
-
/// Enter a parse tree produced by [ApexParser.doWhileStatement].
|
|
436
|
-
/// [ctx] the parse tree
|
|
437
|
-
void enterDoWhileStatement(DoWhileStatementContext ctx);
|
|
438
|
-
/// Exit a parse tree produced by [ApexParser.doWhileStatement].
|
|
439
|
-
/// [ctx] the parse tree
|
|
440
|
-
void exitDoWhileStatement(DoWhileStatementContext ctx);
|
|
441
|
-
|
|
442
|
-
/// Enter a parse tree produced by [ApexParser.tryStatement].
|
|
443
|
-
/// [ctx] the parse tree
|
|
444
|
-
void enterTryStatement(TryStatementContext ctx);
|
|
445
|
-
/// Exit a parse tree produced by [ApexParser.tryStatement].
|
|
446
|
-
/// [ctx] the parse tree
|
|
447
|
-
void exitTryStatement(TryStatementContext ctx);
|
|
448
|
-
|
|
449
|
-
/// Enter a parse tree produced by [ApexParser.returnStatement].
|
|
450
|
-
/// [ctx] the parse tree
|
|
451
|
-
void enterReturnStatement(ReturnStatementContext ctx);
|
|
452
|
-
/// Exit a parse tree produced by [ApexParser.returnStatement].
|
|
453
|
-
/// [ctx] the parse tree
|
|
454
|
-
void exitReturnStatement(ReturnStatementContext ctx);
|
|
455
|
-
|
|
456
|
-
/// Enter a parse tree produced by [ApexParser.throwStatement].
|
|
457
|
-
/// [ctx] the parse tree
|
|
458
|
-
void enterThrowStatement(ThrowStatementContext ctx);
|
|
459
|
-
/// Exit a parse tree produced by [ApexParser.throwStatement].
|
|
460
|
-
/// [ctx] the parse tree
|
|
461
|
-
void exitThrowStatement(ThrowStatementContext ctx);
|
|
462
|
-
|
|
463
|
-
/// Enter a parse tree produced by [ApexParser.breakStatement].
|
|
464
|
-
/// [ctx] the parse tree
|
|
465
|
-
void enterBreakStatement(BreakStatementContext ctx);
|
|
466
|
-
/// Exit a parse tree produced by [ApexParser.breakStatement].
|
|
467
|
-
/// [ctx] the parse tree
|
|
468
|
-
void exitBreakStatement(BreakStatementContext ctx);
|
|
469
|
-
|
|
470
|
-
/// Enter a parse tree produced by [ApexParser.continueStatement].
|
|
471
|
-
/// [ctx] the parse tree
|
|
472
|
-
void enterContinueStatement(ContinueStatementContext ctx);
|
|
473
|
-
/// Exit a parse tree produced by [ApexParser.continueStatement].
|
|
474
|
-
/// [ctx] the parse tree
|
|
475
|
-
void exitContinueStatement(ContinueStatementContext ctx);
|
|
476
|
-
|
|
477
|
-
/// Enter a parse tree produced by [ApexParser.insertStatement].
|
|
478
|
-
/// [ctx] the parse tree
|
|
479
|
-
void enterInsertStatement(InsertStatementContext ctx);
|
|
480
|
-
/// Exit a parse tree produced by [ApexParser.insertStatement].
|
|
481
|
-
/// [ctx] the parse tree
|
|
482
|
-
void exitInsertStatement(InsertStatementContext ctx);
|
|
483
|
-
|
|
484
|
-
/// Enter a parse tree produced by [ApexParser.updateStatement].
|
|
485
|
-
/// [ctx] the parse tree
|
|
486
|
-
void enterUpdateStatement(UpdateStatementContext ctx);
|
|
487
|
-
/// Exit a parse tree produced by [ApexParser.updateStatement].
|
|
488
|
-
/// [ctx] the parse tree
|
|
489
|
-
void exitUpdateStatement(UpdateStatementContext ctx);
|
|
490
|
-
|
|
491
|
-
/// Enter a parse tree produced by [ApexParser.deleteStatement].
|
|
492
|
-
/// [ctx] the parse tree
|
|
493
|
-
void enterDeleteStatement(DeleteStatementContext ctx);
|
|
494
|
-
/// Exit a parse tree produced by [ApexParser.deleteStatement].
|
|
495
|
-
/// [ctx] the parse tree
|
|
496
|
-
void exitDeleteStatement(DeleteStatementContext ctx);
|
|
497
|
-
|
|
498
|
-
/// Enter a parse tree produced by [ApexParser.undeleteStatement].
|
|
499
|
-
/// [ctx] the parse tree
|
|
500
|
-
void enterUndeleteStatement(UndeleteStatementContext ctx);
|
|
501
|
-
/// Exit a parse tree produced by [ApexParser.undeleteStatement].
|
|
502
|
-
/// [ctx] the parse tree
|
|
503
|
-
void exitUndeleteStatement(UndeleteStatementContext ctx);
|
|
504
|
-
|
|
505
|
-
/// Enter a parse tree produced by [ApexParser.upsertStatement].
|
|
506
|
-
/// [ctx] the parse tree
|
|
507
|
-
void enterUpsertStatement(UpsertStatementContext ctx);
|
|
508
|
-
/// Exit a parse tree produced by [ApexParser.upsertStatement].
|
|
509
|
-
/// [ctx] the parse tree
|
|
510
|
-
void exitUpsertStatement(UpsertStatementContext ctx);
|
|
511
|
-
|
|
512
|
-
/// Enter a parse tree produced by [ApexParser.mergeStatement].
|
|
513
|
-
/// [ctx] the parse tree
|
|
514
|
-
void enterMergeStatement(MergeStatementContext ctx);
|
|
515
|
-
/// Exit a parse tree produced by [ApexParser.mergeStatement].
|
|
516
|
-
/// [ctx] the parse tree
|
|
517
|
-
void exitMergeStatement(MergeStatementContext ctx);
|
|
518
|
-
|
|
519
|
-
/// Enter a parse tree produced by [ApexParser.runAsStatement].
|
|
520
|
-
/// [ctx] the parse tree
|
|
521
|
-
void enterRunAsStatement(RunAsStatementContext ctx);
|
|
522
|
-
/// Exit a parse tree produced by [ApexParser.runAsStatement].
|
|
523
|
-
/// [ctx] the parse tree
|
|
524
|
-
void exitRunAsStatement(RunAsStatementContext ctx);
|
|
525
|
-
|
|
526
|
-
/// Enter a parse tree produced by [ApexParser.expressionStatement].
|
|
527
|
-
/// [ctx] the parse tree
|
|
528
|
-
void enterExpressionStatement(ExpressionStatementContext ctx);
|
|
529
|
-
/// Exit a parse tree produced by [ApexParser.expressionStatement].
|
|
530
|
-
/// [ctx] the parse tree
|
|
531
|
-
void exitExpressionStatement(ExpressionStatementContext ctx);
|
|
532
|
-
|
|
533
|
-
/// Enter a parse tree produced by [ApexParser.propertyBlock].
|
|
534
|
-
/// [ctx] the parse tree
|
|
535
|
-
void enterPropertyBlock(PropertyBlockContext ctx);
|
|
536
|
-
/// Exit a parse tree produced by [ApexParser.propertyBlock].
|
|
537
|
-
/// [ctx] the parse tree
|
|
538
|
-
void exitPropertyBlock(PropertyBlockContext ctx);
|
|
539
|
-
|
|
540
|
-
/// Enter a parse tree produced by [ApexParser.getter].
|
|
541
|
-
/// [ctx] the parse tree
|
|
542
|
-
void enterGetter(GetterContext ctx);
|
|
543
|
-
/// Exit a parse tree produced by [ApexParser.getter].
|
|
544
|
-
/// [ctx] the parse tree
|
|
545
|
-
void exitGetter(GetterContext ctx);
|
|
546
|
-
|
|
547
|
-
/// Enter a parse tree produced by [ApexParser.setter].
|
|
548
|
-
/// [ctx] the parse tree
|
|
549
|
-
void enterSetter(SetterContext ctx);
|
|
550
|
-
/// Exit a parse tree produced by [ApexParser.setter].
|
|
551
|
-
/// [ctx] the parse tree
|
|
552
|
-
void exitSetter(SetterContext ctx);
|
|
553
|
-
|
|
554
|
-
/// Enter a parse tree produced by [ApexParser.catchClause].
|
|
555
|
-
/// [ctx] the parse tree
|
|
556
|
-
void enterCatchClause(CatchClauseContext ctx);
|
|
557
|
-
/// Exit a parse tree produced by [ApexParser.catchClause].
|
|
558
|
-
/// [ctx] the parse tree
|
|
559
|
-
void exitCatchClause(CatchClauseContext ctx);
|
|
560
|
-
|
|
561
|
-
/// Enter a parse tree produced by [ApexParser.finallyBlock].
|
|
562
|
-
/// [ctx] the parse tree
|
|
563
|
-
void enterFinallyBlock(FinallyBlockContext ctx);
|
|
564
|
-
/// Exit a parse tree produced by [ApexParser.finallyBlock].
|
|
565
|
-
/// [ctx] the parse tree
|
|
566
|
-
void exitFinallyBlock(FinallyBlockContext ctx);
|
|
567
|
-
|
|
568
|
-
/// Enter a parse tree produced by [ApexParser.forControl].
|
|
569
|
-
/// [ctx] the parse tree
|
|
570
|
-
void enterForControl(ForControlContext ctx);
|
|
571
|
-
/// Exit a parse tree produced by [ApexParser.forControl].
|
|
572
|
-
/// [ctx] the parse tree
|
|
573
|
-
void exitForControl(ForControlContext ctx);
|
|
574
|
-
|
|
575
|
-
/// Enter a parse tree produced by [ApexParser.forInit].
|
|
576
|
-
/// [ctx] the parse tree
|
|
577
|
-
void enterForInit(ForInitContext ctx);
|
|
578
|
-
/// Exit a parse tree produced by [ApexParser.forInit].
|
|
579
|
-
/// [ctx] the parse tree
|
|
580
|
-
void exitForInit(ForInitContext ctx);
|
|
581
|
-
|
|
582
|
-
/// Enter a parse tree produced by [ApexParser.enhancedForControl].
|
|
583
|
-
/// [ctx] the parse tree
|
|
584
|
-
void enterEnhancedForControl(EnhancedForControlContext ctx);
|
|
585
|
-
/// Exit a parse tree produced by [ApexParser.enhancedForControl].
|
|
586
|
-
/// [ctx] the parse tree
|
|
587
|
-
void exitEnhancedForControl(EnhancedForControlContext ctx);
|
|
588
|
-
|
|
589
|
-
/// Enter a parse tree produced by [ApexParser.forUpdate].
|
|
590
|
-
/// [ctx] the parse tree
|
|
591
|
-
void enterForUpdate(ForUpdateContext ctx);
|
|
592
|
-
/// Exit a parse tree produced by [ApexParser.forUpdate].
|
|
593
|
-
/// [ctx] the parse tree
|
|
594
|
-
void exitForUpdate(ForUpdateContext ctx);
|
|
595
|
-
|
|
596
|
-
/// Enter a parse tree produced by [ApexParser.parExpression].
|
|
597
|
-
/// [ctx] the parse tree
|
|
598
|
-
void enterParExpression(ParExpressionContext ctx);
|
|
599
|
-
/// Exit a parse tree produced by [ApexParser.parExpression].
|
|
600
|
-
/// [ctx] the parse tree
|
|
601
|
-
void exitParExpression(ParExpressionContext ctx);
|
|
602
|
-
|
|
603
|
-
/// Enter a parse tree produced by [ApexParser.expressionList].
|
|
604
|
-
/// [ctx] the parse tree
|
|
605
|
-
void enterExpressionList(ExpressionListContext ctx);
|
|
606
|
-
/// Exit a parse tree produced by [ApexParser.expressionList].
|
|
607
|
-
/// [ctx] the parse tree
|
|
608
|
-
void exitExpressionList(ExpressionListContext ctx);
|
|
609
|
-
|
|
610
|
-
/// Enter a parse tree produced by the [primaryExpression]
|
|
611
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
612
|
-
/// [ctx] the parse tree
|
|
613
|
-
void enterPrimaryExpression(PrimaryExpressionContext ctx);
|
|
614
|
-
/// Exit a parse tree produced by the [primaryExpression]
|
|
615
|
-
/// labeled alternative in [ApexParser.expression].
|
|
616
|
-
/// [ctx] the parse tree
|
|
617
|
-
void exitPrimaryExpression(PrimaryExpressionContext ctx);
|
|
618
|
-
|
|
619
|
-
/// Enter a parse tree produced by the [arth1Expression]
|
|
620
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
621
|
-
/// [ctx] the parse tree
|
|
622
|
-
void enterArth1Expression(Arth1ExpressionContext ctx);
|
|
623
|
-
/// Exit a parse tree produced by the [arth1Expression]
|
|
624
|
-
/// labeled alternative in [ApexParser.expression].
|
|
625
|
-
/// [ctx] the parse tree
|
|
626
|
-
void exitArth1Expression(Arth1ExpressionContext ctx);
|
|
627
|
-
|
|
628
|
-
/// Enter a parse tree produced by the [dotExpression]
|
|
629
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
630
|
-
/// [ctx] the parse tree
|
|
631
|
-
void enterDotExpression(DotExpressionContext ctx);
|
|
632
|
-
/// Exit a parse tree produced by the [dotExpression]
|
|
633
|
-
/// labeled alternative in [ApexParser.expression].
|
|
634
|
-
/// [ctx] the parse tree
|
|
635
|
-
void exitDotExpression(DotExpressionContext ctx);
|
|
636
|
-
|
|
637
|
-
/// Enter a parse tree produced by the [bitOrExpression]
|
|
638
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
639
|
-
/// [ctx] the parse tree
|
|
640
|
-
void enterBitOrExpression(BitOrExpressionContext ctx);
|
|
641
|
-
/// Exit a parse tree produced by the [bitOrExpression]
|
|
642
|
-
/// labeled alternative in [ApexParser.expression].
|
|
643
|
-
/// [ctx] the parse tree
|
|
644
|
-
void exitBitOrExpression(BitOrExpressionContext ctx);
|
|
645
|
-
|
|
646
|
-
/// Enter a parse tree produced by the [arrayExpression]
|
|
647
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
648
|
-
/// [ctx] the parse tree
|
|
649
|
-
void enterArrayExpression(ArrayExpressionContext ctx);
|
|
650
|
-
/// Exit a parse tree produced by the [arrayExpression]
|
|
651
|
-
/// labeled alternative in [ApexParser.expression].
|
|
652
|
-
/// [ctx] the parse tree
|
|
653
|
-
void exitArrayExpression(ArrayExpressionContext ctx);
|
|
654
|
-
|
|
655
|
-
/// Enter a parse tree produced by the [newExpression]
|
|
656
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
657
|
-
/// [ctx] the parse tree
|
|
658
|
-
void enterNewExpression(NewExpressionContext ctx);
|
|
659
|
-
/// Exit a parse tree produced by the [newExpression]
|
|
660
|
-
/// labeled alternative in [ApexParser.expression].
|
|
661
|
-
/// [ctx] the parse tree
|
|
662
|
-
void exitNewExpression(NewExpressionContext ctx);
|
|
663
|
-
|
|
664
|
-
/// Enter a parse tree produced by the [assignExpression]
|
|
665
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
666
|
-
/// [ctx] the parse tree
|
|
667
|
-
void enterAssignExpression(AssignExpressionContext ctx);
|
|
668
|
-
/// Exit a parse tree produced by the [assignExpression]
|
|
669
|
-
/// labeled alternative in [ApexParser.expression].
|
|
670
|
-
/// [ctx] the parse tree
|
|
671
|
-
void exitAssignExpression(AssignExpressionContext ctx);
|
|
672
|
-
|
|
673
|
-
/// Enter a parse tree produced by the [methodCallExpression]
|
|
674
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
675
|
-
/// [ctx] the parse tree
|
|
676
|
-
void enterMethodCallExpression(MethodCallExpressionContext ctx);
|
|
677
|
-
/// Exit a parse tree produced by the [methodCallExpression]
|
|
678
|
-
/// labeled alternative in [ApexParser.expression].
|
|
679
|
-
/// [ctx] the parse tree
|
|
680
|
-
void exitMethodCallExpression(MethodCallExpressionContext ctx);
|
|
681
|
-
|
|
682
|
-
/// Enter a parse tree produced by the [bitNotExpression]
|
|
683
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
684
|
-
/// [ctx] the parse tree
|
|
685
|
-
void enterBitNotExpression(BitNotExpressionContext ctx);
|
|
686
|
-
/// Exit a parse tree produced by the [bitNotExpression]
|
|
687
|
-
/// labeled alternative in [ApexParser.expression].
|
|
688
|
-
/// [ctx] the parse tree
|
|
689
|
-
void exitBitNotExpression(BitNotExpressionContext ctx);
|
|
690
|
-
|
|
691
|
-
/// Enter a parse tree produced by the [arth2Expression]
|
|
692
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
693
|
-
/// [ctx] the parse tree
|
|
694
|
-
void enterArth2Expression(Arth2ExpressionContext ctx);
|
|
695
|
-
/// Exit a parse tree produced by the [arth2Expression]
|
|
696
|
-
/// labeled alternative in [ApexParser.expression].
|
|
697
|
-
/// [ctx] the parse tree
|
|
698
|
-
void exitArth2Expression(Arth2ExpressionContext ctx);
|
|
699
|
-
|
|
700
|
-
/// Enter a parse tree produced by the [logAndExpression]
|
|
701
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
702
|
-
/// [ctx] the parse tree
|
|
703
|
-
void enterLogAndExpression(LogAndExpressionContext ctx);
|
|
704
|
-
/// Exit a parse tree produced by the [logAndExpression]
|
|
705
|
-
/// labeled alternative in [ApexParser.expression].
|
|
706
|
-
/// [ctx] the parse tree
|
|
707
|
-
void exitLogAndExpression(LogAndExpressionContext ctx);
|
|
708
|
-
|
|
709
|
-
/// Enter a parse tree produced by the [castExpression]
|
|
710
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
711
|
-
/// [ctx] the parse tree
|
|
712
|
-
void enterCastExpression(CastExpressionContext ctx);
|
|
713
|
-
/// Exit a parse tree produced by the [castExpression]
|
|
714
|
-
/// labeled alternative in [ApexParser.expression].
|
|
715
|
-
/// [ctx] the parse tree
|
|
716
|
-
void exitCastExpression(CastExpressionContext ctx);
|
|
717
|
-
|
|
718
|
-
/// Enter a parse tree produced by the [bitAndExpression]
|
|
719
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
720
|
-
/// [ctx] the parse tree
|
|
721
|
-
void enterBitAndExpression(BitAndExpressionContext ctx);
|
|
722
|
-
/// Exit a parse tree produced by the [bitAndExpression]
|
|
723
|
-
/// labeled alternative in [ApexParser.expression].
|
|
724
|
-
/// [ctx] the parse tree
|
|
725
|
-
void exitBitAndExpression(BitAndExpressionContext ctx);
|
|
726
|
-
|
|
727
|
-
/// Enter a parse tree produced by the [cmpExpression]
|
|
728
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
729
|
-
/// [ctx] the parse tree
|
|
730
|
-
void enterCmpExpression(CmpExpressionContext ctx);
|
|
731
|
-
/// Exit a parse tree produced by the [cmpExpression]
|
|
732
|
-
/// labeled alternative in [ApexParser.expression].
|
|
733
|
-
/// [ctx] the parse tree
|
|
734
|
-
void exitCmpExpression(CmpExpressionContext ctx);
|
|
735
|
-
|
|
736
|
-
/// Enter a parse tree produced by the [bitExpression]
|
|
737
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
738
|
-
/// [ctx] the parse tree
|
|
739
|
-
void enterBitExpression(BitExpressionContext ctx);
|
|
740
|
-
/// Exit a parse tree produced by the [bitExpression]
|
|
741
|
-
/// labeled alternative in [ApexParser.expression].
|
|
742
|
-
/// [ctx] the parse tree
|
|
743
|
-
void exitBitExpression(BitExpressionContext ctx);
|
|
744
|
-
|
|
745
|
-
/// Enter a parse tree produced by the [logOrExpression]
|
|
746
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
747
|
-
/// [ctx] the parse tree
|
|
748
|
-
void enterLogOrExpression(LogOrExpressionContext ctx);
|
|
749
|
-
/// Exit a parse tree produced by the [logOrExpression]
|
|
750
|
-
/// labeled alternative in [ApexParser.expression].
|
|
751
|
-
/// [ctx] the parse tree
|
|
752
|
-
void exitLogOrExpression(LogOrExpressionContext ctx);
|
|
753
|
-
|
|
754
|
-
/// Enter a parse tree produced by the [condExpression]
|
|
755
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
756
|
-
/// [ctx] the parse tree
|
|
757
|
-
void enterCondExpression(CondExpressionContext ctx);
|
|
758
|
-
/// Exit a parse tree produced by the [condExpression]
|
|
759
|
-
/// labeled alternative in [ApexParser.expression].
|
|
760
|
-
/// [ctx] the parse tree
|
|
761
|
-
void exitCondExpression(CondExpressionContext ctx);
|
|
762
|
-
|
|
763
|
-
/// Enter a parse tree produced by the [equalityExpression]
|
|
764
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
765
|
-
/// [ctx] the parse tree
|
|
766
|
-
void enterEqualityExpression(EqualityExpressionContext ctx);
|
|
767
|
-
/// Exit a parse tree produced by the [equalityExpression]
|
|
768
|
-
/// labeled alternative in [ApexParser.expression].
|
|
769
|
-
/// [ctx] the parse tree
|
|
770
|
-
void exitEqualityExpression(EqualityExpressionContext ctx);
|
|
771
|
-
|
|
772
|
-
/// Enter a parse tree produced by the [postOpExpression]
|
|
773
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
774
|
-
/// [ctx] the parse tree
|
|
775
|
-
void enterPostOpExpression(PostOpExpressionContext ctx);
|
|
776
|
-
/// Exit a parse tree produced by the [postOpExpression]
|
|
777
|
-
/// labeled alternative in [ApexParser.expression].
|
|
778
|
-
/// [ctx] the parse tree
|
|
779
|
-
void exitPostOpExpression(PostOpExpressionContext ctx);
|
|
780
|
-
|
|
781
|
-
/// Enter a parse tree produced by the [negExpression]
|
|
782
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
783
|
-
/// [ctx] the parse tree
|
|
784
|
-
void enterNegExpression(NegExpressionContext ctx);
|
|
785
|
-
/// Exit a parse tree produced by the [negExpression]
|
|
786
|
-
/// labeled alternative in [ApexParser.expression].
|
|
787
|
-
/// [ctx] the parse tree
|
|
788
|
-
void exitNegExpression(NegExpressionContext ctx);
|
|
789
|
-
|
|
790
|
-
/// Enter a parse tree produced by the [preOpExpression]
|
|
791
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
792
|
-
/// [ctx] the parse tree
|
|
793
|
-
void enterPreOpExpression(PreOpExpressionContext ctx);
|
|
794
|
-
/// Exit a parse tree produced by the [preOpExpression]
|
|
795
|
-
/// labeled alternative in [ApexParser.expression].
|
|
796
|
-
/// [ctx] the parse tree
|
|
797
|
-
void exitPreOpExpression(PreOpExpressionContext ctx);
|
|
798
|
-
|
|
799
|
-
/// Enter a parse tree produced by the [instanceOfExpression]
|
|
800
|
-
/// labeled alternative in [file.parserName>.expression].
|
|
801
|
-
/// [ctx] the parse tree
|
|
802
|
-
void enterInstanceOfExpression(InstanceOfExpressionContext ctx);
|
|
803
|
-
/// Exit a parse tree produced by the [instanceOfExpression]
|
|
804
|
-
/// labeled alternative in [ApexParser.expression].
|
|
805
|
-
/// [ctx] the parse tree
|
|
806
|
-
void exitInstanceOfExpression(InstanceOfExpressionContext ctx);
|
|
807
|
-
|
|
808
|
-
/// Enter a parse tree produced by the [subPrimary]
|
|
809
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
810
|
-
/// [ctx] the parse tree
|
|
811
|
-
void enterSubPrimary(SubPrimaryContext ctx);
|
|
812
|
-
/// Exit a parse tree produced by the [subPrimary]
|
|
813
|
-
/// labeled alternative in [ApexParser.primary].
|
|
814
|
-
/// [ctx] the parse tree
|
|
815
|
-
void exitSubPrimary(SubPrimaryContext ctx);
|
|
816
|
-
|
|
817
|
-
/// Enter a parse tree produced by the [thisPrimary]
|
|
818
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
819
|
-
/// [ctx] the parse tree
|
|
820
|
-
void enterThisPrimary(ThisPrimaryContext ctx);
|
|
821
|
-
/// Exit a parse tree produced by the [thisPrimary]
|
|
822
|
-
/// labeled alternative in [ApexParser.primary].
|
|
823
|
-
/// [ctx] the parse tree
|
|
824
|
-
void exitThisPrimary(ThisPrimaryContext ctx);
|
|
825
|
-
|
|
826
|
-
/// Enter a parse tree produced by the [superPrimary]
|
|
827
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
828
|
-
/// [ctx] the parse tree
|
|
829
|
-
void enterSuperPrimary(SuperPrimaryContext ctx);
|
|
830
|
-
/// Exit a parse tree produced by the [superPrimary]
|
|
831
|
-
/// labeled alternative in [ApexParser.primary].
|
|
832
|
-
/// [ctx] the parse tree
|
|
833
|
-
void exitSuperPrimary(SuperPrimaryContext ctx);
|
|
834
|
-
|
|
835
|
-
/// Enter a parse tree produced by the [literalPrimary]
|
|
836
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
837
|
-
/// [ctx] the parse tree
|
|
838
|
-
void enterLiteralPrimary(LiteralPrimaryContext ctx);
|
|
839
|
-
/// Exit a parse tree produced by the [literalPrimary]
|
|
840
|
-
/// labeled alternative in [ApexParser.primary].
|
|
841
|
-
/// [ctx] the parse tree
|
|
842
|
-
void exitLiteralPrimary(LiteralPrimaryContext ctx);
|
|
843
|
-
|
|
844
|
-
/// Enter a parse tree produced by the [typeRefPrimary]
|
|
845
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
846
|
-
/// [ctx] the parse tree
|
|
847
|
-
void enterTypeRefPrimary(TypeRefPrimaryContext ctx);
|
|
848
|
-
/// Exit a parse tree produced by the [typeRefPrimary]
|
|
849
|
-
/// labeled alternative in [ApexParser.primary].
|
|
850
|
-
/// [ctx] the parse tree
|
|
851
|
-
void exitTypeRefPrimary(TypeRefPrimaryContext ctx);
|
|
852
|
-
|
|
853
|
-
/// Enter a parse tree produced by the [idPrimary]
|
|
854
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
855
|
-
/// [ctx] the parse tree
|
|
856
|
-
void enterIdPrimary(IdPrimaryContext ctx);
|
|
857
|
-
/// Exit a parse tree produced by the [idPrimary]
|
|
858
|
-
/// labeled alternative in [ApexParser.primary].
|
|
859
|
-
/// [ctx] the parse tree
|
|
860
|
-
void exitIdPrimary(IdPrimaryContext ctx);
|
|
861
|
-
|
|
862
|
-
/// Enter a parse tree produced by the [soqlPrimary]
|
|
863
|
-
/// labeled alternative in [file.parserName>.primary].
|
|
864
|
-
/// [ctx] the parse tree
|
|
865
|
-
void enterSoqlPrimary(SoqlPrimaryContext ctx);
|
|
866
|
-
/// Exit a parse tree produced by the [soqlPrimary]
|
|
867
|
-
/// labeled alternative in [ApexParser.primary].
|
|
868
|
-
/// [ctx] the parse tree
|
|
869
|
-
void exitSoqlPrimary(SoqlPrimaryContext ctx);
|
|
870
|
-
|
|
871
|
-
/// Enter a parse tree produced by [ApexParser.methodCall].
|
|
872
|
-
/// [ctx] the parse tree
|
|
873
|
-
void enterMethodCall(MethodCallContext ctx);
|
|
874
|
-
/// Exit a parse tree produced by [ApexParser.methodCall].
|
|
875
|
-
/// [ctx] the parse tree
|
|
876
|
-
void exitMethodCall(MethodCallContext ctx);
|
|
877
|
-
|
|
878
|
-
/// Enter a parse tree produced by [ApexParser.dotMethodCall].
|
|
879
|
-
/// [ctx] the parse tree
|
|
880
|
-
void enterDotMethodCall(DotMethodCallContext ctx);
|
|
881
|
-
/// Exit a parse tree produced by [ApexParser.dotMethodCall].
|
|
882
|
-
/// [ctx] the parse tree
|
|
883
|
-
void exitDotMethodCall(DotMethodCallContext ctx);
|
|
884
|
-
|
|
885
|
-
/// Enter a parse tree produced by [ApexParser.creator].
|
|
886
|
-
/// [ctx] the parse tree
|
|
887
|
-
void enterCreator(CreatorContext ctx);
|
|
888
|
-
/// Exit a parse tree produced by [ApexParser.creator].
|
|
889
|
-
/// [ctx] the parse tree
|
|
890
|
-
void exitCreator(CreatorContext ctx);
|
|
891
|
-
|
|
892
|
-
/// Enter a parse tree produced by [ApexParser.createdName].
|
|
893
|
-
/// [ctx] the parse tree
|
|
894
|
-
void enterCreatedName(CreatedNameContext ctx);
|
|
895
|
-
/// Exit a parse tree produced by [ApexParser.createdName].
|
|
896
|
-
/// [ctx] the parse tree
|
|
897
|
-
void exitCreatedName(CreatedNameContext ctx);
|
|
898
|
-
|
|
899
|
-
/// Enter a parse tree produced by [ApexParser.idCreatedNamePair].
|
|
900
|
-
/// [ctx] the parse tree
|
|
901
|
-
void enterIdCreatedNamePair(IdCreatedNamePairContext ctx);
|
|
902
|
-
/// Exit a parse tree produced by [ApexParser.idCreatedNamePair].
|
|
903
|
-
/// [ctx] the parse tree
|
|
904
|
-
void exitIdCreatedNamePair(IdCreatedNamePairContext ctx);
|
|
905
|
-
|
|
906
|
-
/// Enter a parse tree produced by [ApexParser.noRest].
|
|
907
|
-
/// [ctx] the parse tree
|
|
908
|
-
void enterNoRest(NoRestContext ctx);
|
|
909
|
-
/// Exit a parse tree produced by [ApexParser.noRest].
|
|
910
|
-
/// [ctx] the parse tree
|
|
911
|
-
void exitNoRest(NoRestContext ctx);
|
|
912
|
-
|
|
913
|
-
/// Enter a parse tree produced by [ApexParser.classCreatorRest].
|
|
914
|
-
/// [ctx] the parse tree
|
|
915
|
-
void enterClassCreatorRest(ClassCreatorRestContext ctx);
|
|
916
|
-
/// Exit a parse tree produced by [ApexParser.classCreatorRest].
|
|
917
|
-
/// [ctx] the parse tree
|
|
918
|
-
void exitClassCreatorRest(ClassCreatorRestContext ctx);
|
|
919
|
-
|
|
920
|
-
/// Enter a parse tree produced by [ApexParser.arrayCreatorRest].
|
|
921
|
-
/// [ctx] the parse tree
|
|
922
|
-
void enterArrayCreatorRest(ArrayCreatorRestContext ctx);
|
|
923
|
-
/// Exit a parse tree produced by [ApexParser.arrayCreatorRest].
|
|
924
|
-
/// [ctx] the parse tree
|
|
925
|
-
void exitArrayCreatorRest(ArrayCreatorRestContext ctx);
|
|
926
|
-
|
|
927
|
-
/// Enter a parse tree produced by [ApexParser.mapCreatorRest].
|
|
928
|
-
/// [ctx] the parse tree
|
|
929
|
-
void enterMapCreatorRest(MapCreatorRestContext ctx);
|
|
930
|
-
/// Exit a parse tree produced by [ApexParser.mapCreatorRest].
|
|
931
|
-
/// [ctx] the parse tree
|
|
932
|
-
void exitMapCreatorRest(MapCreatorRestContext ctx);
|
|
933
|
-
|
|
934
|
-
/// Enter a parse tree produced by [ApexParser.mapCreatorRestPair].
|
|
935
|
-
/// [ctx] the parse tree
|
|
936
|
-
void enterMapCreatorRestPair(MapCreatorRestPairContext ctx);
|
|
937
|
-
/// Exit a parse tree produced by [ApexParser.mapCreatorRestPair].
|
|
938
|
-
/// [ctx] the parse tree
|
|
939
|
-
void exitMapCreatorRestPair(MapCreatorRestPairContext ctx);
|
|
940
|
-
|
|
941
|
-
/// Enter a parse tree produced by [ApexParser.setCreatorRest].
|
|
942
|
-
/// [ctx] the parse tree
|
|
943
|
-
void enterSetCreatorRest(SetCreatorRestContext ctx);
|
|
944
|
-
/// Exit a parse tree produced by [ApexParser.setCreatorRest].
|
|
945
|
-
/// [ctx] the parse tree
|
|
946
|
-
void exitSetCreatorRest(SetCreatorRestContext ctx);
|
|
947
|
-
|
|
948
|
-
/// Enter a parse tree produced by [ApexParser.arguments].
|
|
949
|
-
/// [ctx] the parse tree
|
|
950
|
-
void enterArguments(ArgumentsContext ctx);
|
|
951
|
-
/// Exit a parse tree produced by [ApexParser.arguments].
|
|
952
|
-
/// [ctx] the parse tree
|
|
953
|
-
void exitArguments(ArgumentsContext ctx);
|
|
954
|
-
|
|
955
|
-
/// Enter a parse tree produced by [ApexParser.soqlLiteral].
|
|
956
|
-
/// [ctx] the parse tree
|
|
957
|
-
void enterSoqlLiteral(SoqlLiteralContext ctx);
|
|
958
|
-
/// Exit a parse tree produced by [ApexParser.soqlLiteral].
|
|
959
|
-
/// [ctx] the parse tree
|
|
960
|
-
void exitSoqlLiteral(SoqlLiteralContext ctx);
|
|
961
|
-
|
|
962
|
-
/// Enter a parse tree produced by [ApexParser.id].
|
|
963
|
-
/// [ctx] the parse tree
|
|
964
|
-
void enterId(IdContext ctx);
|
|
965
|
-
/// Exit a parse tree produced by [ApexParser.id].
|
|
966
|
-
/// [ctx] the parse tree
|
|
967
|
-
void exitId(IdContext ctx);
|
|
968
|
-
|
|
969
|
-
/// Enter a parse tree produced by [ApexParser.anyId].
|
|
970
|
-
/// [ctx] the parse tree
|
|
971
|
-
void enterAnyId(AnyIdContext ctx);
|
|
972
|
-
/// Exit a parse tree produced by [ApexParser.anyId].
|
|
973
|
-
/// [ctx] the parse tree
|
|
974
|
-
void exitAnyId(AnyIdContext ctx);
|
|
975
|
-
}
|