Class romannumeralsParser
Inheritance
System.Object
romannumeralsParser
Assembly: Romannumerals.dll
Syntax
public class romannumeralsParser : Parser
Constructors
|
Improve this Doc
View Source
romannumeralsParser(ITokenStream)
Declaration
public romannumeralsParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
romannumeralsParser(ITokenStream, TextWriter, TextWriter)
Declaration
public romannumeralsParser(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
C
Declaration
public const int C = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CC
Declaration
public const int CC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CCC
Declaration
public const int CCC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CD
Declaration
public const int CD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CM
Declaration
public const int CM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
D
Declaration
public const int D = 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
I
Declaration
public const int I = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
II
Declaration
public const int II = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
III
Declaration
public const int III = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IV
Declaration
public const int IV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IX
Declaration
public const int IX = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
L
Declaration
public const int L = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
M
Declaration
public const int M = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression
Declaration
public const int RULE_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_hun_part
Declaration
public const int RULE_hun_part = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_hun_rep
Declaration
public const int RULE_hun_rep = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_hundreds
Declaration
public const int RULE_hundreds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ones
Declaration
public const int RULE_ones = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ones_rep
Declaration
public const int RULE_ones_rep = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tens
Declaration
public const int RULE_tens = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tens_part
Declaration
public const int RULE_tens_part = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tens_rep
Declaration
public const int RULE_tens_rep = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_thous_part
Declaration
public const int RULE_thous_part = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_thousands
Declaration
public const int RULE_thousands = 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
V
Declaration
public const int V = 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 |
|
|
Improve this Doc
View Source
X
Declaration
public const int X = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XC
Declaration
public const int XC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XL
Declaration
public const int XL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XX
Declaration
public const int XX = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XXX
Declaration
public const int XXX = 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
expression()
Declaration
public romannumeralsParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
hun_part()
Declaration
public romannumeralsParser.Hun_partContext hun_part()
Returns
|
Improve this Doc
View Source
hun_rep()
Declaration
public romannumeralsParser.Hun_repContext hun_rep()
Returns
|
Improve this Doc
View Source
hundreds()
Declaration
public romannumeralsParser.HundredsContext hundreds()
Returns
|
Improve this Doc
View Source
ones()
Declaration
public romannumeralsParser.OnesContext ones()
Returns
|
Improve this Doc
View Source
ones_rep()
Declaration
public romannumeralsParser.Ones_repContext ones_rep()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
tens()
Declaration
public romannumeralsParser.TensContext tens()
Returns
|
Improve this Doc
View Source
tens_part()
Declaration
public romannumeralsParser.Tens_partContext tens_part()
Returns
|
Improve this Doc
View Source
tens_rep()
Declaration
public romannumeralsParser.Tens_repContext tens_rep()
Returns
|
Improve this Doc
View Source
thous_part()
Declaration
public romannumeralsParser.Thous_partContext thous_part()
Returns
|
Improve this Doc
View Source
thousands()
Declaration
public romannumeralsParser.ThousandsContext thousands()
Returns