Show / Hide Table of Contents

Class tcpBaseListener

This class provides an empty implementation of ItcpListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
tcpBaseListener
Implements
ItcpListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Tcpheader
Assembly: Tcpheader.dll
Syntax
public class tcpBaseListener : object, ItcpListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAcknumber(tcpParser.AcknumberContext)

Enter a parse tree produced by acknumber().

The default implementation does nothing.

Declaration
public virtual void EnterAcknumber(tcpParser.AcknumberContext context)
Parameters
Type Name Description
tcpParser.AcknumberContext context

The parse tree.

| Improve this Doc View Source

EnterByte_(tcpParser.Byte_Context)

Enter a parse tree produced by byte_().

The default implementation does nothing.

Declaration
public virtual void EnterByte_(tcpParser.Byte_Context context)
Parameters
Type Name Description
tcpParser.Byte_Context context

The parse tree.

| Improve this Doc View Source

EnterChecksum(tcpParser.ChecksumContext)

Enter a parse tree produced by checksum().

The default implementation does nothing.

Declaration
public virtual void EnterChecksum(tcpParser.ChecksumContext context)
Parameters
Type Name Description
tcpParser.ChecksumContext context

The parse tree.

| Improve this Doc View Source

EnterDestinationport(tcpParser.DestinationportContext)

Enter a parse tree produced by destinationport().

The default implementation does nothing.

Declaration
public virtual void EnterDestinationport(tcpParser.DestinationportContext context)
Parameters
Type Name Description
tcpParser.DestinationportContext context

The parse tree.

| Improve this Doc View Source

EnterDword_(tcpParser.Dword_Context)

Enter a parse tree produced by dword_().

The default implementation does nothing.

Declaration
public virtual void EnterDword_(tcpParser.Dword_Context context)
Parameters
Type Name Description
tcpParser.Dword_Context 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

EnterFlags(tcpParser.FlagsContext)

Enter a parse tree produced by flags().

The default implementation does nothing.

Declaration
public virtual void EnterFlags(tcpParser.FlagsContext context)
Parameters
Type Name Description
tcpParser.FlagsContext context

The parse tree.

| Improve this Doc View Source

EnterSegmentheader(tcpParser.SegmentheaderContext)

Enter a parse tree produced by segmentheader().

The default implementation does nothing.

Declaration
public virtual void EnterSegmentheader(tcpParser.SegmentheaderContext context)
Parameters
Type Name Description
tcpParser.SegmentheaderContext context

The parse tree.

| Improve this Doc View Source

EnterSequencenumber(tcpParser.SequencenumberContext)

Enter a parse tree produced by sequencenumber().

The default implementation does nothing.

Declaration
public virtual void EnterSequencenumber(tcpParser.SequencenumberContext context)
Parameters
Type Name Description
tcpParser.SequencenumberContext context

The parse tree.

| Improve this Doc View Source

EnterSourceport(tcpParser.SourceportContext)

Enter a parse tree produced by sourceport().

The default implementation does nothing.

Declaration
public virtual void EnterSourceport(tcpParser.SourceportContext context)
Parameters
Type Name Description
tcpParser.SourceportContext context

The parse tree.

| Improve this Doc View Source

EnterUrgent(tcpParser.UrgentContext)

Enter a parse tree produced by urgent().

The default implementation does nothing.

Declaration
public virtual void EnterUrgent(tcpParser.UrgentContext context)
Parameters
Type Name Description
tcpParser.UrgentContext context

The parse tree.

| Improve this Doc View Source

EnterWindowsize(tcpParser.WindowsizeContext)

Enter a parse tree produced by windowsize().

The default implementation does nothing.

Declaration
public virtual void EnterWindowsize(tcpParser.WindowsizeContext context)
Parameters
Type Name Description
tcpParser.WindowsizeContext context

The parse tree.

| Improve this Doc View Source

EnterWord_(tcpParser.Word_Context)

Enter a parse tree produced by word_().

The default implementation does nothing.

Declaration
public virtual void EnterWord_(tcpParser.Word_Context context)
Parameters
Type Name Description
tcpParser.Word_Context context

The parse tree.

| Improve this Doc View Source

ExitAcknumber(tcpParser.AcknumberContext)

Exit a parse tree produced by acknumber().

The default implementation does nothing.

Declaration
public virtual void ExitAcknumber(tcpParser.AcknumberContext context)
Parameters
Type Name Description
tcpParser.AcknumberContext context

The parse tree.

| Improve this Doc View Source

ExitByte_(tcpParser.Byte_Context)

Exit a parse tree produced by byte_().

The default implementation does nothing.

Declaration
public virtual void ExitByte_(tcpParser.Byte_Context context)
Parameters
Type Name Description
tcpParser.Byte_Context context

The parse tree.

| Improve this Doc View Source

ExitChecksum(tcpParser.ChecksumContext)

Exit a parse tree produced by checksum().

The default implementation does nothing.

Declaration
public virtual void ExitChecksum(tcpParser.ChecksumContext context)
Parameters
Type Name Description
tcpParser.ChecksumContext context

The parse tree.

| Improve this Doc View Source

ExitDestinationport(tcpParser.DestinationportContext)

Exit a parse tree produced by destinationport().

The default implementation does nothing.

Declaration
public virtual void ExitDestinationport(tcpParser.DestinationportContext context)
Parameters
Type Name Description
tcpParser.DestinationportContext context

The parse tree.

| Improve this Doc View Source

ExitDword_(tcpParser.Dword_Context)

Exit a parse tree produced by dword_().

The default implementation does nothing.

Declaration
public virtual void ExitDword_(tcpParser.Dword_Context context)
Parameters
Type Name Description
tcpParser.Dword_Context 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

ExitFlags(tcpParser.FlagsContext)

Exit a parse tree produced by flags().

The default implementation does nothing.

Declaration
public virtual void ExitFlags(tcpParser.FlagsContext context)
Parameters
Type Name Description
tcpParser.FlagsContext context

The parse tree.

| Improve this Doc View Source

ExitSegmentheader(tcpParser.SegmentheaderContext)

Exit a parse tree produced by segmentheader().

The default implementation does nothing.

Declaration
public virtual void ExitSegmentheader(tcpParser.SegmentheaderContext context)
Parameters
Type Name Description
tcpParser.SegmentheaderContext context

The parse tree.

| Improve this Doc View Source

ExitSequencenumber(tcpParser.SequencenumberContext)

Exit a parse tree produced by sequencenumber().

The default implementation does nothing.

Declaration
public virtual void ExitSequencenumber(tcpParser.SequencenumberContext context)
Parameters
Type Name Description
tcpParser.SequencenumberContext context

The parse tree.

| Improve this Doc View Source

ExitSourceport(tcpParser.SourceportContext)

Exit a parse tree produced by sourceport().

The default implementation does nothing.

Declaration
public virtual void ExitSourceport(tcpParser.SourceportContext context)
Parameters
Type Name Description
tcpParser.SourceportContext context

The parse tree.

| Improve this Doc View Source

ExitUrgent(tcpParser.UrgentContext)

Exit a parse tree produced by urgent().

The default implementation does nothing.

Declaration
public virtual void ExitUrgent(tcpParser.UrgentContext context)
Parameters
Type Name Description
tcpParser.UrgentContext context

The parse tree.

| Improve this Doc View Source

ExitWindowsize(tcpParser.WindowsizeContext)

Exit a parse tree produced by windowsize().

The default implementation does nothing.

Declaration
public virtual void ExitWindowsize(tcpParser.WindowsizeContext context)
Parameters
Type Name Description
tcpParser.WindowsizeContext context

The parse tree.

| Improve this Doc View Source

ExitWord_(tcpParser.Word_Context)

Exit a parse tree produced by word_().

The default implementation does nothing.

Declaration
public virtual void ExitWord_(tcpParser.Word_Context context)
Parameters
Type Name Description
tcpParser.Word_Context 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

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