Show / Hide Table of Contents

Interface ItcpListener

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

Namespace: GCore.Antlr.Grammers.Tcpheader
Assembly: Tcpheader.dll
Syntax
public interface ItcpListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAcknumber(tcpParser.AcknumberContext)

Enter a parse tree produced by acknumber().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
void EnterDword_(tcpParser.Dword_Context context)
Parameters
Type Name Description
tcpParser.Dword_Context context

The parse tree.

| Improve this Doc View Source

EnterFlags(tcpParser.FlagsContext)

Enter a parse tree produced by flags().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
void ExitDword_(tcpParser.Dword_Context context)
Parameters
Type Name Description
tcpParser.Dword_Context context

The parse tree.

| Improve this Doc View Source

ExitFlags(tcpParser.FlagsContext)

Exit a parse tree produced by flags().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
void ExitWord_(tcpParser.Word_Context context)
Parameters
Type Name Description
tcpParser.Word_Context context

The parse tree.

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