Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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