@@ -47,30 +47,30 @@ public virtual void EnterCcBlock([NotNull] VBAConditionalCompilationParser.CcBlo
47
47
public virtual void ExitCcBlock ( [ NotNull ] VBAConditionalCompilationParser . CcBlockContext context ) { }
48
48
49
49
/// <summary>
50
- /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.logicalLine "/>.
50
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.typeHint "/>.
51
51
/// <para>The default implementation does nothing.</para>
52
52
/// </summary>
53
53
/// <param name="context">The parse tree.</param>
54
- public virtual void EnterLogicalLine ( [ NotNull ] VBAConditionalCompilationParser . LogicalLineContext context ) { }
54
+ public virtual void EnterTypeHint ( [ NotNull ] VBAConditionalCompilationParser . TypeHintContext context ) { }
55
55
/// <summary>
56
- /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.logicalLine "/>.
56
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.typeHint "/>.
57
57
/// <para>The default implementation does nothing.</para>
58
58
/// </summary>
59
59
/// <param name="context">The parse tree.</param>
60
- public virtual void ExitLogicalLine ( [ NotNull ] VBAConditionalCompilationParser . LogicalLineContext context ) { }
60
+ public virtual void ExitTypeHint ( [ NotNull ] VBAConditionalCompilationParser . TypeHintContext context ) { }
61
61
62
62
/// <summary>
63
- /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.typeHint "/>.
63
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.hashIf "/>.
64
64
/// <para>The default implementation does nothing.</para>
65
65
/// </summary>
66
66
/// <param name="context">The parse tree.</param>
67
- public virtual void EnterTypeHint ( [ NotNull ] VBAConditionalCompilationParser . TypeHintContext context ) { }
67
+ public virtual void EnterHashIf ( [ NotNull ] VBAConditionalCompilationParser . HashIfContext context ) { }
68
68
/// <summary>
69
- /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.typeHint "/>.
69
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.hashIf "/>.
70
70
/// <para>The default implementation does nothing.</para>
71
71
/// </summary>
72
72
/// <param name="context">The parse tree.</param>
73
- public virtual void ExitTypeHint ( [ NotNull ] VBAConditionalCompilationParser . TypeHintContext context ) { }
73
+ public virtual void ExitHashIf ( [ NotNull ] VBAConditionalCompilationParser . HashIfContext context ) { }
74
74
75
75
/// <summary>
76
76
/// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.literal"/>.
@@ -85,6 +85,19 @@ public virtual void EnterLiteral([NotNull] VBAConditionalCompilationParser.Liter
85
85
/// <param name="context">The parse tree.</param>
86
86
public virtual void ExitLiteral ( [ NotNull ] VBAConditionalCompilationParser . LiteralContext context ) { }
87
87
88
+ /// <summary>
89
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.hashConst"/>.
90
+ /// <para>The default implementation does nothing.</para>
91
+ /// </summary>
92
+ /// <param name="context">The parse tree.</param>
93
+ public virtual void EnterHashConst ( [ NotNull ] VBAConditionalCompilationParser . HashConstContext context ) { }
94
+ /// <summary>
95
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.hashConst"/>.
96
+ /// <para>The default implementation does nothing.</para>
97
+ /// </summary>
98
+ /// <param name="context">The parse tree.</param>
99
+ public virtual void ExitHashConst ( [ NotNull ] VBAConditionalCompilationParser . HashConstContext context ) { }
100
+
88
101
/// <summary>
89
102
/// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.statementKeyword"/>.
90
103
/// <para>The default implementation does nothing.</para>
@@ -228,6 +241,32 @@ public virtual void EnterForeignIdentifier([NotNull] VBAConditionalCompilationPa
228
241
/// <param name="context">The parse tree.</param>
229
242
public virtual void ExitForeignIdentifier ( [ NotNull ] VBAConditionalCompilationParser . ForeignIdentifierContext context ) { }
230
243
244
+ /// <summary>
245
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.hashElse"/>.
246
+ /// <para>The default implementation does nothing.</para>
247
+ /// </summary>
248
+ /// <param name="context">The parse tree.</param>
249
+ public virtual void EnterHashElse ( [ NotNull ] VBAConditionalCompilationParser . HashElseContext context ) { }
250
+ /// <summary>
251
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.hashElse"/>.
252
+ /// <para>The default implementation does nothing.</para>
253
+ /// </summary>
254
+ /// <param name="context">The parse tree.</param>
255
+ public virtual void ExitHashElse ( [ NotNull ] VBAConditionalCompilationParser . HashElseContext context ) { }
256
+
257
+ /// <summary>
258
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.hashEndIf"/>.
259
+ /// <para>The default implementation does nothing.</para>
260
+ /// </summary>
261
+ /// <param name="context">The parse tree.</param>
262
+ public virtual void EnterHashEndIf ( [ NotNull ] VBAConditionalCompilationParser . HashEndIfContext context ) { }
263
+ /// <summary>
264
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.hashEndIf"/>.
265
+ /// <para>The default implementation does nothing.</para>
266
+ /// </summary>
267
+ /// <param name="context">The parse tree.</param>
268
+ public virtual void ExitHashEndIf ( [ NotNull ] VBAConditionalCompilationParser . HashEndIfContext context ) { }
269
+
231
270
/// <summary>
232
271
/// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.ccExpression"/>.
233
272
/// <para>The default implementation does nothing.</para>
@@ -358,6 +397,32 @@ public virtual void EnterComment([NotNull] VBAConditionalCompilationParser.Comme
358
397
/// <param name="context">The parse tree.</param>
359
398
public virtual void ExitComment ( [ NotNull ] VBAConditionalCompilationParser . CommentContext context ) { }
360
399
400
+ /// <summary>
401
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.hashElseIf"/>.
402
+ /// <para>The default implementation does nothing.</para>
403
+ /// </summary>
404
+ /// <param name="context">The parse tree.</param>
405
+ public virtual void EnterHashElseIf ( [ NotNull ] VBAConditionalCompilationParser . HashElseIfContext context ) { }
406
+ /// <summary>
407
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.hashElseIf"/>.
408
+ /// <para>The default implementation does nothing.</para>
409
+ /// </summary>
410
+ /// <param name="context">The parse tree.</param>
411
+ public virtual void ExitHashElseIf ( [ NotNull ] VBAConditionalCompilationParser . HashElseIfContext context ) { }
412
+
413
+ /// <summary>
414
+ /// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.physicalLine"/>.
415
+ /// <para>The default implementation does nothing.</para>
416
+ /// </summary>
417
+ /// <param name="context">The parse tree.</param>
418
+ public virtual void EnterPhysicalLine ( [ NotNull ] VBAConditionalCompilationParser . PhysicalLineContext context ) { }
419
+ /// <summary>
420
+ /// Exit a parse tree produced by <see cref="VBAConditionalCompilationParser.physicalLine"/>.
421
+ /// <para>The default implementation does nothing.</para>
422
+ /// </summary>
423
+ /// <param name="context">The parse tree.</param>
424
+ public virtual void ExitPhysicalLine ( [ NotNull ] VBAConditionalCompilationParser . PhysicalLineContext context ) { }
425
+
361
426
/// <summary>
362
427
/// Enter a parse tree produced by <see cref="VBAConditionalCompilationParser.ccConst"/>.
363
428
/// <para>The default implementation does nothing.</para>
0 commit comments