Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Csv

Classes

CSVBaseListener

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

CSVBaseVisitor<Result>

This class provides an empty implementation of ICSVVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

CSVLexer

CSVParser

CSVParser.CsvFileContext

CSVParser.FieldContext

CSVParser.HdrContext

CSVParser.RowContext

Interfaces

ICSVListener

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

ICSVVisitor<Result>

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

In This Article
Back to top Generated by DocFX