Class ednParser
Inheritance
System.Object
ednParser
Assembly: Edn.dll
Syntax
public class ednParser : Parser
Constructors
|
Improve this Doc
View Source
ednParser(ITokenStream)
Declaration
public ednParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
ednParser(ITokenStream, TextWriter, TextWriter)
Declaration
public ednParser(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
BooleanLiteral
Declaration
public const int BooleanLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CharacterLiteral
Declaration
public const int CharacterLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Colon
Declaration
public const int Colon = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
FloatingPointLiteral
Declaration
public const int FloatingPointLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FractionalPart
Declaration
public const int FractionalPart = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Hash
Declaration
public const int Hash = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HashedLeftBrace
Declaration
public const int HashedLeftBrace = 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
IntegerLiteral
Declaration
public const int IntegerLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftBrace
Declaration
public const int LeftBrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftBracket
Declaration
public const int LeftBracket = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftParenthesis
Declaration
public const int LeftParenthesis = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public const int Name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NilLiteral
Declaration
public const int NilLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightBrace
Declaration
public const int RightBrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightBracket
Declaration
public const int RightBracket = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightParenthesis
Declaration
public const int RightParenthesis = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_keyword
Declaration
public const int RULE_keyword = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_list_
Declaration
public const int RULE_list_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_map_
Declaration
public const int RULE_map_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_program
Declaration
public const int RULE_program = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_set_
Declaration
public const int RULE_set_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tag
Declaration
public const int RULE_tag = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value
Declaration
public const int RULE_value = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_vector
Declaration
public const int RULE_vector = 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
StringLiteral
Declaration
public const int StringLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Symbol
Declaration
public const int Symbol = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Whitespace
Declaration
public const int Whitespace = 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
keyword()
Declaration
public ednParser.KeywordContext keyword()
Returns
|
Improve this Doc
View Source
list_()
Declaration
public ednParser.List_Context list_()
Returns
|
Improve this Doc
View Source
map_()
Declaration
public ednParser.Map_Context map_()
Returns
|
Improve this Doc
View Source
program()
Declaration
public ednParser.ProgramContext program()
Returns
|
Improve this Doc
View Source
set_()
Declaration
public ednParser.Set_Context set_()
Returns
|
Improve this Doc
View Source
tag()
Declaration
public ednParser.TagContext tag()
Returns
|
Improve this Doc
View Source
value()
Declaration
public ednParser.ValueContext value()
Returns
|
Improve this Doc
View Source
vector()
Declaration
public ednParser.VectorContext vector()
Returns