Class pdnParser
Inheritance
System.Object
pdnParser
Assembly: Pdn.dll
Syntax
public class pdnParser : Parser
Constructors
|
Improve this Doc
View Source
pdnParser(ITokenStream)
Declaration
public pdnParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
pdnParser(ITokenStream, TextWriter, TextWriter)
Declaration
public pdnParser(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
MOVE1
Declaration
public const int MOVE1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MOVE2
Declaration
public const int MOVE2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_game
Declaration
public const int RULE_game = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_move
Declaration
public const int RULE_move = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_movenum
Declaration
public const int RULE_movenum = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_moves
Declaration
public const int RULE_moves = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_movespec
Declaration
public const int RULE_movespec = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_number
Declaration
public const int RULE_number = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_result
Declaration
public const int RULE_result = 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_tag
Declaration
public const int RULE_tag = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_tags = 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
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
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
game()
Declaration
public pdnParser.GameContext game()
Returns
|
Improve this Doc
View Source
move()
Declaration
public pdnParser.MoveContext move()
Returns
|
Improve this Doc
View Source
movenum()
Declaration
public pdnParser.MovenumContext movenum()
Returns
|
Improve this Doc
View Source
moves()
Declaration
public pdnParser.MovesContext moves()
Returns
|
Improve this Doc
View Source
movespec()
Declaration
public pdnParser.MovespecContext movespec()
Returns
|
Improve this Doc
View Source
number()
Declaration
public pdnParser.NumberContext number()
Returns
|
Improve this Doc
View Source
result()
Declaration
public pdnParser.ResultContext result()
Returns
|
Improve this Doc
View Source
string()
Declaration
public pdnParser.StringContext string()
Returns
|
Improve this Doc
View Source
tag()
Declaration
public pdnParser.TagContext tag()
Returns
|
Improve this Doc
View Source
Declaration
public pdnParser.TagsContext tags()
Returns
|
Improve this Doc
View Source
text()
Declaration
public pdnParser.TextContext text()
Returns