Show / Hide Table of Contents

Interface IbeepListener

This interface defines a complete listener for a parse tree produced by beepParser.

Namespace: GCore.Antlr.Grammers.Rfc3080
Assembly: Rfc3080.dll
Syntax
public interface IbeepListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAns(beepParser.AnsContext)

Enter a parse tree produced by ans().

Declaration
void EnterAns(beepParser.AnsContext context)
Parameters
Type Name Description
beepParser.AnsContext context

The parse tree.

| Improve this Doc View Source

EnterAnsno(beepParser.AnsnoContext)

Enter a parse tree produced by ansno().

Declaration
void EnterAnsno(beepParser.AnsnoContext context)
Parameters
Type Name Description
beepParser.AnsnoContext context

The parse tree.

| Improve this Doc View Source

EnterChannel(beepParser.ChannelContext)

Enter a parse tree produced by channel().

Declaration
void EnterChannel(beepParser.ChannelContext context)
Parameters
Type Name Description
beepParser.ChannelContext context

The parse tree.

| Improve this Doc View Source

EnterCommon(beepParser.CommonContext)

Enter a parse tree produced by common().

Declaration
void EnterCommon(beepParser.CommonContext context)
Parameters
Type Name Description
beepParser.CommonContext context

The parse tree.

| Improve this Doc View Source

EnterData(beepParser.DataContext)

Enter a parse tree produced by data().

Declaration
void EnterData(beepParser.DataContext context)
Parameters
Type Name Description
beepParser.DataContext context

The parse tree.

| Improve this Doc View Source

EnterErr(beepParser.ErrContext)

Enter a parse tree produced by err().

Declaration
void EnterErr(beepParser.ErrContext context)
Parameters
Type Name Description
beepParser.ErrContext context

The parse tree.

| Improve this Doc View Source

EnterFrame(beepParser.FrameContext)

Enter a parse tree produced by frame().

Declaration
void EnterFrame(beepParser.FrameContext context)
Parameters
Type Name Description
beepParser.FrameContext context

The parse tree.

| Improve this Doc View Source

EnterHeader(beepParser.HeaderContext)

Enter a parse tree produced by header().

Declaration
void EnterHeader(beepParser.HeaderContext context)
Parameters
Type Name Description
beepParser.HeaderContext context

The parse tree.

| Improve this Doc View Source

EnterMore(beepParser.MoreContext)

Enter a parse tree produced by more().

Declaration
void EnterMore(beepParser.MoreContext context)
Parameters
Type Name Description
beepParser.MoreContext context

The parse tree.

| Improve this Doc View Source

EnterMsg(beepParser.MsgContext)

Enter a parse tree produced by msg().

Declaration
void EnterMsg(beepParser.MsgContext context)
Parameters
Type Name Description
beepParser.MsgContext context

The parse tree.

| Improve this Doc View Source

EnterMsgno(beepParser.MsgnoContext)

Enter a parse tree produced by msgno().

Declaration
void EnterMsgno(beepParser.MsgnoContext context)
Parameters
Type Name Description
beepParser.MsgnoContext context

The parse tree.

| Improve this Doc View Source

EnterNul(beepParser.NulContext)

Enter a parse tree produced by nul().

Declaration
void EnterNul(beepParser.NulContext context)
Parameters
Type Name Description
beepParser.NulContext context

The parse tree.

| Improve this Doc View Source

EnterPayload_trailer(beepParser.Payload_trailerContext)

Enter a parse tree produced by payload_trailer().

Declaration
void EnterPayload_trailer(beepParser.Payload_trailerContext context)
Parameters
Type Name Description
beepParser.Payload_trailerContext context

The parse tree.

| Improve this Doc View Source

EnterRpy(beepParser.RpyContext)

Enter a parse tree produced by rpy().

Declaration
void EnterRpy(beepParser.RpyContext context)
Parameters
Type Name Description
beepParser.RpyContext context

The parse tree.

| Improve this Doc View Source

EnterSeqno(beepParser.SeqnoContext)

Enter a parse tree produced by seqno().

Declaration
void EnterSeqno(beepParser.SeqnoContext context)
Parameters
Type Name Description
beepParser.SeqnoContext context

The parse tree.

| Improve this Doc View Source

EnterSize(beepParser.SizeContext)

Enter a parse tree produced by size().

Declaration
void EnterSize(beepParser.SizeContext context)
Parameters
Type Name Description
beepParser.SizeContext context

The parse tree.

| Improve this Doc View Source

ExitAns(beepParser.AnsContext)

Exit a parse tree produced by ans().

Declaration
void ExitAns(beepParser.AnsContext context)
Parameters
Type Name Description
beepParser.AnsContext context

The parse tree.

| Improve this Doc View Source

ExitAnsno(beepParser.AnsnoContext)

Exit a parse tree produced by ansno().

Declaration
void ExitAnsno(beepParser.AnsnoContext context)
Parameters
Type Name Description
beepParser.AnsnoContext context

The parse tree.

| Improve this Doc View Source

ExitChannel(beepParser.ChannelContext)

Exit a parse tree produced by channel().

Declaration
void ExitChannel(beepParser.ChannelContext context)
Parameters
Type Name Description
beepParser.ChannelContext context

The parse tree.

| Improve this Doc View Source

ExitCommon(beepParser.CommonContext)

Exit a parse tree produced by common().

Declaration
void ExitCommon(beepParser.CommonContext context)
Parameters
Type Name Description
beepParser.CommonContext context

The parse tree.

| Improve this Doc View Source

ExitData(beepParser.DataContext)

Exit a parse tree produced by data().

Declaration
void ExitData(beepParser.DataContext context)
Parameters
Type Name Description
beepParser.DataContext context

The parse tree.

| Improve this Doc View Source

ExitErr(beepParser.ErrContext)

Exit a parse tree produced by err().

Declaration
void ExitErr(beepParser.ErrContext context)
Parameters
Type Name Description
beepParser.ErrContext context

The parse tree.

| Improve this Doc View Source

ExitFrame(beepParser.FrameContext)

Exit a parse tree produced by frame().

Declaration
void ExitFrame(beepParser.FrameContext context)
Parameters
Type Name Description
beepParser.FrameContext context

The parse tree.

| Improve this Doc View Source

ExitHeader(beepParser.HeaderContext)

Exit a parse tree produced by header().

Declaration
void ExitHeader(beepParser.HeaderContext context)
Parameters
Type Name Description
beepParser.HeaderContext context

The parse tree.

| Improve this Doc View Source

ExitMore(beepParser.MoreContext)

Exit a parse tree produced by more().

Declaration
void ExitMore(beepParser.MoreContext context)
Parameters
Type Name Description
beepParser.MoreContext context

The parse tree.

| Improve this Doc View Source

ExitMsg(beepParser.MsgContext)

Exit a parse tree produced by msg().

Declaration
void ExitMsg(beepParser.MsgContext context)
Parameters
Type Name Description
beepParser.MsgContext context

The parse tree.

| Improve this Doc View Source

ExitMsgno(beepParser.MsgnoContext)

Exit a parse tree produced by msgno().

Declaration
void ExitMsgno(beepParser.MsgnoContext context)
Parameters
Type Name Description
beepParser.MsgnoContext context

The parse tree.

| Improve this Doc View Source

ExitNul(beepParser.NulContext)

Exit a parse tree produced by nul().

Declaration
void ExitNul(beepParser.NulContext context)
Parameters
Type Name Description
beepParser.NulContext context

The parse tree.

| Improve this Doc View Source

ExitPayload_trailer(beepParser.Payload_trailerContext)

Exit a parse tree produced by payload_trailer().

Declaration
void ExitPayload_trailer(beepParser.Payload_trailerContext context)
Parameters
Type Name Description
beepParser.Payload_trailerContext context

The parse tree.

| Improve this Doc View Source

ExitRpy(beepParser.RpyContext)

Exit a parse tree produced by rpy().

Declaration
void ExitRpy(beepParser.RpyContext context)
Parameters
Type Name Description
beepParser.RpyContext context

The parse tree.

| Improve this Doc View Source

ExitSeqno(beepParser.SeqnoContext)

Exit a parse tree produced by seqno().

Declaration
void ExitSeqno(beepParser.SeqnoContext context)
Parameters
Type Name Description
beepParser.SeqnoContext context

The parse tree.

| Improve this Doc View Source

ExitSize(beepParser.SizeContext)

Exit a parse tree produced by size().

Declaration
void ExitSize(beepParser.SizeContext context)
Parameters
Type Name Description
beepParser.SizeContext context

The parse tree.

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