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