Class domainParser
Inheritance
System.Object
domainParser
Assembly: Rfc1035.dll
Syntax
public class domainParser : Parser
Constructors
|
Improve this Doc
View Source
domainParser(ITokenStream)
Declaration
public domainParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
domainParser(ITokenStream, TextWriter, TextWriter)
Declaration
public domainParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DIGIT
Declaration
public const int DIGIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LABEL
Declaration
public const int LABEL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LDH_STR
Declaration
public const int LDH_STR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LET_DIG
Declaration
public const int LET_DIG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LET_DIG_HYP
Declaration
public const int LET_DIG_HYP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LETTER
Declaration
public const int LETTER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_domain
Declaration
public const int RULE_domain = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_subdomain
Declaration
public const int RULE_subdomain = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
domain()
Declaration
public domainParser.DomainContext domain()
Returns
|
Improve this Doc
View Source
subdomain()
Declaration
public domainParser.SubdomainContext subdomain()
Returns