Show / Hide Table of Contents

Interface IwlnVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitGroup(wlnParser.GroupContext)

Visit a parse tree produced by group().

Declaration
Result VisitGroup(wlnParser.GroupContext context)
Parameters
Type Name Description
wlnParser.GroupContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSymbol(wlnParser.SymbolContext)

Visit a parse tree produced by symbol().

Declaration
Result VisitSymbol(wlnParser.SymbolContext context)
Parameters
Type Name Description
wlnParser.SymbolContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWln(wlnParser.WlnContext)

Visit a parse tree produced by wln().

Declaration
Result VisitWln(wlnParser.WlnContext context)
Parameters
Type Name Description
wlnParser.WlnContext context

The parse tree.

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