Show / Hide Table of Contents

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
System.Object
beepBaseListener
Implements
IbeepListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Rfc3080
Assembly: Rfc3080.dll
Syntax
public class beepBaseListener : object, IbeepListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IbeepListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX