Namespace GCore.Antlr.Grammers.Abnf
Classes
AbnfBaseListener
This class provides an empty implementation of IAbnfListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
AbnfBaseVisitor<Result>
This class provides an empty implementation of IAbnfVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
AbnfLexer
AbnfParser
AbnfParser.AlternationContext
AbnfParser.ConcatenationContext
AbnfParser.ElementContext
AbnfParser.ElementsContext
AbnfParser.GroupContext
AbnfParser.OptionContext
AbnfParser.Repeat_Context
AbnfParser.RepetitionContext
AbnfParser.Rule_Context
AbnfParser.RulelistContext
Interfaces
IAbnfListener
This interface defines a complete listener for a parse tree produced by AbnfParser.
IAbnfVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by AbnfParser.