Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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