Class quakemapParser
Inheritance
System.Object
quakemapParser
Assembly: Quakemap.dll
Syntax
public class quakemapParser : Parser
Constructors
|
Improve this Doc
View Source
quakemapParser(ITokenStream)
Declaration
public quakemapParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
quakemapParser(ITokenStream, TextWriter, TextWriter)
Declaration
public quakemapParser(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
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_brush
Declaration
public const int RULE_brush = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_brushline
Declaration
public const int RULE_brushline = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_coord
Declaration
public const int RULE_coord = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_entity
Declaration
public const int RULE_entity = 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_map_
Declaration
public const int RULE_map_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_num
Declaration
public const int RULE_num = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_string
Declaration
public const int RULE_string = 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
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
TEXT
Declaration
public const int TEXT = 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
brush()
Declaration
public quakemapParser.BrushContext brush()
Returns
|
Improve this Doc
View Source
brushline()
Declaration
public quakemapParser.BrushlineContext brushline()
Returns
|
Improve this Doc
View Source
coord()
Declaration
public quakemapParser.CoordContext coord()
Returns
|
Improve this Doc
View Source
entity()
Declaration
public quakemapParser.EntityContext entity()
Returns
|
Improve this Doc
View Source
keyvalue()
Declaration
public quakemapParser.KeyvalueContext keyvalue()
Returns
|
Improve this Doc
View Source
map_()
Declaration
public quakemapParser.Map_Context map_()
Returns
|
Improve this Doc
View Source
num()
Declaration
public quakemapParser.NumContext num()
Returns
|
Improve this Doc
View Source
string()
Declaration
public quakemapParser.StringContext string()
Returns
|
Improve this Doc
View Source
text()
Declaration
public quakemapParser.TextContext text()
Returns