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 SourceVisitField(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 |
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 |
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 |
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 |