Class vmfParser
Inheritance
System.Object
vmfParser
Assembly: Vmf.dll
Syntax
public class vmfParser : Parser
Constructors
|
Improve this Doc
View Source
vmfParser(ITokenStream)
Declaration
public vmfParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
vmfParser(ITokenStream, TextWriter, TextWriter)
Declaration
public vmfParser(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
QUOTEDSTTRING
Declaration
public const int QUOTEDSTTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_atomicvalue
Declaration
public const int RULE_atomicvalue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_key
Declaration
public const int RULE_key = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_keyvalue
Declaration
public const int RULE_keyvalue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_listvalue
Declaration
public const int RULE_listvalue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_val
Declaration
public const int RULE_val = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_vmf
Declaration
public const int RULE_vmf = 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
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
atomicvalue()
Declaration
public vmfParser.AtomicvalueContext atomicvalue()
Returns
|
Improve this Doc
View Source
key()
Declaration
public vmfParser.KeyContext key()
Returns
|
Improve this Doc
View Source
keyvalue()
Declaration
public vmfParser.KeyvalueContext keyvalue()
Returns
|
Improve this Doc
View Source
listvalue()
Declaration
public vmfParser.ListvalueContext listvalue()
Returns
|
Improve this Doc
View Source
val()
Declaration
public vmfParser.ValContext val()
Returns
|
Improve this Doc
View Source
vmf()
Declaration
public vmfParser.VmfContext vmf()
Returns