Show / Hide Table of Contents

Interface IbibcodeListener

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

Namespace: GCore.Antlr.Grammers.Bibcode
Assembly: Bibcode.dll
Syntax
public interface IbibcodeListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAuthor(bibcodeParser.AuthorContext)

Enter a parse tree produced by author().

Declaration
void EnterAuthor(bibcodeParser.AuthorContext context)
Parameters
Type Name Description
bibcodeParser.AuthorContext context

The parse tree.

| Improve this Doc View Source

EnterBibcode(bibcodeParser.BibcodeContext)

Enter a parse tree produced by bibcode().

Declaration
void EnterBibcode(bibcodeParser.BibcodeContext context)
Parameters
Type Name Description
bibcodeParser.BibcodeContext context

The parse tree.

| Improve this Doc View Source

EnterDigit(bibcodeParser.DigitContext)

Enter a parse tree produced by digit().

Declaration
void EnterDigit(bibcodeParser.DigitContext context)
Parameters
Type Name Description
bibcodeParser.DigitContext context

The parse tree.

| Improve this Doc View Source

EnterLetter(bibcodeParser.LetterContext)

Enter a parse tree produced by letter().

Declaration
void EnterLetter(bibcodeParser.LetterContext context)
Parameters
Type Name Description
bibcodeParser.LetterContext context

The parse tree.

| Improve this Doc View Source

EnterPage(bibcodeParser.PageContext)

Enter a parse tree produced by page().

Declaration
void EnterPage(bibcodeParser.PageContext context)
Parameters
Type Name Description
bibcodeParser.PageContext context

The parse tree.

| Improve this Doc View Source

EnterPagesection(bibcodeParser.PagesectionContext)

Enter a parse tree produced by pagesection().

Declaration
void EnterPagesection(bibcodeParser.PagesectionContext context)
Parameters
Type Name Description
bibcodeParser.PagesectionContext context

The parse tree.

| Improve this Doc View Source

EnterPublish(bibcodeParser.PublishContext)

Enter a parse tree produced by publish().

Declaration
void EnterPublish(bibcodeParser.PublishContext context)
Parameters
Type Name Description
bibcodeParser.PublishContext context

The parse tree.

| Improve this Doc View Source

EnterSection(bibcodeParser.SectionContext)

Enter a parse tree produced by section().

Declaration
void EnterSection(bibcodeParser.SectionContext context)
Parameters
Type Name Description
bibcodeParser.SectionContext context

The parse tree.

| Improve this Doc View Source

EnterVolume(bibcodeParser.VolumeContext)

Enter a parse tree produced by volume().

Declaration
void EnterVolume(bibcodeParser.VolumeContext context)
Parameters
Type Name Description
bibcodeParser.VolumeContext context

The parse tree.

| Improve this Doc View Source

EnterYear(bibcodeParser.YearContext)

Enter a parse tree produced by year().

Declaration
void EnterYear(bibcodeParser.YearContext context)
Parameters
Type Name Description
bibcodeParser.YearContext context

The parse tree.

| Improve this Doc View Source

ExitAuthor(bibcodeParser.AuthorContext)

Exit a parse tree produced by author().

Declaration
void ExitAuthor(bibcodeParser.AuthorContext context)
Parameters
Type Name Description
bibcodeParser.AuthorContext context

The parse tree.

| Improve this Doc View Source

ExitBibcode(bibcodeParser.BibcodeContext)

Exit a parse tree produced by bibcode().

Declaration
void ExitBibcode(bibcodeParser.BibcodeContext context)
Parameters
Type Name Description
bibcodeParser.BibcodeContext context

The parse tree.

| Improve this Doc View Source

ExitDigit(bibcodeParser.DigitContext)

Exit a parse tree produced by digit().

Declaration
void ExitDigit(bibcodeParser.DigitContext context)
Parameters
Type Name Description
bibcodeParser.DigitContext context

The parse tree.

| Improve this Doc View Source

ExitLetter(bibcodeParser.LetterContext)

Exit a parse tree produced by letter().

Declaration
void ExitLetter(bibcodeParser.LetterContext context)
Parameters
Type Name Description
bibcodeParser.LetterContext context

The parse tree.

| Improve this Doc View Source

ExitPage(bibcodeParser.PageContext)

Exit a parse tree produced by page().

Declaration
void ExitPage(bibcodeParser.PageContext context)
Parameters
Type Name Description
bibcodeParser.PageContext context

The parse tree.

| Improve this Doc View Source

ExitPagesection(bibcodeParser.PagesectionContext)

Exit a parse tree produced by pagesection().

Declaration
void ExitPagesection(bibcodeParser.PagesectionContext context)
Parameters
Type Name Description
bibcodeParser.PagesectionContext context

The parse tree.

| Improve this Doc View Source

ExitPublish(bibcodeParser.PublishContext)

Exit a parse tree produced by publish().

Declaration
void ExitPublish(bibcodeParser.PublishContext context)
Parameters
Type Name Description
bibcodeParser.PublishContext context

The parse tree.

| Improve this Doc View Source

ExitSection(bibcodeParser.SectionContext)

Exit a parse tree produced by section().

Declaration
void ExitSection(bibcodeParser.SectionContext context)
Parameters
Type Name Description
bibcodeParser.SectionContext context

The parse tree.

| Improve this Doc View Source

ExitVolume(bibcodeParser.VolumeContext)

Exit a parse tree produced by volume().

Declaration
void ExitVolume(bibcodeParser.VolumeContext context)
Parameters
Type Name Description
bibcodeParser.VolumeContext context

The parse tree.

| Improve this Doc View Source

ExitYear(bibcodeParser.YearContext)

Exit a parse tree produced by year().

Declaration
void ExitYear(bibcodeParser.YearContext context)
Parameters
Type Name Description
bibcodeParser.YearContext context

The parse tree.

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