Show / Hide Table of Contents

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
System.Object
bibcodeBaseListener
Implements
IbibcodeListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Bibcode
Assembly: Bibcode.dll
Syntax
public class bibcodeBaseListener : object, IbibcodeListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IbibcodeListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX