Class bibcodeBaseListener
This class provides an empty implementation of IbibcodeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Bibcode
Assembly: Bibcode.dll
Syntax
public class bibcodeBaseListener : object, IbibcodeListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAuthor(bibcodeParser.AuthorContext)
Enter a parse tree produced by author().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterDigit(bibcodeParser.DigitContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.DigitContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterLetter(bibcodeParser.LetterContext)
Enter a parse tree produced by letter().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitDigit(bibcodeParser.DigitContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.DigitContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitLetter(bibcodeParser.LetterContext)
Exit a parse tree produced by letter().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitYear(bibcodeParser.YearContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.YearContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.