Namespace GCore.Antlr.Grammers.Fen
Classes
fenBaseListener
This class provides an empty implementation of IfenListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
fenBaseVisitor<Result>
This class provides an empty implementation of IfenVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
fenLexer
fenParser
fenParser.CastlingContext
fenParser.ColorContext
fenParser.EnpassantContext
fenParser.FenContext
fenParser.FullmoveclockContext
fenParser.HalfmoveclockContext
fenParser.PieceContext
fenParser.PlacementContext
fenParser.PositionContext
fenParser.RankContext
Interfaces
IfenListener
This interface defines a complete listener for a parse tree produced by fenParser.
IfenVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by fenParser.