Show / Hide Table of Contents

Interface IsickbayListener

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

Namespace: GCore.Antlr.Grammers.Sickbay
Assembly: Sickbay.dll
Syntax
public interface IsickbayListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterIntExpr(sickbayParser.IntExprContext)

Enter a parse tree produced by intExpr().

Declaration
void EnterIntExpr(sickbayParser.IntExprContext context)
Parameters
Type Name Description
sickbayParser.IntExprContext context

The parse tree.

| Improve this Doc View Source

EnterIntVar(sickbayParser.IntVarContext)

Enter a parse tree produced by intVar().

Declaration
void EnterIntVar(sickbayParser.IntVarContext context)
Parameters
Type Name Description
sickbayParser.IntVarContext context

The parse tree.

| Improve this Doc View Source

EnterLine(sickbayParser.LineContext)

Enter a parse tree produced by line().

Declaration
void EnterLine(sickbayParser.LineContext context)
Parameters
Type Name Description
sickbayParser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterSickbay(sickbayParser.SickbayContext)

Enter a parse tree produced by sickbay().

Declaration
void EnterSickbay(sickbayParser.SickbayContext context)
Parameters
Type Name Description
sickbayParser.SickbayContext context

The parse tree.

| Improve this Doc View Source

EnterStmt(sickbayParser.StmtContext)

Enter a parse tree produced by stmt().

Declaration
void EnterStmt(sickbayParser.StmtContext context)
Parameters
Type Name Description
sickbayParser.StmtContext context

The parse tree.

| Improve this Doc View Source

ExitIntExpr(sickbayParser.IntExprContext)

Exit a parse tree produced by intExpr().

Declaration
void ExitIntExpr(sickbayParser.IntExprContext context)
Parameters
Type Name Description
sickbayParser.IntExprContext context

The parse tree.

| Improve this Doc View Source

ExitIntVar(sickbayParser.IntVarContext)

Exit a parse tree produced by intVar().

Declaration
void ExitIntVar(sickbayParser.IntVarContext context)
Parameters
Type Name Description
sickbayParser.IntVarContext context

The parse tree.

| Improve this Doc View Source

ExitLine(sickbayParser.LineContext)

Exit a parse tree produced by line().

Declaration
void ExitLine(sickbayParser.LineContext context)
Parameters
Type Name Description
sickbayParser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitSickbay(sickbayParser.SickbayContext)

Exit a parse tree produced by sickbay().

Declaration
void ExitSickbay(sickbayParser.SickbayContext context)
Parameters
Type Name Description
sickbayParser.SickbayContext context

The parse tree.

| Improve this Doc View Source

ExitStmt(sickbayParser.StmtContext)

Exit a parse tree produced by stmt().

Declaration
void ExitStmt(sickbayParser.StmtContext context)
Parameters
Type Name Description
sickbayParser.StmtContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX