Show / Hide Table of Contents

Interface IsiciListener

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

Namespace: GCore.Antlr.Grammers.Sici
Assembly: Sici.dll
Syntax
public interface IsiciListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCheck(siciParser.CheckContext)

Enter a parse tree produced by check().

Declaration
void EnterCheck(siciParser.CheckContext context)
Parameters
Type Name Description
siciParser.CheckContext context

The parse tree.

| Improve this Doc View Source

EnterChronology(siciParser.ChronologyContext)

Enter a parse tree produced by chronology().

Declaration
void EnterChronology(siciParser.ChronologyContext context)
Parameters
Type Name Description
siciParser.ChronologyContext context

The parse tree.

| Improve this Doc View Source

EnterContribution(siciParser.ContributionContext)

Enter a parse tree produced by contribution().

Declaration
void EnterContribution(siciParser.ContributionContext context)
Parameters
Type Name Description
siciParser.ContributionContext context

The parse tree.

| Improve this Doc View Source

EnterControl(siciParser.ControlContext)

Enter a parse tree produced by control().

Declaration
void EnterControl(siciParser.ControlContext context)
Parameters
Type Name Description
siciParser.ControlContext context

The parse tree.

| Improve this Doc View Source

EnterCsi(siciParser.CsiContext)

Enter a parse tree produced by csi().

Declaration
void EnterCsi(siciParser.CsiContext context)
Parameters
Type Name Description
siciParser.CsiContext context

The parse tree.

| Improve this Doc View Source

EnterDpi(siciParser.DpiContext)

Enter a parse tree produced by dpi().

Declaration
void EnterDpi(siciParser.DpiContext context)
Parameters
Type Name Description
siciParser.DpiContext context

The parse tree.

| Improve this Doc View Source

EnterEnumeration(siciParser.EnumerationContext)

Enter a parse tree produced by enumeration().

Declaration
void EnterEnumeration(siciParser.EnumerationContext context)
Parameters
Type Name Description
siciParser.EnumerationContext context

The parse tree.

| Improve this Doc View Source

EnterIssn(siciParser.IssnContext)

Enter a parse tree produced by issn().

Declaration
void EnterIssn(siciParser.IssnContext context)
Parameters
Type Name Description
siciParser.IssnContext context

The parse tree.

| Improve this Doc View Source

EnterItem(siciParser.ItemContext)

Enter a parse tree produced by item().

Declaration
void EnterItem(siciParser.ItemContext context)
Parameters
Type Name Description
siciParser.ItemContext context

The parse tree.

| Improve this Doc View Source

EnterLocation(siciParser.LocationContext)

Enter a parse tree produced by location().

Declaration
void EnterLocation(siciParser.LocationContext context)
Parameters
Type Name Description
siciParser.LocationContext context

The parse tree.

| Improve this Doc View Source

EnterMfi(siciParser.MfiContext)

Enter a parse tree produced by mfi().

Declaration
void EnterMfi(siciParser.MfiContext context)
Parameters
Type Name Description
siciParser.MfiContext context

The parse tree.

| Improve this Doc View Source

EnterSici(siciParser.SiciContext)

Enter a parse tree produced by sici().

Declaration
void EnterSici(siciParser.SiciContext context)
Parameters
Type Name Description
siciParser.SiciContext context

The parse tree.

| Improve this Doc View Source

EnterTitle(siciParser.TitleContext)

Enter a parse tree produced by title().

Declaration
void EnterTitle(siciParser.TitleContext context)
Parameters
Type Name Description
siciParser.TitleContext context

The parse tree.

| Improve this Doc View Source

EnterVersion(siciParser.VersionContext)

Enter a parse tree produced by version().

Declaration
void EnterVersion(siciParser.VersionContext context)
Parameters
Type Name Description
siciParser.VersionContext context

The parse tree.

| Improve this Doc View Source

ExitCheck(siciParser.CheckContext)

Exit a parse tree produced by check().

Declaration
void ExitCheck(siciParser.CheckContext context)
Parameters
Type Name Description
siciParser.CheckContext context

The parse tree.

| Improve this Doc View Source

ExitChronology(siciParser.ChronologyContext)

Exit a parse tree produced by chronology().

Declaration
void ExitChronology(siciParser.ChronologyContext context)
Parameters
Type Name Description
siciParser.ChronologyContext context

The parse tree.

| Improve this Doc View Source

ExitContribution(siciParser.ContributionContext)

Exit a parse tree produced by contribution().

Declaration
void ExitContribution(siciParser.ContributionContext context)
Parameters
Type Name Description
siciParser.ContributionContext context

The parse tree.

| Improve this Doc View Source

ExitControl(siciParser.ControlContext)

Exit a parse tree produced by control().

Declaration
void ExitControl(siciParser.ControlContext context)
Parameters
Type Name Description
siciParser.ControlContext context

The parse tree.

| Improve this Doc View Source

ExitCsi(siciParser.CsiContext)

Exit a parse tree produced by csi().

Declaration
void ExitCsi(siciParser.CsiContext context)
Parameters
Type Name Description
siciParser.CsiContext context

The parse tree.

| Improve this Doc View Source

ExitDpi(siciParser.DpiContext)

Exit a parse tree produced by dpi().

Declaration
void ExitDpi(siciParser.DpiContext context)
Parameters
Type Name Description
siciParser.DpiContext context

The parse tree.

| Improve this Doc View Source

ExitEnumeration(siciParser.EnumerationContext)

Exit a parse tree produced by enumeration().

Declaration
void ExitEnumeration(siciParser.EnumerationContext context)
Parameters
Type Name Description
siciParser.EnumerationContext context

The parse tree.

| Improve this Doc View Source

ExitIssn(siciParser.IssnContext)

Exit a parse tree produced by issn().

Declaration
void ExitIssn(siciParser.IssnContext context)
Parameters
Type Name Description
siciParser.IssnContext context

The parse tree.

| Improve this Doc View Source

ExitItem(siciParser.ItemContext)

Exit a parse tree produced by item().

Declaration
void ExitItem(siciParser.ItemContext context)
Parameters
Type Name Description
siciParser.ItemContext context

The parse tree.

| Improve this Doc View Source

ExitLocation(siciParser.LocationContext)

Exit a parse tree produced by location().

Declaration
void ExitLocation(siciParser.LocationContext context)
Parameters
Type Name Description
siciParser.LocationContext context

The parse tree.

| Improve this Doc View Source

ExitMfi(siciParser.MfiContext)

Exit a parse tree produced by mfi().

Declaration
void ExitMfi(siciParser.MfiContext context)
Parameters
Type Name Description
siciParser.MfiContext context

The parse tree.

| Improve this Doc View Source

ExitSici(siciParser.SiciContext)

Exit a parse tree produced by sici().

Declaration
void ExitSici(siciParser.SiciContext context)
Parameters
Type Name Description
siciParser.SiciContext context

The parse tree.

| Improve this Doc View Source

ExitTitle(siciParser.TitleContext)

Exit a parse tree produced by title().

Declaration
void ExitTitle(siciParser.TitleContext context)
Parameters
Type Name Description
siciParser.TitleContext context

The parse tree.

| Improve this Doc View Source

ExitVersion(siciParser.VersionContext)

Exit a parse tree produced by version().

Declaration
void ExitVersion(siciParser.VersionContext context)
Parameters
Type Name Description
siciParser.VersionContext context

The parse tree.

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