Show / Hide Table of Contents

Interface IdomainListener

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

Namespace: GCore.Antlr.Grammers.Rfc1035
Assembly: Rfc1035.dll
Syntax
public interface IdomainListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterDomain(domainParser.DomainContext)

Enter a parse tree produced by domain().

Declaration
void EnterDomain(domainParser.DomainContext context)
Parameters
Type Name Description
domainParser.DomainContext context

The parse tree.

| Improve this Doc View Source

EnterSubdomain(domainParser.SubdomainContext)

Enter a parse tree produced by subdomain().

Declaration
void EnterSubdomain(domainParser.SubdomainContext context)
Parameters
Type Name Description
domainParser.SubdomainContext context

The parse tree.

| Improve this Doc View Source

ExitDomain(domainParser.DomainContext)

Exit a parse tree produced by domain().

Declaration
void ExitDomain(domainParser.DomainContext context)
Parameters
Type Name Description
domainParser.DomainContext context

The parse tree.

| Improve this Doc View Source

ExitSubdomain(domainParser.SubdomainContext)

Exit a parse tree produced by subdomain().

Declaration
void ExitSubdomain(domainParser.SubdomainContext context)
Parameters
Type Name Description
domainParser.SubdomainContext context

The parse tree.

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