Interface IistcListener
This interface defines a complete listener for a parse tree produced by istcParser.
Namespace: GCore.Antlr.Grammers.Istc
Assembly: Istc.dll
Syntax
public interface IistcListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCheck(istcParser.CheckContext)
Enter a parse tree produced by check().
Declaration
void EnterCheck(istcParser.CheckContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.CheckContext | context | The parse tree. |
EnterIstc(istcParser.IstcContext)
Enter a parse tree produced by istc().
Declaration
void EnterIstc(istcParser.IstcContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.IstcContext | context | The parse tree. |
EnterRegistration(istcParser.RegistrationContext)
Enter a parse tree produced by registration().
Declaration
void EnterRegistration(istcParser.RegistrationContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.RegistrationContext | context | The parse tree. |
EnterWork(istcParser.WorkContext)
Enter a parse tree produced by work().
Declaration
void EnterWork(istcParser.WorkContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.WorkContext | context | The parse tree. |
EnterYear(istcParser.YearContext)
Enter a parse tree produced by year().
Declaration
void EnterYear(istcParser.YearContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.YearContext | context | The parse tree. |
ExitCheck(istcParser.CheckContext)
Exit a parse tree produced by check().
Declaration
void ExitCheck(istcParser.CheckContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.CheckContext | context | The parse tree. |
ExitIstc(istcParser.IstcContext)
Exit a parse tree produced by istc().
Declaration
void ExitIstc(istcParser.IstcContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.IstcContext | context | The parse tree. |
ExitRegistration(istcParser.RegistrationContext)
Exit a parse tree produced by registration().
Declaration
void ExitRegistration(istcParser.RegistrationContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.RegistrationContext | context | The parse tree. |
ExitWork(istcParser.WorkContext)
Exit a parse tree produced by work().
Declaration
void ExitWork(istcParser.WorkContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.WorkContext | context | The parse tree. |
ExitYear(istcParser.YearContext)
Exit a parse tree produced by year().
Declaration
void ExitYear(istcParser.YearContext context)
Parameters
Type | Name | Description |
---|---|---|
istcParser.YearContext | context | The parse tree. |