Namespace GCore.Antlr.Grammers.Trac
Classes
tracBaseListener
This class provides an empty implementation of ItracListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
tracBaseVisitor<Result>
This class provides an empty implementation of ItracVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
tracLexer
tracParser
tracParser.ActiveContext
tracParser.ArgContext
tracParser.ArglistContext
tracParser.MacroContext
tracParser.NameContext
tracParser.NeutralContext
tracParser.ProgramContext
tracParser.StringContext
Interfaces
ItracListener
This interface defines a complete listener for a parse tree produced by tracParser.
ItracVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by tracParser.