Namespace GCore.Antlr.Grammers.Stellaris
Classes
stellarisBaseListener
This class provides an empty implementation of IstellarisListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
stellarisBaseVisitor<Result>
This class provides an empty implementation of IstellarisVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
stellarisLexer
stellarisParser
stellarisParser.AccessorContext
stellarisParser.AttribContext
stellarisParser.ContentContext
stellarisParser.ExprContext
stellarisParser.GroupContext
stellarisParser.Id_Context
stellarisParser.KeyContext
stellarisParser.KeyvalContext
stellarisParser.ValContext
Interfaces
IstellarisListener
This interface defines a complete listener for a parse tree produced by stellarisParser.
IstellarisVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by stellarisParser.