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