Show / Hide Table of Contents

Interface IsnowballVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Snowball
Assembly: Snowball.dll
Syntax
public interface IsnowballVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAe(snowballParser.AeContext)

Visit a parse tree produced by ae().

Declaration
Result VisitAe(snowballParser.AeContext context)
Parameters
Type Name Description
snowballParser.AeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitB_name(snowballParser.B_nameContext)

Visit a parse tree produced by b_name().

Declaration
Result VisitB_name(snowballParser.B_nameContext context)
Parameters
Type Name Description
snowballParser.B_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitC(snowballParser.CContext)

Visit a parse tree produced by c().

Declaration
Result VisitC(snowballParser.CContext context)
Parameters
Type Name Description
snowballParser.CContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration(snowballParser.DeclarationContext)

Visit a parse tree produced by declaration().

Declaration
Result VisitDeclaration(snowballParser.DeclarationContext context)
Parameters
Type Name Description
snowballParser.DeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitG(snowballParser.GContext)

Visit a parse tree produced by g().

Declaration
Result VisitG(snowballParser.GContext context)
Parameters
Type Name Description
snowballParser.GContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitG_definition(snowballParser.G_definitionContext)

Visit a parse tree produced by g_definition().

Declaration
Result VisitG_definition(snowballParser.G_definitionContext context)
Parameters
Type Name Description
snowballParser.G_definitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitG_name(snowballParser.G_nameContext)

Visit a parse tree produced by g_name().

Declaration
Result VisitG_name(snowballParser.G_nameContext context)
Parameters
Type Name Description
snowballParser.G_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitI_command(snowballParser.I_commandContext)

Visit a parse tree produced by i_command().

Declaration
Result VisitI_command(snowballParser.I_commandContext context)
Parameters
Type Name Description
snowballParser.I_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitI_name(snowballParser.I_nameContext)

Visit a parse tree produced by i_name().

Declaration
Result VisitI_name(snowballParser.I_nameContext context)
Parameters
Type Name Description
snowballParser.I_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitP(snowballParser.PContext)

Visit a parse tree produced by p().

Declaration
Result VisitP(snowballParser.PContext context)
Parameters
Type Name Description
snowballParser.PContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitProgram(snowballParser.ProgramContext)

Visit a parse tree produced by program().

Declaration
Result VisitProgram(snowballParser.ProgramContext context)
Parameters
Type Name Description
snowballParser.ProgramContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR_definition(snowballParser.R_definitionContext)

Visit a parse tree produced by r_definition().

Declaration
Result VisitR_definition(snowballParser.R_definitionContext context)
Parameters
Type Name Description
snowballParser.R_definitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR_name(snowballParser.R_nameContext)

Visit a parse tree produced by r_name().

Declaration
Result VisitR_name(snowballParser.R_nameContext context)
Parameters
Type Name Description
snowballParser.R_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitS(snowballParser.SContext)

Visit a parse tree produced by s().

Declaration
Result VisitS(snowballParser.SContext context)
Parameters
Type Name Description
snowballParser.SContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitS_command(snowballParser.S_commandContext)

Visit a parse tree produced by s_command().

Declaration
Result VisitS_command(snowballParser.S_commandContext context)
Parameters
Type Name Description
snowballParser.S_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitS_name(snowballParser.S_nameContext)

Visit a parse tree produced by s_name().

Declaration
Result VisitS_name(snowballParser.S_nameContext context)
Parameters
Type Name Description
snowballParser.S_nameContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX