Interface IquakemapListener
This interface defines a complete listener for a parse tree produced by quakemapParser.
Namespace: GCore.Antlr.Grammers.Quakemap
Assembly: Quakemap.dll
Syntax
public interface IquakemapListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBrush(quakemapParser.BrushContext)
Enter a parse tree produced by brush().
Declaration
void EnterBrush(quakemapParser.BrushContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.BrushContext | context | The parse tree. |
EnterBrushline(quakemapParser.BrushlineContext)
Enter a parse tree produced by brushline().
Declaration
void EnterBrushline(quakemapParser.BrushlineContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.BrushlineContext | context | The parse tree. |
EnterCoord(quakemapParser.CoordContext)
Enter a parse tree produced by coord().
Declaration
void EnterCoord(quakemapParser.CoordContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.CoordContext | context | The parse tree. |
EnterEntity(quakemapParser.EntityContext)
Enter a parse tree produced by entity().
Declaration
void EnterEntity(quakemapParser.EntityContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.EntityContext | context | The parse tree. |
EnterKeyvalue(quakemapParser.KeyvalueContext)
Enter a parse tree produced by keyvalue().
Declaration
void EnterKeyvalue(quakemapParser.KeyvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.KeyvalueContext | context | The parse tree. |
EnterMap_(quakemapParser.Map_Context)
Enter a parse tree produced by map_().
Declaration
void EnterMap_(quakemapParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.Map_Context | context | The parse tree. |
EnterNum(quakemapParser.NumContext)
Enter a parse tree produced by num().
Declaration
void EnterNum(quakemapParser.NumContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.NumContext | context | The parse tree. |
EnterString(quakemapParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(quakemapParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.StringContext | context | The parse tree. |
EnterText(quakemapParser.TextContext)
Enter a parse tree produced by text().
Declaration
void EnterText(quakemapParser.TextContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.TextContext | context | The parse tree. |
ExitBrush(quakemapParser.BrushContext)
Exit a parse tree produced by brush().
Declaration
void ExitBrush(quakemapParser.BrushContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.BrushContext | context | The parse tree. |
ExitBrushline(quakemapParser.BrushlineContext)
Exit a parse tree produced by brushline().
Declaration
void ExitBrushline(quakemapParser.BrushlineContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.BrushlineContext | context | The parse tree. |
ExitCoord(quakemapParser.CoordContext)
Exit a parse tree produced by coord().
Declaration
void ExitCoord(quakemapParser.CoordContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.CoordContext | context | The parse tree. |
ExitEntity(quakemapParser.EntityContext)
Exit a parse tree produced by entity().
Declaration
void ExitEntity(quakemapParser.EntityContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.EntityContext | context | The parse tree. |
ExitKeyvalue(quakemapParser.KeyvalueContext)
Exit a parse tree produced by keyvalue().
Declaration
void ExitKeyvalue(quakemapParser.KeyvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.KeyvalueContext | context | The parse tree. |
ExitMap_(quakemapParser.Map_Context)
Exit a parse tree produced by map_().
Declaration
void ExitMap_(quakemapParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.Map_Context | context | The parse tree. |
ExitNum(quakemapParser.NumContext)
Exit a parse tree produced by num().
Declaration
void ExitNum(quakemapParser.NumContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.NumContext | context | The parse tree. |
ExitString(quakemapParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(quakemapParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.StringContext | context | The parse tree. |
ExitText(quakemapParser.TextContext)
Exit a parse tree produced by text().
Declaration
void ExitText(quakemapParser.TextContext context)
Parameters
Type | Name | Description |
---|---|---|
quakemapParser.TextContext | context | The parse tree. |