Interface IpdnListener
This interface defines a complete listener for a parse tree produced by pdnParser.
Namespace: GCore.Antlr.Grammers.Pdn
Assembly: Pdn.dll
Syntax
public interface IpdnListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterGame(pdnParser.GameContext)
Enter a parse tree produced by game().
Declaration
void EnterGame(pdnParser.GameContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.GameContext | context | The parse tree. |
EnterMove(pdnParser.MoveContext)
Enter a parse tree produced by move().
Declaration
void EnterMove(pdnParser.MoveContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MoveContext | context | The parse tree. |
EnterMovenum(pdnParser.MovenumContext)
Enter a parse tree produced by movenum().
Declaration
void EnterMovenum(pdnParser.MovenumContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovenumContext | context | The parse tree. |
EnterMoves(pdnParser.MovesContext)
Enter a parse tree produced by moves().
Declaration
void EnterMoves(pdnParser.MovesContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovesContext | context | The parse tree. |
EnterMovespec(pdnParser.MovespecContext)
Enter a parse tree produced by movespec().
Declaration
void EnterMovespec(pdnParser.MovespecContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovespecContext | context | The parse tree. |
EnterNumber(pdnParser.NumberContext)
Enter a parse tree produced by number().
Declaration
void EnterNumber(pdnParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.NumberContext | context | The parse tree. |
EnterResult(pdnParser.ResultContext)
Enter a parse tree produced by result().
Declaration
void EnterResult(pdnParser.ResultContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.ResultContext | context | The parse tree. |
EnterString(pdnParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(pdnParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.StringContext | context | The parse tree. |
EnterTag(pdnParser.TagContext)
Enter a parse tree produced by tag().
Declaration
void EnterTag(pdnParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TagContext | context | The parse tree. |
EnterTags(pdnParser.TagsContext)
Enter a parse tree produced by tags().
Declaration
void EnterTags(pdnParser.TagsContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TagsContext | context | The parse tree. |
EnterText(pdnParser.TextContext)
Enter a parse tree produced by text().
Declaration
void EnterText(pdnParser.TextContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TextContext | context | The parse tree. |
ExitGame(pdnParser.GameContext)
Exit a parse tree produced by game().
Declaration
void ExitGame(pdnParser.GameContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.GameContext | context | The parse tree. |
ExitMove(pdnParser.MoveContext)
Exit a parse tree produced by move().
Declaration
void ExitMove(pdnParser.MoveContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MoveContext | context | The parse tree. |
ExitMovenum(pdnParser.MovenumContext)
Exit a parse tree produced by movenum().
Declaration
void ExitMovenum(pdnParser.MovenumContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovenumContext | context | The parse tree. |
ExitMoves(pdnParser.MovesContext)
Exit a parse tree produced by moves().
Declaration
void ExitMoves(pdnParser.MovesContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovesContext | context | The parse tree. |
ExitMovespec(pdnParser.MovespecContext)
Exit a parse tree produced by movespec().
Declaration
void ExitMovespec(pdnParser.MovespecContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.MovespecContext | context | The parse tree. |
ExitNumber(pdnParser.NumberContext)
Exit a parse tree produced by number().
Declaration
void ExitNumber(pdnParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.NumberContext | context | The parse tree. |
ExitResult(pdnParser.ResultContext)
Exit a parse tree produced by result().
Declaration
void ExitResult(pdnParser.ResultContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.ResultContext | context | The parse tree. |
ExitString(pdnParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(pdnParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.StringContext | context | The parse tree. |
ExitTag(pdnParser.TagContext)
Exit a parse tree produced by tag().
Declaration
void ExitTag(pdnParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TagContext | context | The parse tree. |
ExitTags(pdnParser.TagsContext)
Exit a parse tree produced by tags().
Declaration
void ExitTags(pdnParser.TagsContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TagsContext | context | The parse tree. |
ExitText(pdnParser.TextContext)
Exit a parse tree produced by text().
Declaration
void ExitText(pdnParser.TextContext context)
Parameters
Type | Name | Description |
---|---|---|
pdnParser.TextContext | context | The parse tree. |