Class fenParser
Inheritance
System.Object
fenParser
Assembly: Fen.dll
Syntax
public class fenParser : Parser
Constructors
|
Improve this Doc
View Source
fenParser(ITokenStream)
Declaration
public fenParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
fenParser(ITokenStream, TextWriter, TextWriter)
Declaration
public fenParser(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_castling
Declaration
public const int RULE_castling = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_color
Declaration
public const int RULE_color = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_enpassant
Declaration
public const int RULE_enpassant = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fen
Declaration
public const int RULE_fen = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fullmoveclock
Declaration
public const int RULE_fullmoveclock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_halfmoveclock
Declaration
public const int RULE_halfmoveclock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_piece
Declaration
public const int RULE_piece = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_placement
Declaration
public const int RULE_placement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_position
Declaration
public const int RULE_position = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rank
Declaration
public const int RULE_rank = 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
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__10
Declaration
public const int T__10 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__11
Declaration
public const int T__11 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__12
Declaration
public const int T__12 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__13
Declaration
public const int T__13 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__14
Declaration
public const int T__14 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__15
Declaration
public const int T__15 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__16
Declaration
public const int T__16 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__17
Declaration
public const int T__17 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__18
Declaration
public const int T__18 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__19
Declaration
public const int T__19 = 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__20
Declaration
public const int T__20 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__21
Declaration
public const int T__21 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__22
Declaration
public const int T__22 = 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 |
|
|
Improve this Doc
View Source
T__8
Declaration
public const int T__8 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__9
Declaration
public const int T__9 = 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
castling()
Declaration
public fenParser.CastlingContext castling()
Returns
|
Improve this Doc
View Source
color()
Declaration
public fenParser.ColorContext color()
Returns
|
Improve this Doc
View Source
enpassant()
Declaration
public fenParser.EnpassantContext enpassant()
Returns
|
Improve this Doc
View Source
fen()
Declaration
public fenParser.FenContext fen()
Returns
|
Improve this Doc
View Source
fullmoveclock()
Declaration
public fenParser.FullmoveclockContext fullmoveclock()
Returns
|
Improve this Doc
View Source
halfmoveclock()
Declaration
public fenParser.HalfmoveclockContext halfmoveclock()
Returns
|
Improve this Doc
View Source
piece()
Declaration
public fenParser.PieceContext piece()
Returns
|
Improve this Doc
View Source
placement()
Declaration
public fenParser.PlacementContext placement()
Returns
|
Improve this Doc
View Source
position()
Declaration
public fenParser.PositionContext position()
Returns
|
Improve this Doc
View Source
rank()
Declaration
public fenParser.RankContext rank()
Returns