Show / Hide Table of Contents

Interface IinfVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitInf(infParser.InfContext)

Visit a parse tree produced by inf().

Declaration
Result VisitInf(infParser.InfContext context)
Parameters
Type Name Description
infParser.InfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(infParser.LineContext)

Visit a parse tree produced by line().

Declaration
Result VisitLine(infParser.LineContext context)
Parameters
Type Name Description
infParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection(infParser.SectionContext)

Visit a parse tree produced by section().

Declaration
Result VisitSection(infParser.SectionContext context)
Parameters
Type Name Description
infParser.SectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSectionheader(infParser.SectionheaderContext)

Visit a parse tree produced by sectionheader().

Declaration
Result VisitSectionheader(infParser.SectionheaderContext context)
Parameters
Type Name Description
infParser.SectionheaderContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitString(infParser.StringContext)

Visit a parse tree produced by .

Declaration
Result VisitString(infParser.StringContext context)
Parameters
Type Name Description
infParser.StringContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStringlist(infParser.StringlistContext)

Visit a parse tree produced by stringlist().

Declaration
Result VisitStringlist(infParser.StringlistContext context)
Parameters
Type Name Description
infParser.StringlistContext context

The parse tree.

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