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