Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Bnf

Classes

bnfBaseListener

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

bnfBaseVisitor<Result>

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

bnfLexer

bnfParser

bnfParser.AlternativeContext

bnfParser.AlternativesContext

bnfParser.ElementContext

bnfParser.Id_Context

bnfParser.LhsContext

bnfParser.OneormoreContext

bnfParser.Optional_Context

bnfParser.RhsContext

bnfParser.Rule_Context

bnfParser.RuleidContext

bnfParser.RulelistContext

bnfParser.Text_Context

bnfParser.ZeroormoreContext

Interfaces

IbnfListener

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

IbnfVisitor<Result>

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

In This Article
Back to top Generated by DocFX