Show / Hide Table of Contents

Class urlParser.HostnameContext

Inheritance
System.Object
urlParser.HostnameContext
urlParser.DomainNameOrIPv4HostContext
urlParser.IPv6HostContext
Namespace: GCore.Antlr.Grammers.Url
Assembly: Url.dll
Syntax
public class HostnameContext : ParserRuleContext

Constructors

| Improve this Doc View Source

HostnameContext()

Declaration
public HostnameContext()
| Improve this Doc View Source

HostnameContext(ParserRuleContext, Int32)

Declaration
public HostnameContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CopyFrom(urlParser.HostnameContext)

Declaration
public virtual void CopyFrom(urlParser.HostnameContext context)
Parameters
Type Name Description
urlParser.HostnameContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX