Show / Hide Table of Contents

Interface IgedcomVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAlphanum(gedcomParser.AlphanumContext)

Visit a parse tree produced by alphanum().

Declaration
Result VisitAlphanum(gedcomParser.AlphanumContext context)
Parameters
Type Name Description
gedcomParser.AlphanumContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAnychar(gedcomParser.AnycharContext)

Visit a parse tree produced by anychar().

Declaration
Result VisitAnychar(gedcomParser.AnycharContext context)
Parameters
Type Name Description
gedcomParser.AnycharContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEscape(gedcomParser.EscapeContext)

Visit a parse tree produced by escape().

Declaration
Result VisitEscape(gedcomParser.EscapeContext context)
Parameters
Type Name Description
gedcomParser.EscapeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEscape_text(gedcomParser.Escape_textContext)

Visit a parse tree produced by escape_text().

Declaration
Result VisitEscape_text(gedcomParser.Escape_textContext context)
Parameters
Type Name Description
gedcomParser.Escape_textContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGedcom(gedcomParser.GedcomContext)

Visit a parse tree produced by gedcom().

Declaration
Result VisitGedcom(gedcomParser.GedcomContext context)
Parameters
Type Name Description
gedcomParser.GedcomContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLevel(gedcomParser.LevelContext)

Visit a parse tree produced by level().

Declaration
Result VisitLevel(gedcomParser.LevelContext context)
Parameters
Type Name Description
gedcomParser.LevelContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(gedcomParser.LineContext)

Visit a parse tree produced by line().

Declaration
Result VisitLine(gedcomParser.LineContext context)
Parameters
Type Name Description
gedcomParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine_item(gedcomParser.Line_itemContext)

Visit a parse tree produced by line_item().

Declaration
Result VisitLine_item(gedcomParser.Line_itemContext context)
Parameters
Type Name Description
gedcomParser.Line_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine_value(gedcomParser.Line_valueContext)

Visit a parse tree produced by line_value().

Declaration
Result VisitLine_value(gedcomParser.Line_valueContext context)
Parameters
Type Name Description
gedcomParser.Line_valueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNon_at(gedcomParser.Non_atContext)

Visit a parse tree produced by non_at().

Declaration
Result VisitNon_at(gedcomParser.Non_atContext context)
Parameters
Type Name Description
gedcomParser.Non_atContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOpt_xref_id(gedcomParser.Opt_xref_idContext)

Visit a parse tree produced by opt_xref_id().

Declaration
Result VisitOpt_xref_id(gedcomParser.Opt_xref_idContext context)
Parameters
Type Name Description
gedcomParser.Opt_xref_idContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOtherchar(gedcomParser.OthercharContext)

Visit a parse tree produced by otherchar().

Declaration
Result VisitOtherchar(gedcomParser.OthercharContext context)
Parameters
Type Name Description
gedcomParser.OthercharContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointer(gedcomParser.PointerContext)

Visit a parse tree produced by pointer().

Declaration
Result VisitPointer(gedcomParser.PointerContext context)
Parameters
Type Name Description
gedcomParser.PointerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointer_char(gedcomParser.Pointer_charContext)

Visit a parse tree produced by pointer_char().

Declaration
Result VisitPointer_char(gedcomParser.Pointer_charContext context)
Parameters
Type Name Description
gedcomParser.Pointer_charContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointer_string(gedcomParser.Pointer_stringContext)

Visit a parse tree produced by pointer_string().

Declaration
Result VisitPointer_string(gedcomParser.Pointer_stringContext context)
Parameters
Type Name Description
gedcomParser.Pointer_stringContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTag(gedcomParser.TagContext)

Visit a parse tree produced by tag().

Declaration
Result VisitTag(gedcomParser.TagContext context)
Parameters
Type Name Description
gedcomParser.TagContext context

The parse tree.

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