Namespace GCore.Antlr.Grammers.Wln
Classes
wlnBaseListener
This class provides an empty implementation of IwlnListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
wlnBaseVisitor<Result>
This class provides an empty implementation of IwlnVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
wlnLexer
wlnParser
wlnParser.GroupContext
wlnParser.SymbolContext
wlnParser.WlnContext
Interfaces
IwlnListener
This interface defines a complete listener for a parse tree produced by wlnParser.
IwlnVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by wlnParser.