Class bibcodeBaseVisitor<Result>
This class provides an empty implementation of IbibcodeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Bibcode
Assembly: Bibcode.dll
Syntax
public class bibcodeBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IbibcodeVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAuthor(bibcodeParser.AuthorContext)
Visit a parse tree produced by author().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAuthor(bibcodeParser.AuthorContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.AuthorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBibcode(bibcodeParser.BibcodeContext)
Visit a parse tree produced by bibcode().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBibcode(bibcodeParser.BibcodeContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.BibcodeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDigit(bibcodeParser.DigitContext)
Visit a parse tree produced by digit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDigit(bibcodeParser.DigitContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.DigitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLetter(bibcodeParser.LetterContext)
Visit a parse tree produced by letter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLetter(bibcodeParser.LetterContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.LetterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPage(bibcodeParser.PageContext)
Visit a parse tree produced by page().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPage(bibcodeParser.PageContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.PageContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPagesection(bibcodeParser.PagesectionContext)
Visit a parse tree produced by pagesection().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPagesection(bibcodeParser.PagesectionContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.PagesectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPublish(bibcodeParser.PublishContext)
Visit a parse tree produced by publish().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPublish(bibcodeParser.PublishContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.PublishContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSection(bibcodeParser.SectionContext)
Visit a parse tree produced by section().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSection(bibcodeParser.SectionContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.SectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVolume(bibcodeParser.VolumeContext)
Visit a parse tree produced by volume().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVolume(bibcodeParser.VolumeContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.VolumeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitYear(bibcodeParser.YearContext)
Visit a parse tree produced by year().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitYear(bibcodeParser.YearContext context)
Parameters
Type | Name | Description |
---|---|---|
bibcodeParser.YearContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |