Skip to content

Commit

Permalink
Fix ANTL rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AMagistroni committed Sep 28, 2021
1 parent 1f919d7 commit 42d5361
Show file tree
Hide file tree
Showing 3 changed files with 15,320 additions and 15,245 deletions.
11 changes: 11 additions & 0 deletions SqlSchemaCompare.Core/TSql/ITSqlParserListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,17 @@ public interface ITSqlParserListener : IParseTreeListener {
/// <param name="context">The parse tree.</param>
void ExitFunction_option([NotNull] TSqlParser.Function_optionContext context);

/// <summary>
/// Enter a parse tree produced by <see cref="TSqlParser.partition_with"/>.
/// </summary>
/// <param name="context">The parse tree.</param>
void EnterPartition_with([NotNull] TSqlParser.Partition_withContext context);
/// <summary>
/// Exit a parse tree produced by <see cref="TSqlParser.partition_with"/>.
/// </summary>
/// <param name="context">The parse tree.</param>
void ExitPartition_with([NotNull] TSqlParser.Partition_withContext context);

/// <summary>
/// Enter a parse tree produced by <see cref="TSqlParser.create_statistics"/>.
/// </summary>
Expand Down
Loading

0 comments on commit 42d5361

Please sign in to comment.