Class telephoneParser
Inheritance
System.Object
telephoneParser
Assembly: Telephone.dll
Syntax
public class telephoneParser : Parser
Constructors
|
Improve this Doc
View Source
telephoneParser(ITokenStream)
Declaration
public telephoneParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
telephoneParser(ITokenStream, TextWriter, TextWriter)
Declaration
public telephoneParser(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
RULE_areacode
Declaration
public const int RULE_areacode = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exchange
Declaration
public const int RULE_exchange = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_japan
Declaration
public const int RULE_japan = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nanp
Declaration
public const int RULE_nanp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_number
Declaration
public const int RULE_number = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_subscriber
Declaration
public const int RULE_subscriber = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variation
Declaration
public const int RULE_variation = 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 |
|
|
Improve this Doc
View Source
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__3
Declaration
public const int T__3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = 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
areacode()
Declaration
public telephoneParser.AreacodeContext areacode()
Returns
|
Improve this Doc
View Source
exchange()
Declaration
public telephoneParser.ExchangeContext exchange()
Returns
|
Improve this Doc
View Source
japan()
Declaration
public telephoneParser.JapanContext japan()
Returns
|
Improve this Doc
View Source
nanp()
Declaration
public telephoneParser.NanpContext nanp()
Returns
|
Improve this Doc
View Source
number()
Declaration
public telephoneParser.NumberContext number()
Returns
|
Improve this Doc
View Source
subscriber()
Declaration
public telephoneParser.SubscriberContext subscriber()
Returns
|
Improve this Doc
View Source
variation()
Declaration
public telephoneParser.VariationContext variation()
Returns