Show / Hide Table of Contents

Interface IsickbayVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by sickbayParser.

Namespace: GCore.Antlr.Grammers.Sickbay
Assembly: Sickbay.dll
Syntax
public interface IsickbayVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitIntExpr(sickbayParser.IntExprContext)

Visit a parse tree produced by intExpr().

Declaration
Result VisitIntExpr(sickbayParser.IntExprContext context)
Parameters
Type Name Description
sickbayParser.IntExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIntVar(sickbayParser.IntVarContext)

Visit a parse tree produced by intVar().

Declaration
Result VisitIntVar(sickbayParser.IntVarContext context)
Parameters
Type Name Description
sickbayParser.IntVarContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(sickbayParser.LineContext)

Visit a parse tree produced by line().

Declaration
Result VisitLine(sickbayParser.LineContext context)
Parameters
Type Name Description
sickbayParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSickbay(sickbayParser.SickbayContext)

Visit a parse tree produced by sickbay().

Declaration
Result VisitSickbay(sickbayParser.SickbayContext context)
Parameters
Type Name Description
sickbayParser.SickbayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStmt(sickbayParser.StmtContext)

Visit a parse tree produced by stmt().

Declaration
Result VisitStmt(sickbayParser.StmtContext context)
Parameters
Type Name Description
sickbayParser.StmtContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX