Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Url

Classes

urlBaseListener

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

urlBaseVisitor<Result>

This class provides an empty implementation of IurlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

urlLexer

urlParser

urlParser.DomainNameOrIPv4HostContext

urlParser.FragContext

urlParser.HostContext

urlParser.HostnameContext

urlParser.IPv6HostContext

urlParser.LoginContext

urlParser.PasswordContext

urlParser.PathContext

urlParser.PortContext

urlParser.QueryContext

urlParser.SchemeContext

urlParser.SearchContext

urlParser.SearchparameterContext

urlParser.StringContext

urlParser.UriContext

urlParser.UrlContext

urlParser.UserContext

urlParser.V6hostContext

Interfaces

IurlListener

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

IurlVisitor<Result>

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

In This Article
Back to top Generated by DocFX