Show / Hide Table of Contents

Interface IstellarisListener

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

Namespace: GCore.Antlr.Grammers.Stellaris
Assembly: Stellaris.dll
Syntax
public interface IstellarisListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAccessor(stellarisParser.AccessorContext)

Enter a parse tree produced by accessor().

Declaration
void EnterAccessor(stellarisParser.AccessorContext context)
Parameters
Type Name Description
stellarisParser.AccessorContext context

The parse tree.

| Improve this Doc View Source

EnterAttrib(stellarisParser.AttribContext)

Enter a parse tree produced by attrib().

Declaration
void EnterAttrib(stellarisParser.AttribContext context)
Parameters
Type Name Description
stellarisParser.AttribContext context

The parse tree.

| Improve this Doc View Source

EnterContent(stellarisParser.ContentContext)

Enter a parse tree produced by content().

Declaration
void EnterContent(stellarisParser.ContentContext context)
Parameters
Type Name Description
stellarisParser.ContentContext context

The parse tree.

| Improve this Doc View Source

EnterExpr(stellarisParser.ExprContext)

Enter a parse tree produced by expr().

Declaration
void EnterExpr(stellarisParser.ExprContext context)
Parameters
Type Name Description
stellarisParser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterGroup(stellarisParser.GroupContext)

Enter a parse tree produced by group().

Declaration
void EnterGroup(stellarisParser.GroupContext context)
Parameters
Type Name Description
stellarisParser.GroupContext context

The parse tree.

| Improve this Doc View Source

EnterId_(stellarisParser.Id_Context)

Enter a parse tree produced by id_().

Declaration
void EnterId_(stellarisParser.Id_Context context)
Parameters
Type Name Description
stellarisParser.Id_Context context

The parse tree.

| Improve this Doc View Source

EnterKey(stellarisParser.KeyContext)

Enter a parse tree produced by key().

Declaration
void EnterKey(stellarisParser.KeyContext context)
Parameters
Type Name Description
stellarisParser.KeyContext context

The parse tree.

| Improve this Doc View Source

EnterKeyval(stellarisParser.KeyvalContext)

Enter a parse tree produced by keyval().

Declaration
void EnterKeyval(stellarisParser.KeyvalContext context)
Parameters
Type Name Description
stellarisParser.KeyvalContext context

The parse tree.

| Improve this Doc View Source

EnterVal(stellarisParser.ValContext)

Enter a parse tree produced by val().

Declaration
void EnterVal(stellarisParser.ValContext context)
Parameters
Type Name Description
stellarisParser.ValContext context

The parse tree.

| Improve this Doc View Source

ExitAccessor(stellarisParser.AccessorContext)

Exit a parse tree produced by accessor().

Declaration
void ExitAccessor(stellarisParser.AccessorContext context)
Parameters
Type Name Description
stellarisParser.AccessorContext context

The parse tree.

| Improve this Doc View Source

ExitAttrib(stellarisParser.AttribContext)

Exit a parse tree produced by attrib().

Declaration
void ExitAttrib(stellarisParser.AttribContext context)
Parameters
Type Name Description
stellarisParser.AttribContext context

The parse tree.

| Improve this Doc View Source

ExitContent(stellarisParser.ContentContext)

Exit a parse tree produced by content().

Declaration
void ExitContent(stellarisParser.ContentContext context)
Parameters
Type Name Description
stellarisParser.ContentContext context

The parse tree.

| Improve this Doc View Source

ExitExpr(stellarisParser.ExprContext)

Exit a parse tree produced by expr().

Declaration
void ExitExpr(stellarisParser.ExprContext context)
Parameters
Type Name Description
stellarisParser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitGroup(stellarisParser.GroupContext)

Exit a parse tree produced by group().

Declaration
void ExitGroup(stellarisParser.GroupContext context)
Parameters
Type Name Description
stellarisParser.GroupContext context

The parse tree.

| Improve this Doc View Source

ExitId_(stellarisParser.Id_Context)

Exit a parse tree produced by id_().

Declaration
void ExitId_(stellarisParser.Id_Context context)
Parameters
Type Name Description
stellarisParser.Id_Context context

The parse tree.

| Improve this Doc View Source

ExitKey(stellarisParser.KeyContext)

Exit a parse tree produced by key().

Declaration
void ExitKey(stellarisParser.KeyContext context)
Parameters
Type Name Description
stellarisParser.KeyContext context

The parse tree.

| Improve this Doc View Source

ExitKeyval(stellarisParser.KeyvalContext)

Exit a parse tree produced by keyval().

Declaration
void ExitKeyval(stellarisParser.KeyvalContext context)
Parameters
Type Name Description
stellarisParser.KeyvalContext context

The parse tree.

| Improve this Doc View Source

ExitVal(stellarisParser.ValContext)

Exit a parse tree produced by val().

Declaration
void ExitVal(stellarisParser.ValContext context)
Parameters
Type Name Description
stellarisParser.ValContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX