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 SourceEnterIntExpr(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |