Show / Hide Table of Contents

Interface ItsvVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitField(tsvParser.FieldContext)

Visit a parse tree produced by field().

Declaration
Result VisitField(tsvParser.FieldContext context)
Parameters
Type Name Description
tsvParser.FieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHdr(tsvParser.HdrContext)

Visit a parse tree produced by hdr().

Declaration
Result VisitHdr(tsvParser.HdrContext context)
Parameters
Type Name Description
tsvParser.HdrContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRow(tsvParser.RowContext)

Visit a parse tree produced by row().

Declaration
Result VisitRow(tsvParser.RowContext context)
Parameters
Type Name Description
tsvParser.RowContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTsvFile(tsvParser.TsvFileContext)

Visit a parse tree produced by tsvFile().

Declaration
Result VisitTsvFile(tsvParser.TsvFileContext context)
Parameters
Type Name Description
tsvParser.TsvFileContext context

The parse tree.

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