Class bnfParser
Inheritance
System.Object
bnfParser
Assembly: Bnf.dll
Syntax
public class bnfParser : Parser
Constructors
|
Improve this Doc
View Source
bnfParser(ITokenStream)
Declaration
public bnfParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
bnfParser(ITokenStream, TextWriter, TextWriter)
Declaration
public bnfParser(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
ASSIGN
Declaration
public const int ASSIGN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BAR
Declaration
public const int BAR = 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
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public const int ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LBRACE
Declaration
public const int LBRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LEND
Declaration
public const int LEND = 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
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RBRACE
Declaration
public const int RBRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REND
Declaration
public const int REND = 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_alternative
Declaration
public const int RULE_alternative = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_alternatives
Declaration
public const int RULE_alternatives = 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_id_
Declaration
public const int RULE_id_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_lhs
Declaration
public const int RULE_lhs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_oneormore
Declaration
public const int RULE_oneormore = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_
Declaration
public const int RULE_optional_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rhs
Declaration
public const int RULE_rhs = 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_ruleid
Declaration
public const int RULE_ruleid = 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
RULE_text_
Declaration
public const int RULE_text_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_zeroormore
Declaration
public const int RULE_zeroormore = 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
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
alternative()
Declaration
public bnfParser.AlternativeContext alternative()
Returns
|
Improve this Doc
View Source
alternatives()
Declaration
public bnfParser.AlternativesContext alternatives()
Returns
|
Improve this Doc
View Source
element()
Declaration
public bnfParser.ElementContext element()
Returns
|
Improve this Doc
View Source
id_()
Declaration
public bnfParser.Id_Context id_()
Returns
|
Improve this Doc
View Source
lhs()
Declaration
public bnfParser.LhsContext lhs()
Returns
|
Improve this Doc
View Source
oneormore()
Declaration
public bnfParser.OneormoreContext oneormore()
Returns
|
Improve this Doc
View Source
optional_()
Declaration
public bnfParser.Optional_Context optional_()
Returns
|
Improve this Doc
View Source
rhs()
Declaration
public bnfParser.RhsContext rhs()
Returns
|
Improve this Doc
View Source
rule_()
Declaration
public bnfParser.Rule_Context rule_()
Returns
|
Improve this Doc
View Source
ruleid()
Declaration
public bnfParser.RuleidContext ruleid()
Returns
|
Improve this Doc
View Source
rulelist()
Declaration
public bnfParser.RulelistContext rulelist()
Returns
|
Improve this Doc
View Source
text_()
Declaration
public bnfParser.Text_Context text_()
Returns
|
Improve this Doc
View Source
zeroormore()
Declaration
public bnfParser.ZeroormoreContext zeroormore()
Returns