Namespace GCore.Antlr.Grammers.Inf
Classes
infBaseListener
This class provides an empty implementation of IinfListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
infBaseVisitor<Result>
This class provides an empty implementation of IinfVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
infLexer
infParser
infParser.InfContext
infParser.LineContext
infParser.SectionContext
infParser.SectionheaderContext
infParser.StringContext
infParser.StringlistContext
Interfaces
IinfListener
This interface defines a complete listener for a parse tree produced by infParser.
IinfVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by infParser.