Namespace GCore.Antlr.Grammers.Quakemap
Classes
quakemapBaseListener
This class provides an empty implementation of IquakemapListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
quakemapBaseVisitor<Result>
This class provides an empty implementation of IquakemapVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
quakemapLexer
quakemapParser
quakemapParser.BrushContext
quakemapParser.BrushlineContext
quakemapParser.CoordContext
quakemapParser.EntityContext
quakemapParser.KeyvalueContext
quakemapParser.Map_Context
quakemapParser.NumContext
quakemapParser.StringContext
quakemapParser.TextContext
Interfaces
IquakemapListener
This interface defines a complete listener for a parse tree produced by quakemapParser.
IquakemapVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by quakemapParser.