Namespace GCore.Antlr.Grammers.Telephone
Classes
telephoneBaseListener
This class provides an empty implementation of ItelephoneListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
telephoneBaseVisitor<Result>
This class provides an empty implementation of ItelephoneVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
telephoneLexer
telephoneParser
telephoneParser.AreacodeContext
telephoneParser.ExchangeContext
telephoneParser.JapanContext
telephoneParser.NanpContext
telephoneParser.NumberContext
telephoneParser.SubscriberContext
telephoneParser.VariationContext
Interfaces
ItelephoneListener
This interface defines a complete listener for a parse tree produced by telephoneParser.
ItelephoneVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by telephoneParser.