Class AbnfParser
Inheritance
System.Object
AbnfParser
Assembly: Abnf.dll
Syntax
public class AbnfParser : Parser
Constructors
|
Improve this Doc
View Source
AbnfParser(ITokenStream)
Declaration
public AbnfParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
AbnfParser(ITokenStream, TextWriter, TextWriter)
Declaration
public AbnfParser(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
Declaration
public const int COMMENT = 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
ID
Declaration
public const int ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INT
Declaration
public const int INT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NumberValue
Declaration
public const int NumberValue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProseValue
Declaration
public const int ProseValue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_alternation
Declaration
public const int RULE_alternation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_concatenation
Declaration
public const int RULE_concatenation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_element
Declaration
public const int RULE_element = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_elements
Declaration
public const int RULE_elements = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_group
Declaration
public const int RULE_group = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_option
Declaration
public const int RULE_option = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_repeat_
Declaration
public const int RULE_repeat_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_repetition
Declaration
public const int RULE_repetition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rule_
Declaration
public const int RULE_rule_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rulelist
Declaration
public const int RULE_rulelist = 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
STRING
Declaration
public const int STRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
T__4
Declaration
public const int T__4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__5
Declaration
public const int T__5 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__6
Declaration
public const int T__6 = 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
alternation()
Declaration
public AbnfParser.AlternationContext alternation()
Returns
|
Improve this Doc
View Source
concatenation()
Declaration
public AbnfParser.ConcatenationContext concatenation()
Returns
|
Improve this Doc
View Source
element()
Declaration
public AbnfParser.ElementContext element()
Returns
|
Improve this Doc
View Source
elements()
Declaration
public AbnfParser.ElementsContext elements()
Returns
|
Improve this Doc
View Source
group()
Declaration
public AbnfParser.GroupContext group()
Returns
|
Improve this Doc
View Source
option()
Declaration
public AbnfParser.OptionContext option()
Returns
|
Improve this Doc
View Source
repeat_()
Declaration
public AbnfParser.Repeat_Context repeat_()
Returns
|
Improve this Doc
View Source
repetition()
Declaration
public AbnfParser.RepetitionContext repetition()
Returns
|
Improve this Doc
View Source
rule_()
Declaration
public AbnfParser.Rule_Context rule_()
Returns
|
Improve this Doc
View Source
rulelist()
Declaration
public AbnfParser.RulelistContext rulelist()
Returns