Namespace GCore.Antlr.Grammers.Pdn
Classes
pdnBaseListener
This class provides an empty implementation of IpdnListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
pdnBaseVisitor<Result>
This class provides an empty implementation of IpdnVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
pdnLexer
pdnParser
pdnParser.GameContext
pdnParser.MoveContext
pdnParser.MovenumContext
pdnParser.MovesContext
pdnParser.MovespecContext
pdnParser.NumberContext
pdnParser.ResultContext
pdnParser.StringContext
pdnParser.TagContext
pdnParser.TagsContext
pdnParser.TextContext
Interfaces
IpdnListener
This interface defines a complete listener for a parse tree produced by pdnParser.
IpdnVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by pdnParser.