Show / Hide Table of Contents

Interface IsnowballListener

This interface defines a complete listener for a parse tree produced by snowballParser.

Namespace: GCore.Antlr.Grammers.Snowball
Assembly: Snowball.dll
Syntax
public interface IsnowballListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAe(snowballParser.AeContext)

Enter a parse tree produced by ae().

Declaration
void EnterAe(snowballParser.AeContext context)
Parameters
Type Name Description
snowballParser.AeContext context

The parse tree.

| Improve this Doc View Source

EnterB_name(snowballParser.B_nameContext)

Enter a parse tree produced by b_name().

Declaration
void EnterB_name(snowballParser.B_nameContext context)
Parameters
Type Name Description
snowballParser.B_nameContext context

The parse tree.

| Improve this Doc View Source

EnterC(snowballParser.CContext)

Enter a parse tree produced by c().

Declaration
void EnterC(snowballParser.CContext context)
Parameters
Type Name Description
snowballParser.CContext context

The parse tree.

| Improve this Doc View Source

EnterDeclaration(snowballParser.DeclarationContext)

Enter a parse tree produced by declaration().

Declaration
void EnterDeclaration(snowballParser.DeclarationContext context)
Parameters
Type Name Description
snowballParser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterG(snowballParser.GContext)

Enter a parse tree produced by g().

Declaration
void EnterG(snowballParser.GContext context)
Parameters
Type Name Description
snowballParser.GContext context

The parse tree.

| Improve this Doc View Source

EnterG_definition(snowballParser.G_definitionContext)

Enter a parse tree produced by g_definition().

Declaration
void EnterG_definition(snowballParser.G_definitionContext context)
Parameters
Type Name Description
snowballParser.G_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterG_name(snowballParser.G_nameContext)

Enter a parse tree produced by g_name().

Declaration
void EnterG_name(snowballParser.G_nameContext context)
Parameters
Type Name Description
snowballParser.G_nameContext context

The parse tree.

| Improve this Doc View Source

EnterI_command(snowballParser.I_commandContext)

Enter a parse tree produced by i_command().

Declaration
void EnterI_command(snowballParser.I_commandContext context)
Parameters
Type Name Description
snowballParser.I_commandContext context

The parse tree.

| Improve this Doc View Source

EnterI_name(snowballParser.I_nameContext)

Enter a parse tree produced by i_name().

Declaration
void EnterI_name(snowballParser.I_nameContext context)
Parameters
Type Name Description
snowballParser.I_nameContext context

The parse tree.

| Improve this Doc View Source

EnterP(snowballParser.PContext)

Enter a parse tree produced by p().

Declaration
void EnterP(snowballParser.PContext context)
Parameters
Type Name Description
snowballParser.PContext context

The parse tree.

| Improve this Doc View Source

EnterProgram(snowballParser.ProgramContext)

Enter a parse tree produced by program().

Declaration
void EnterProgram(snowballParser.ProgramContext context)
Parameters
Type Name Description
snowballParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

EnterR_definition(snowballParser.R_definitionContext)

Enter a parse tree produced by r_definition().

Declaration
void EnterR_definition(snowballParser.R_definitionContext context)
Parameters
Type Name Description
snowballParser.R_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterR_name(snowballParser.R_nameContext)

Enter a parse tree produced by r_name().

Declaration
void EnterR_name(snowballParser.R_nameContext context)
Parameters
Type Name Description
snowballParser.R_nameContext context

The parse tree.

| Improve this Doc View Source

EnterS(snowballParser.SContext)

Enter a parse tree produced by s().

Declaration
void EnterS(snowballParser.SContext context)
Parameters
Type Name Description
snowballParser.SContext context

The parse tree.

| Improve this Doc View Source

EnterS_command(snowballParser.S_commandContext)

Enter a parse tree produced by s_command().

Declaration
void EnterS_command(snowballParser.S_commandContext context)
Parameters
Type Name Description
snowballParser.S_commandContext context

The parse tree.

| Improve this Doc View Source

EnterS_name(snowballParser.S_nameContext)

Enter a parse tree produced by s_name().

Declaration
void EnterS_name(snowballParser.S_nameContext context)
Parameters
Type Name Description
snowballParser.S_nameContext context

The parse tree.

| Improve this Doc View Source

ExitAe(snowballParser.AeContext)

Exit a parse tree produced by ae().

Declaration
void ExitAe(snowballParser.AeContext context)
Parameters
Type Name Description
snowballParser.AeContext context

The parse tree.

| Improve this Doc View Source

ExitB_name(snowballParser.B_nameContext)

Exit a parse tree produced by b_name().

Declaration
void ExitB_name(snowballParser.B_nameContext context)
Parameters
Type Name Description
snowballParser.B_nameContext context

The parse tree.

| Improve this Doc View Source

ExitC(snowballParser.CContext)

Exit a parse tree produced by c().

Declaration
void ExitC(snowballParser.CContext context)
Parameters
Type Name Description
snowballParser.CContext context

The parse tree.

| Improve this Doc View Source

ExitDeclaration(snowballParser.DeclarationContext)

Exit a parse tree produced by declaration().

Declaration
void ExitDeclaration(snowballParser.DeclarationContext context)
Parameters
Type Name Description
snowballParser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitG(snowballParser.GContext)

Exit a parse tree produced by g().

Declaration
void ExitG(snowballParser.GContext context)
Parameters
Type Name Description
snowballParser.GContext context

The parse tree.

| Improve this Doc View Source

ExitG_definition(snowballParser.G_definitionContext)

Exit a parse tree produced by g_definition().

Declaration
void ExitG_definition(snowballParser.G_definitionContext context)
Parameters
Type Name Description
snowballParser.G_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitG_name(snowballParser.G_nameContext)

Exit a parse tree produced by g_name().

Declaration
void ExitG_name(snowballParser.G_nameContext context)
Parameters
Type Name Description
snowballParser.G_nameContext context

The parse tree.

| Improve this Doc View Source

ExitI_command(snowballParser.I_commandContext)

Exit a parse tree produced by i_command().

Declaration
void ExitI_command(snowballParser.I_commandContext context)
Parameters
Type Name Description
snowballParser.I_commandContext context

The parse tree.

| Improve this Doc View Source

ExitI_name(snowballParser.I_nameContext)

Exit a parse tree produced by i_name().

Declaration
void ExitI_name(snowballParser.I_nameContext context)
Parameters
Type Name Description
snowballParser.I_nameContext context

The parse tree.

| Improve this Doc View Source

ExitP(snowballParser.PContext)

Exit a parse tree produced by p().

Declaration
void ExitP(snowballParser.PContext context)
Parameters
Type Name Description
snowballParser.PContext context

The parse tree.

| Improve this Doc View Source

ExitProgram(snowballParser.ProgramContext)

Exit a parse tree produced by program().

Declaration
void ExitProgram(snowballParser.ProgramContext context)
Parameters
Type Name Description
snowballParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

ExitR_definition(snowballParser.R_definitionContext)

Exit a parse tree produced by r_definition().

Declaration
void ExitR_definition(snowballParser.R_definitionContext context)
Parameters
Type Name Description
snowballParser.R_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitR_name(snowballParser.R_nameContext)

Exit a parse tree produced by r_name().

Declaration
void ExitR_name(snowballParser.R_nameContext context)
Parameters
Type Name Description
snowballParser.R_nameContext context

The parse tree.

| Improve this Doc View Source

ExitS(snowballParser.SContext)

Exit a parse tree produced by s().

Declaration
void ExitS(snowballParser.SContext context)
Parameters
Type Name Description
snowballParser.SContext context

The parse tree.

| Improve this Doc View Source

ExitS_command(snowballParser.S_commandContext)

Exit a parse tree produced by s_command().

Declaration
void ExitS_command(snowballParser.S_commandContext context)
Parameters
Type Name Description
snowballParser.S_commandContext context

The parse tree.

| Improve this Doc View Source

ExitS_name(snowballParser.S_nameContext)

Exit a parse tree produced by s_name().

Declaration
void ExitS_name(snowballParser.S_nameContext context)
Parameters
Type Name Description
snowballParser.S_nameContext context

The parse tree.

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