Class bibcodeParser
Inheritance
System.Object
bibcodeParser
Assembly: Bibcode.dll
Syntax
public class bibcodeParser : Parser
Constructors
|
Improve this Doc
View Source
bibcodeParser(ITokenStream)
Declaration
public bibcodeParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
bibcodeParser(ITokenStream, TextWriter, TextWriter)
Declaration
public bibcodeParser(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
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOWERLETTER
Declaration
public const int LOWERLETTER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_author
Declaration
public const int RULE_author = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_bibcode
Declaration
public const int RULE_bibcode = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_digit
Declaration
public const int RULE_digit = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_letter
Declaration
public const int RULE_letter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_page
Declaration
public const int RULE_page = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pagesection
Declaration
public const int RULE_pagesection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_publish
Declaration
public const int RULE_publish = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section
Declaration
public const int RULE_section = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_volume
Declaration
public const int RULE_volume = 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
UPPERLETTER
Declaration
public const int UPPERLETTER = 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
author()
Declaration
public bibcodeParser.AuthorContext author()
Returns
|
Improve this Doc
View Source
bibcode()
Declaration
public bibcodeParser.BibcodeContext bibcode()
Returns
|
Improve this Doc
View Source
digit()
Declaration
public bibcodeParser.DigitContext digit()
Returns
|
Improve this Doc
View Source
letter()
Declaration
public bibcodeParser.LetterContext letter()
Returns
|
Improve this Doc
View Source
page()
Declaration
public bibcodeParser.PageContext page()
Returns
|
Improve this Doc
View Source
pagesection()
Declaration
public bibcodeParser.PagesectionContext pagesection()
Returns
|
Improve this Doc
View Source
publish()
Declaration
public bibcodeParser.PublishContext publish()
Returns
|
Improve this Doc
View Source
section()
Declaration
public bibcodeParser.SectionContext section()
Returns
|
Improve this Doc
View Source
volume()
Declaration
public bibcodeParser.VolumeContext volume()
Returns
|
Improve this Doc
View Source
year()
Declaration
public bibcodeParser.YearContext year()
Returns