Show / Hide Table of Contents

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 Source

EnterGame(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX