Show / Hide Table of Contents

Interface ItsvListener

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

Namespace: GCore.Antlr.Grammers.Tsv
Assembly: Tsv.dll
Syntax
public interface ItsvListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterField(tsvParser.FieldContext)

Enter a parse tree produced by field().

Declaration
void EnterField(tsvParser.FieldContext context)
Parameters
Type Name Description
tsvParser.FieldContext context

The parse tree.

| Improve this Doc View Source

EnterHdr(tsvParser.HdrContext)

Enter a parse tree produced by hdr().

Declaration
void EnterHdr(tsvParser.HdrContext context)
Parameters
Type Name Description
tsvParser.HdrContext context

The parse tree.

| Improve this Doc View Source

EnterRow(tsvParser.RowContext)

Enter a parse tree produced by row().

Declaration
void EnterRow(tsvParser.RowContext context)
Parameters
Type Name Description
tsvParser.RowContext context

The parse tree.

| Improve this Doc View Source

EnterTsvFile(tsvParser.TsvFileContext)

Enter a parse tree produced by tsvFile().

Declaration
void EnterTsvFile(tsvParser.TsvFileContext context)
Parameters
Type Name Description
tsvParser.TsvFileContext context

The parse tree.

| Improve this Doc View Source

ExitField(tsvParser.FieldContext)

Exit a parse tree produced by field().

Declaration
void ExitField(tsvParser.FieldContext context)
Parameters
Type Name Description
tsvParser.FieldContext context

The parse tree.

| Improve this Doc View Source

ExitHdr(tsvParser.HdrContext)

Exit a parse tree produced by hdr().

Declaration
void ExitHdr(tsvParser.HdrContext context)
Parameters
Type Name Description
tsvParser.HdrContext context

The parse tree.

| Improve this Doc View Source

ExitRow(tsvParser.RowContext)

Exit a parse tree produced by row().

Declaration
void ExitRow(tsvParser.RowContext context)
Parameters
Type Name Description
tsvParser.RowContext context

The parse tree.

| Improve this Doc View Source

ExitTsvFile(tsvParser.TsvFileContext)

Exit a parse tree produced by tsvFile().

Declaration
void ExitTsvFile(tsvParser.TsvFileContext context)
Parameters
Type Name Description
tsvParser.TsvFileContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX