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 SourceEnterAccessor(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |