Show / Hide Table of Contents

Interface ItelephoneVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Telephone
Assembly: Telephone.dll
Syntax
public interface ItelephoneVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAreacode(telephoneParser.AreacodeContext)

Visit a parse tree produced by areacode().

Declaration
Result VisitAreacode(telephoneParser.AreacodeContext context)
Parameters
Type Name Description
telephoneParser.AreacodeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExchange(telephoneParser.ExchangeContext)

Visit a parse tree produced by exchange().

Declaration
Result VisitExchange(telephoneParser.ExchangeContext context)
Parameters
Type Name Description
telephoneParser.ExchangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJapan(telephoneParser.JapanContext)

Visit a parse tree produced by japan().

Declaration
Result VisitJapan(telephoneParser.JapanContext context)
Parameters
Type Name Description
telephoneParser.JapanContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNanp(telephoneParser.NanpContext)

Visit a parse tree produced by nanp().

Declaration
Result VisitNanp(telephoneParser.NanpContext context)
Parameters
Type Name Description
telephoneParser.NanpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNumber(telephoneParser.NumberContext)

Visit a parse tree produced by number().

Declaration
Result VisitNumber(telephoneParser.NumberContext context)
Parameters
Type Name Description
telephoneParser.NumberContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubscriber(telephoneParser.SubscriberContext)

Visit a parse tree produced by subscriber().

Declaration
Result VisitSubscriber(telephoneParser.SubscriberContext context)
Parameters
Type Name Description
telephoneParser.SubscriberContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariation(telephoneParser.VariationContext)

Visit a parse tree produced by variation().

Declaration
Result VisitVariation(telephoneParser.VariationContext context)
Parameters
Type Name Description
telephoneParser.VariationContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX