Class stellarisParser
Inheritance
System.Object
stellarisParser
Assembly: Stellaris.dll
Syntax
public class stellarisParser : Parser
Constructors
|
Improve this Doc
View Source
stellarisParser(ITokenStream)
Declaration
public stellarisParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
stellarisParser(ITokenStream, TextWriter, TextWriter)
Declaration
public stellarisParser(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
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTEGER
Declaration
public const int INTEGER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NL
Declaration
public const int NL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_accessor
Declaration
public const int RULE_accessor = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_attrib
Declaration
public const int RULE_attrib = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_content
Declaration
public const int RULE_content = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expr
Declaration
public const int RULE_expr = 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_id_
Declaration
public const int RULE_id_ = 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_keyval
Declaration
public const int RULE_keyval = 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
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
SPACE
Declaration
public const int SPACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
T__7
Declaration
public const int T__7 = 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
accessor()
Declaration
public stellarisParser.AccessorContext accessor()
Returns
|
Improve this Doc
View Source
attrib()
Declaration
public stellarisParser.AttribContext attrib()
Returns
|
Improve this Doc
View Source
content()
Declaration
public stellarisParser.ContentContext content()
Returns
|
Improve this Doc
View Source
expr()
Declaration
public stellarisParser.ExprContext expr()
Returns
|
Improve this Doc
View Source
group()
Declaration
public stellarisParser.GroupContext group()
Returns
|
Improve this Doc
View Source
id_()
Declaration
public stellarisParser.Id_Context id_()
Returns
|
Improve this Doc
View Source
key()
Declaration
public stellarisParser.KeyContext key()
Returns
|
Improve this Doc
View Source
keyval()
Declaration
public stellarisParser.KeyvalContext keyval()
Returns
|
Improve this Doc
View Source
val()
Declaration
public stellarisParser.ValContext val()
Returns