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