Show / Hide Table of Contents

Interface IquakemapVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBrush(quakemapParser.BrushContext)

Visit a parse tree produced by brush().

Declaration
Result VisitBrush(quakemapParser.BrushContext context)
Parameters
Type Name Description
quakemapParser.BrushContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBrushline(quakemapParser.BrushlineContext)

Visit a parse tree produced by brushline().

Declaration
Result VisitBrushline(quakemapParser.BrushlineContext context)
Parameters
Type Name Description
quakemapParser.BrushlineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCoord(quakemapParser.CoordContext)

Visit a parse tree produced by coord().

Declaration
Result VisitCoord(quakemapParser.CoordContext context)
Parameters
Type Name Description
quakemapParser.CoordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEntity(quakemapParser.EntityContext)

Visit a parse tree produced by entity().

Declaration
Result VisitEntity(quakemapParser.EntityContext context)
Parameters
Type Name Description
quakemapParser.EntityContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKeyvalue(quakemapParser.KeyvalueContext)

Visit a parse tree produced by keyvalue().

Declaration
Result VisitKeyvalue(quakemapParser.KeyvalueContext context)
Parameters
Type Name Description
quakemapParser.KeyvalueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMap_(quakemapParser.Map_Context)

Visit a parse tree produced by map_().

Declaration
Result VisitMap_(quakemapParser.Map_Context context)
Parameters
Type Name Description
quakemapParser.Map_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNum(quakemapParser.NumContext)

Visit a parse tree produced by num().

Declaration
Result VisitNum(quakemapParser.NumContext context)
Parameters
Type Name Description
quakemapParser.NumContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitString(quakemapParser.StringContext)

Visit a parse tree produced by .

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

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitText(quakemapParser.TextContext)

Visit a parse tree produced by text().

Declaration
Result VisitText(quakemapParser.TextContext context)
Parameters
Type Name Description
quakemapParser.TextContext context

The parse tree.

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