Class piiParser
Inheritance
System.Object
piiParser
Assembly: Pii.dll
Syntax
public class piiParser : Parser
Constructors
|
Improve this Doc
View Source
piiParser(ITokenStream)
Declaration
public piiParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
piiParser(ITokenStream, TextWriter, TextWriter)
Declaration
public piiParser(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
DASH
Declaration
public const int DASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
LPAREN
Declaration
public const int LPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPAREN
Declaration
public const int RPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_check
Declaration
public const int RULE_check = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_isbn
Declaration
public const int RULE_isbn = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_issn
Declaration
public const int RULE_issn = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_item
Declaration
public const int RULE_item = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pii
Declaration
public const int RULE_pii = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_year
Declaration
public const int RULE_year = 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
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
check()
Declaration
public piiParser.CheckContext check()
Returns
|
Improve this Doc
View Source
isbn()
Declaration
public piiParser.IsbnContext isbn()
Returns
|
Improve this Doc
View Source
issn()
Declaration
public piiParser.IssnContext issn()
Returns
|
Improve this Doc
View Source
item()
Declaration
public piiParser.ItemContext item()
Returns
|
Improve this Doc
View Source
pii()
Declaration
public piiParser.PiiContext pii()
Returns
|
Improve this Doc
View Source
year()
Declaration
public piiParser.YearContext year()
Returns