//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// ANTLR Version: 4.13.2
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// Generated from E:/ProgettiUnity/InkAntlr/InkBlot/InkBlot/InkBlotAntlrGrammar.g4 by ANTLR 4.13.2
// Unreachable code detected
#pragma warning disable 0162
// The variable '...' is assigned but its value is never used
#pragma warning disable 0219
// Missing XML comment for publicly visible type or member '...'
#pragma warning disable 1591
// Ambiguous reference in cref attribute
#pragma warning disable 419
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using IToken = Antlr4.Runtime.IToken;
///
/// This interface defines a complete generic visitor for a parse tree produced
/// by .
///
/// The return type of the visit operation.
[System.CodeDom.Compiler.GeneratedCode("ANTLR", "4.13.2")]
[System.CLSCompliant(false)]
public interface IInkBlotAntlrGrammarVisitor : IParseTreeVisitor {
///
/// Visit a parse tree produced by .
///
/// The parse tree.
/// The visitor result.
Result VisitStory([NotNull] InkBlotAntlrGrammarParser.StoryContext context);
///
/// Visit a parse tree produced by .
///
/// The parse tree.
/// The visitor result.
Result VisitContentText([NotNull] InkBlotAntlrGrammarParser.ContentTextContext context);
}