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 SourceVisitAreacode(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 |
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 |
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 |
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 |
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 |
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 |
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 |