Show / Hide Table of Contents

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 Source

EnterAreacode(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX