@@ -1203,19 +1203,6 @@ public virtual void EnterForEachStmt([NotNull] VBAParser.ForEachStmtContext cont
1203
1203
/// <param name="context">The parse tree.</param>
1204
1204
public virtual void ExitForEachStmt ( [ NotNull ] VBAParser . ForEachStmtContext context ) { }
1205
1205
1206
- /// <summary>
1207
- /// Enter a parse tree produced by <see cref="VBAParser.macroElseBlockStmt"/>.
1208
- /// <para>The default implementation does nothing.</para>
1209
- /// </summary>
1210
- /// <param name="context">The parse tree.</param>
1211
- public virtual void EnterMacroElseBlockStmt ( [ NotNull ] VBAParser . MacroElseBlockStmtContext context ) { }
1212
- /// <summary>
1213
- /// Exit a parse tree produced by <see cref="VBAParser.macroElseBlockStmt"/>.
1214
- /// <para>The default implementation does nothing.</para>
1215
- /// </summary>
1216
- /// <param name="context">The parse tree.</param>
1217
- public virtual void ExitMacroElseBlockStmt ( [ NotNull ] VBAParser . MacroElseBlockStmtContext context ) { }
1218
-
1219
1206
/// <summary>
1220
1207
/// Enter a parse tree produced by <see cref="VBAParser.exitStmt"/>.
1221
1208
/// <para>The default implementation does nothing.</para>
@@ -1528,19 +1515,6 @@ public virtual void EnterVariableStmt([NotNull] VBAParser.VariableStmtContext co
1528
1515
/// <param name="context">The parse tree.</param>
1529
1516
public virtual void ExitVariableStmt ( [ NotNull ] VBAParser . VariableStmtContext context ) { }
1530
1517
1531
- /// <summary>
1532
- /// Enter a parse tree produced by <see cref="VBAParser.macroIfBlockStmt"/>.
1533
- /// <para>The default implementation does nothing.</para>
1534
- /// </summary>
1535
- /// <param name="context">The parse tree.</param>
1536
- public virtual void EnterMacroIfBlockStmt ( [ NotNull ] VBAParser . MacroIfBlockStmtContext context ) { }
1537
- /// <summary>
1538
- /// Exit a parse tree produced by <see cref="VBAParser.macroIfBlockStmt"/>.
1539
- /// <para>The default implementation does nothing.</para>
1540
- /// </summary>
1541
- /// <param name="context">The parse tree.</param>
1542
- public virtual void ExitMacroIfBlockStmt ( [ NotNull ] VBAParser . MacroIfBlockStmtContext context ) { }
1543
-
1544
1518
/// <summary>
1545
1519
/// Enter a parse tree produced by <see cref="VBAParser.subscript"/>.
1546
1520
/// <para>The default implementation does nothing.</para>
@@ -1645,19 +1619,6 @@ public virtual void EnterFunctionStmt([NotNull] VBAParser.FunctionStmtContext co
1645
1619
/// <param name="context">The parse tree.</param>
1646
1620
public virtual void ExitFunctionStmt ( [ NotNull ] VBAParser . FunctionStmtContext context ) { }
1647
1621
1648
- /// <summary>
1649
- /// Enter a parse tree produced by <see cref="VBAParser.macroElseIfBlockStmt"/>.
1650
- /// <para>The default implementation does nothing.</para>
1651
- /// </summary>
1652
- /// <param name="context">The parse tree.</param>
1653
- public virtual void EnterMacroElseIfBlockStmt ( [ NotNull ] VBAParser . MacroElseIfBlockStmtContext context ) { }
1654
- /// <summary>
1655
- /// Exit a parse tree produced by <see cref="VBAParser.macroElseIfBlockStmt"/>.
1656
- /// <para>The default implementation does nothing.</para>
1657
- /// </summary>
1658
- /// <param name="context">The parse tree.</param>
1659
- public virtual void ExitMacroElseIfBlockStmt ( [ NotNull ] VBAParser . MacroElseIfBlockStmtContext context ) { }
1660
-
1661
1622
/// <summary>
1662
1623
/// Enter a parse tree produced by <see cref="VBAParser.returnStmt"/>.
1663
1624
/// <para>The default implementation does nothing.</para>
@@ -2022,19 +1983,6 @@ public virtual void EnterVariableListStmt([NotNull] VBAParser.VariableListStmtCo
2022
1983
/// <param name="context">The parse tree.</param>
2023
1984
public virtual void ExitVariableListStmt ( [ NotNull ] VBAParser . VariableListStmtContext context ) { }
2024
1985
2025
- /// <summary>
2026
- /// Enter a parse tree produced by <see cref="VBAParser.macroConstStmt"/>.
2027
- /// <para>The default implementation does nothing.</para>
2028
- /// </summary>
2029
- /// <param name="context">The parse tree.</param>
2030
- public virtual void EnterMacroConstStmt ( [ NotNull ] VBAParser . MacroConstStmtContext context ) { }
2031
- /// <summary>
2032
- /// Exit a parse tree produced by <see cref="VBAParser.macroConstStmt"/>.
2033
- /// <para>The default implementation does nothing.</para>
2034
- /// </summary>
2035
- /// <param name="context">The parse tree.</param>
2036
- public virtual void ExitMacroConstStmt ( [ NotNull ] VBAParser . MacroConstStmtContext context ) { }
2037
-
2038
1986
/// <summary>
2039
1987
/// Enter a parse tree produced by <see cref="VBAParser.iCS_B_ProcedureCall"/>.
2040
1988
/// <para>The default implementation does nothing.</para>
@@ -2100,19 +2048,6 @@ public virtual void EnterMidStmt([NotNull] VBAParser.MidStmtContext context) { }
2100
2048
/// <param name="context">The parse tree.</param>
2101
2049
public virtual void ExitMidStmt ( [ NotNull ] VBAParser . MidStmtContext context ) { }
2102
2050
2103
- /// <summary>
2104
- /// Enter a parse tree produced by <see cref="VBAParser.macroIfThenElseStmt"/>.
2105
- /// <para>The default implementation does nothing.</para>
2106
- /// </summary>
2107
- /// <param name="context">The parse tree.</param>
2108
- public virtual void EnterMacroIfThenElseStmt ( [ NotNull ] VBAParser . MacroIfThenElseStmtContext context ) { }
2109
- /// <summary>
2110
- /// Exit a parse tree produced by <see cref="VBAParser.macroIfThenElseStmt"/>.
2111
- /// <para>The default implementation does nothing.</para>
2112
- /// </summary>
2113
- /// <param name="context">The parse tree.</param>
2114
- public virtual void ExitMacroIfThenElseStmt ( [ NotNull ] VBAParser . MacroIfThenElseStmtContext context ) { }
2115
-
2116
2051
/// <summary>
2117
2052
/// Enter a parse tree produced by <see cref="VBAParser.vsPow"/>.
2118
2053
/// <para>The default implementation does nothing.</para>
@@ -2282,19 +2217,6 @@ public virtual void EnterModuleBodyElement([NotNull] VBAParser.ModuleBodyElement
2282
2217
/// <param name="context">The parse tree.</param>
2283
2218
public virtual void ExitModuleBodyElement ( [ NotNull ] VBAParser . ModuleBodyElementContext context ) { }
2284
2219
2285
- /// <summary>
2286
- /// Enter a parse tree produced by <see cref="VBAParser.macroStmt"/>.
2287
- /// <para>The default implementation does nothing.</para>
2288
- /// </summary>
2289
- /// <param name="context">The parse tree.</param>
2290
- public virtual void EnterMacroStmt ( [ NotNull ] VBAParser . MacroStmtContext context ) { }
2291
- /// <summary>
2292
- /// Exit a parse tree produced by <see cref="VBAParser.macroStmt"/>.
2293
- /// <para>The default implementation does nothing.</para>
2294
- /// </summary>
2295
- /// <param name="context">The parse tree.</param>
2296
- public virtual void ExitMacroStmt ( [ NotNull ] VBAParser . MacroStmtContext context ) { }
2297
-
2298
2220
/// <summary>
2299
2221
/// Enter a parse tree produced by <see cref="VBAParser.vsMid"/>.
2300
2222
/// <para>The default implementation does nothing.</para>
0 commit comments