Show / Hide Table of Contents

Interface IdomainVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Rfc1035
Assembly: Rfc1035.dll
Syntax
public interface IdomainVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitDomain(domainParser.DomainContext)

Visit a parse tree produced by domain().

Declaration
Result VisitDomain(domainParser.DomainContext context)
Parameters
Type Name Description
domainParser.DomainContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubdomain(domainParser.SubdomainContext)

Visit a parse tree produced by subdomain().

Declaration
Result VisitSubdomain(domainParser.SubdomainContext context)
Parameters
Type Name Description
domainParser.SubdomainContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX