Class beepBaseListener
This class provides an empty implementation of IbeepListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Rfc3080
Assembly: Rfc3080.dll
Syntax
public class beepBaseListener : object, IbeepListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAns(beepParser.AnsContext)
Enter a parse tree produced by ans().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterErr(beepParser.ErrContext context)
Parameters
Type | Name | Description |
---|---|---|
beepParser.ErrContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterFrame(beepParser.FrameContext)
Enter a parse tree produced by frame().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitErr(beepParser.ErrContext context)
Parameters
Type | Name | Description |
---|---|---|
beepParser.ErrContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitFrame(beepParser.FrameContext)
Exit a parse tree produced by frame().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitSize(beepParser.SizeContext context)
Parameters
Type | Name | Description |
---|---|---|
beepParser.SizeContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.