Interface ItelephoneListener
This interface defines a complete listener for a parse tree produced by telephoneParser.
Namespace: GCore.Antlr.Grammers.Telephone
Assembly: Telephone.dll
Syntax
public interface ItelephoneListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAreacode(telephoneParser.AreacodeContext)
Enter a parse tree produced by areacode().
Declaration
void EnterAreacode(telephoneParser.AreacodeContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.AreacodeContext | context | The parse tree. |
EnterExchange(telephoneParser.ExchangeContext)
Enter a parse tree produced by exchange().
Declaration
void EnterExchange(telephoneParser.ExchangeContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.ExchangeContext | context | The parse tree. |
EnterJapan(telephoneParser.JapanContext)
Enter a parse tree produced by japan().
Declaration
void EnterJapan(telephoneParser.JapanContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.JapanContext | context | The parse tree. |
EnterNanp(telephoneParser.NanpContext)
Enter a parse tree produced by nanp().
Declaration
void EnterNanp(telephoneParser.NanpContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.NanpContext | context | The parse tree. |
EnterNumber(telephoneParser.NumberContext)
Enter a parse tree produced by number().
Declaration
void EnterNumber(telephoneParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.NumberContext | context | The parse tree. |
EnterSubscriber(telephoneParser.SubscriberContext)
Enter a parse tree produced by subscriber().
Declaration
void EnterSubscriber(telephoneParser.SubscriberContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.SubscriberContext | context | The parse tree. |
EnterVariation(telephoneParser.VariationContext)
Enter a parse tree produced by variation().
Declaration
void EnterVariation(telephoneParser.VariationContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.VariationContext | context | The parse tree. |
ExitAreacode(telephoneParser.AreacodeContext)
Exit a parse tree produced by areacode().
Declaration
void ExitAreacode(telephoneParser.AreacodeContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.AreacodeContext | context | The parse tree. |
ExitExchange(telephoneParser.ExchangeContext)
Exit a parse tree produced by exchange().
Declaration
void ExitExchange(telephoneParser.ExchangeContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.ExchangeContext | context | The parse tree. |
ExitJapan(telephoneParser.JapanContext)
Exit a parse tree produced by japan().
Declaration
void ExitJapan(telephoneParser.JapanContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.JapanContext | context | The parse tree. |
ExitNanp(telephoneParser.NanpContext)
Exit a parse tree produced by nanp().
Declaration
void ExitNanp(telephoneParser.NanpContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.NanpContext | context | The parse tree. |
ExitNumber(telephoneParser.NumberContext)
Exit a parse tree produced by number().
Declaration
void ExitNumber(telephoneParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.NumberContext | context | The parse tree. |
ExitSubscriber(telephoneParser.SubscriberContext)
Exit a parse tree produced by subscriber().
Declaration
void ExitSubscriber(telephoneParser.SubscriberContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.SubscriberContext | context | The parse tree. |
ExitVariation(telephoneParser.VariationContext)
Exit a parse tree produced by variation().
Declaration
void ExitVariation(telephoneParser.VariationContext context)
Parameters
Type | Name | Description |
---|---|---|
telephoneParser.VariationContext | context | The parse tree. |