Show / Hide Table of Contents

Interface IbibcodeVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Bibcode
Assembly: Bibcode.dll
Syntax
public interface IbibcodeVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAuthor(bibcodeParser.AuthorContext)

Visit a parse tree produced by author().

Declaration
Result VisitAuthor(bibcodeParser.AuthorContext context)
Parameters
Type Name Description
bibcodeParser.AuthorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBibcode(bibcodeParser.BibcodeContext)

Visit a parse tree produced by bibcode().

Declaration
Result VisitBibcode(bibcodeParser.BibcodeContext context)
Parameters
Type Name Description
bibcodeParser.BibcodeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDigit(bibcodeParser.DigitContext)

Visit a parse tree produced by digit().

Declaration
Result VisitDigit(bibcodeParser.DigitContext context)
Parameters
Type Name Description
bibcodeParser.DigitContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLetter(bibcodeParser.LetterContext)

Visit a parse tree produced by letter().

Declaration
Result VisitLetter(bibcodeParser.LetterContext context)
Parameters
Type Name Description
bibcodeParser.LetterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPage(bibcodeParser.PageContext)

Visit a parse tree produced by page().

Declaration
Result VisitPage(bibcodeParser.PageContext context)
Parameters
Type Name Description
bibcodeParser.PageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPagesection(bibcodeParser.PagesectionContext)

Visit a parse tree produced by pagesection().

Declaration
Result VisitPagesection(bibcodeParser.PagesectionContext context)
Parameters
Type Name Description
bibcodeParser.PagesectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPublish(bibcodeParser.PublishContext)

Visit a parse tree produced by publish().

Declaration
Result VisitPublish(bibcodeParser.PublishContext context)
Parameters
Type Name Description
bibcodeParser.PublishContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection(bibcodeParser.SectionContext)

Visit a parse tree produced by section().

Declaration
Result VisitSection(bibcodeParser.SectionContext context)
Parameters
Type Name Description
bibcodeParser.SectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVolume(bibcodeParser.VolumeContext)

Visit a parse tree produced by volume().

Declaration
Result VisitVolume(bibcodeParser.VolumeContext context)
Parameters
Type Name Description
bibcodeParser.VolumeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitYear(bibcodeParser.YearContext)

Visit a parse tree produced by year().

Declaration
Result VisitYear(bibcodeParser.YearContext context)
Parameters
Type Name Description
bibcodeParser.YearContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX