feat: multidivert; more tests
This commit is contained in:
@@ -70,13 +70,6 @@ public interface IInkBlotAntlrGrammarVisitor<Result> : IParseTreeVisitor<Result>
|
||||
/// <return>The visitor result.</return>
|
||||
Result VisitMultiDivertArrows([NotNull] InkBlotAntlrGrammarParser.MultiDivertArrowsContext context);
|
||||
/// <summary>
|
||||
/// Visit a parse tree produced by the <c>MultiDivertArrows_tailDefaultChoice</c>
|
||||
/// labeled alternative in <see cref="InkBlotAntlrGrammarParser.multiDivertArrows_tail"/>.
|
||||
/// </summary>
|
||||
/// <param name="context">The parse tree.</param>
|
||||
/// <return>The visitor result.</return>
|
||||
Result VisitMultiDivertArrows_tailDefaultChoice([NotNull] InkBlotAntlrGrammarParser.MultiDivertArrows_tailDefaultChoiceContext context);
|
||||
/// <summary>
|
||||
/// Visit a parse tree produced by the <c>MultiDivertArrows_tailDivert</c>
|
||||
/// labeled alternative in <see cref="InkBlotAntlrGrammarParser.multiDivertArrows_tail"/>.
|
||||
/// </summary>
|
||||
@@ -91,6 +84,13 @@ public interface IInkBlotAntlrGrammarVisitor<Result> : IParseTreeVisitor<Result>
|
||||
/// <return>The visitor result.</return>
|
||||
Result VisitMultiDivertArrows_tailTunnelWithReplacement([NotNull] InkBlotAntlrGrammarParser.MultiDivertArrows_tailTunnelWithReplacementContext context);
|
||||
/// <summary>
|
||||
/// Visit a parse tree produced by the <c>MultiDivertArrows_tailDefaultChoice</c>
|
||||
/// labeled alternative in <see cref="InkBlotAntlrGrammarParser.multiDivertArrows_tail"/>.
|
||||
/// </summary>
|
||||
/// <param name="context">The parse tree.</param>
|
||||
/// <return>The visitor result.</return>
|
||||
Result VisitMultiDivertArrows_tailDefaultChoice([NotNull] InkBlotAntlrGrammarParser.MultiDivertArrows_tailDefaultChoiceContext context);
|
||||
/// <summary>
|
||||
/// Visit a parse tree produced by the <c>MultiDivertArrows_tailTunnel</c>
|
||||
/// labeled alternative in <see cref="InkBlotAntlrGrammarParser.multiDivertArrows_tail"/>.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user