Namespace GCore.Antlr.Grammers.Clojure
Classes
ClojureBaseListener
This class provides an empty implementation of IClojureListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
ClojureBaseVisitor<Result>
This class provides an empty implementation of IClojureVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
ClojureLexer
ClojureParser
ClojureParser.Any_charContext
ClojureParser.BacktickContext
ClojureParser.BignContext
ClojureParser.Bin_Context
ClojureParser.CharacterContext
ClojureParser.DerefContext
ClojureParser.DiscardContext
ClojureParser.DispatchContext
ClojureParser.File_Context
ClojureParser.FormContext
ClojureParser.FormsContext
ClojureParser.GensymContext
ClojureParser.Hex_Context
ClojureParser.Host_exprContext
ClojureParser.KeywordContext
ClojureParser.Lambda_Context
ClojureParser.List_Context
ClojureParser.LiteralContext
ClojureParser.Macro_keywordContext
ClojureParser.Map_Context
ClojureParser.Meta_dataContext
ClojureParser.Named_charContext
ClojureParser.Nil_Context
ClojureParser.Ns_symbolContext
ClojureParser.NumberContext
ClojureParser.Param_nameContext
ClojureParser.QuoteContext
ClojureParser.Reader_macroContext
ClojureParser.RegexContext
ClojureParser.Set_Context
ClojureParser.Simple_keywordContext
ClojureParser.Simple_symContext
ClojureParser.String_Context
ClojureParser.SymbolContext
ClojureParser.TagContext
ClojureParser.U_hex_quadContext
ClojureParser.Unquote_splicingContext
ClojureParser.UnquoteContext
ClojureParser.Var_quoteContext
ClojureParser.VectorContext
Interfaces
IClojureListener
This interface defines a complete listener for a parse tree produced by ClojureParser.
IClojureVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by ClojureParser.