Show / Hide Table of Contents

Class tsvBaseListener

This class provides an empty implementation of ItsvListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
tsvBaseListener
Implements
ItsvListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Tsv
Assembly: Tsv.dll
Syntax
public class tsvBaseListener : object, ItsvListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterField(tsvParser.FieldContext)

Enter a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitField(tsvParser.FieldContext)

Exit a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

ItsvListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX