Show / Hide Table of Contents

Interface IstellarisVisitor<Result>

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

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

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAccessor(stellarisParser.AccessorContext)

Visit a parse tree produced by accessor().

Declaration
Result VisitAccessor(stellarisParser.AccessorContext context)
Parameters
Type Name Description
stellarisParser.AccessorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttrib(stellarisParser.AttribContext)

Visit a parse tree produced by attrib().

Declaration
Result VisitAttrib(stellarisParser.AttribContext context)
Parameters
Type Name Description
stellarisParser.AttribContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitContent(stellarisParser.ContentContext)

Visit a parse tree produced by content().

Declaration
Result VisitContent(stellarisParser.ContentContext context)
Parameters
Type Name Description
stellarisParser.ContentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr(stellarisParser.ExprContext)

Visit a parse tree produced by expr().

Declaration
Result VisitExpr(stellarisParser.ExprContext context)
Parameters
Type Name Description
stellarisParser.ExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGroup(stellarisParser.GroupContext)

Visit a parse tree produced by group().

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

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitId_(stellarisParser.Id_Context)

Visit a parse tree produced by id_().

Declaration
Result VisitId_(stellarisParser.Id_Context context)
Parameters
Type Name Description
stellarisParser.Id_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKey(stellarisParser.KeyContext)

Visit a parse tree produced by key().

Declaration
Result VisitKey(stellarisParser.KeyContext context)
Parameters
Type Name Description
stellarisParser.KeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKeyval(stellarisParser.KeyvalContext)

Visit a parse tree produced by keyval().

Declaration
Result VisitKeyval(stellarisParser.KeyvalContext context)
Parameters
Type Name Description
stellarisParser.KeyvalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVal(stellarisParser.ValContext)

Visit a parse tree produced by val().

Declaration
Result VisitVal(stellarisParser.ValContext context)
Parameters
Type Name Description
stellarisParser.ValContext context

The parse tree.

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