Class 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.
Inheritance
Namespace: GCore.Antlr.Grammers.Clojure
Assembly: Clojure.dll
Syntax
public class ClojureBaseListener : object, IClojureListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAny_char(ClojureParser.Any_charContext)
Enter a parse tree produced by any_char().
The default implementation does nothing.
Declaration
public virtual void EnterAny_char(ClojureParser.Any_charContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Any_charContext | context | The parse tree. |
EnterBacktick(ClojureParser.BacktickContext)
Enter a parse tree produced by backtick().
The default implementation does nothing.
Declaration
public virtual void EnterBacktick(ClojureParser.BacktickContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.BacktickContext | context | The parse tree. |
EnterBign(ClojureParser.BignContext)
Enter a parse tree produced by bign().
The default implementation does nothing.
Declaration
public virtual void EnterBign(ClojureParser.BignContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.BignContext | context | The parse tree. |
EnterBin_(ClojureParser.Bin_Context)
Enter a parse tree produced by bin_().
The default implementation does nothing.
Declaration
public virtual void EnterBin_(ClojureParser.Bin_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Bin_Context | context | The parse tree. |
EnterCharacter(ClojureParser.CharacterContext)
Enter a parse tree produced by character().
The default implementation does nothing.
Declaration
public virtual void EnterCharacter(ClojureParser.CharacterContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.CharacterContext | context | The parse tree. |
EnterDeref(ClojureParser.DerefContext)
Enter a parse tree produced by deref().
The default implementation does nothing.
Declaration
public virtual void EnterDeref(ClojureParser.DerefContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DerefContext | context | The parse tree. |
EnterDiscard(ClojureParser.DiscardContext)
Enter a parse tree produced by discard().
The default implementation does nothing.
Declaration
public virtual void EnterDiscard(ClojureParser.DiscardContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DiscardContext | context | The parse tree. |
EnterDispatch(ClojureParser.DispatchContext)
Enter a parse tree produced by dispatch().
The default implementation does nothing.
Declaration
public virtual void EnterDispatch(ClojureParser.DispatchContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DispatchContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterFile_(ClojureParser.File_Context)
Enter a parse tree produced by file_().
The default implementation does nothing.
Declaration
public virtual void EnterFile_(ClojureParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.File_Context | context | The parse tree. |
EnterForm(ClojureParser.FormContext)
Enter a parse tree produced by form().
The default implementation does nothing.
Declaration
public virtual void EnterForm(ClojureParser.FormContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.FormContext | context | The parse tree. |
EnterForms(ClojureParser.FormsContext)
Enter a parse tree produced by forms().
The default implementation does nothing.
Declaration
public virtual void EnterForms(ClojureParser.FormsContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.FormsContext | context | The parse tree. |
EnterGensym(ClojureParser.GensymContext)
Enter a parse tree produced by gensym().
The default implementation does nothing.
Declaration
public virtual void EnterGensym(ClojureParser.GensymContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.GensymContext | context | The parse tree. |
EnterHex_(ClojureParser.Hex_Context)
Enter a parse tree produced by hex_().
The default implementation does nothing.
Declaration
public virtual void EnterHex_(ClojureParser.Hex_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Hex_Context | context | The parse tree. |
EnterHost_expr(ClojureParser.Host_exprContext)
Enter a parse tree produced by host_expr().
The default implementation does nothing.
Declaration
public virtual void EnterHost_expr(ClojureParser.Host_exprContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Host_exprContext | context | The parse tree. |
EnterKeyword(ClojureParser.KeywordContext)
Enter a parse tree produced by keyword().
The default implementation does nothing.
Declaration
public virtual void EnterKeyword(ClojureParser.KeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.KeywordContext | context | The parse tree. |
EnterLambda_(ClojureParser.Lambda_Context)
Enter a parse tree produced by lambda_().
The default implementation does nothing.
Declaration
public virtual void EnterLambda_(ClojureParser.Lambda_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Lambda_Context | context | The parse tree. |
EnterList_(ClojureParser.List_Context)
Enter a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void EnterList_(ClojureParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.List_Context | context | The parse tree. |
EnterLiteral(ClojureParser.LiteralContext)
Enter a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void EnterLiteral(ClojureParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.LiteralContext | context | The parse tree. |
EnterMacro_keyword(ClojureParser.Macro_keywordContext)
Enter a parse tree produced by macro_keyword().
The default implementation does nothing.
Declaration
public virtual void EnterMacro_keyword(ClojureParser.Macro_keywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Macro_keywordContext | context | The parse tree. |
EnterMap_(ClojureParser.Map_Context)
Enter a parse tree produced by map_().
The default implementation does nothing.
Declaration
public virtual void EnterMap_(ClojureParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Map_Context | context | The parse tree. |
EnterMeta_data(ClojureParser.Meta_dataContext)
Enter a parse tree produced by meta_data().
The default implementation does nothing.
Declaration
public virtual void EnterMeta_data(ClojureParser.Meta_dataContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Meta_dataContext | context | The parse tree. |
EnterNamed_char(ClojureParser.Named_charContext)
Enter a parse tree produced by named_char().
The default implementation does nothing.
Declaration
public virtual void EnterNamed_char(ClojureParser.Named_charContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Named_charContext | context | The parse tree. |
EnterNil_(ClojureParser.Nil_Context)
Enter a parse tree produced by nil_().
The default implementation does nothing.
Declaration
public virtual void EnterNil_(ClojureParser.Nil_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Nil_Context | context | The parse tree. |
EnterNs_symbol(ClojureParser.Ns_symbolContext)
Enter a parse tree produced by ns_symbol().
The default implementation does nothing.
Declaration
public virtual void EnterNs_symbol(ClojureParser.Ns_symbolContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Ns_symbolContext | context | The parse tree. |
EnterNumber(ClojureParser.NumberContext)
Enter a parse tree produced by number().
The default implementation does nothing.
Declaration
public virtual void EnterNumber(ClojureParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.NumberContext | context | The parse tree. |
EnterParam_name(ClojureParser.Param_nameContext)
Enter a parse tree produced by param_name().
The default implementation does nothing.
Declaration
public virtual void EnterParam_name(ClojureParser.Param_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Param_nameContext | context | The parse tree. |
EnterQuote(ClojureParser.QuoteContext)
Enter a parse tree produced by quote().
The default implementation does nothing.
Declaration
public virtual void EnterQuote(ClojureParser.QuoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.QuoteContext | context | The parse tree. |
EnterReader_macro(ClojureParser.Reader_macroContext)
Enter a parse tree produced by reader_macro().
The default implementation does nothing.
Declaration
public virtual void EnterReader_macro(ClojureParser.Reader_macroContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Reader_macroContext | context | The parse tree. |
EnterRegex(ClojureParser.RegexContext)
Enter a parse tree produced by regex().
The default implementation does nothing.
Declaration
public virtual void EnterRegex(ClojureParser.RegexContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.RegexContext | context | The parse tree. |
EnterSet_(ClojureParser.Set_Context)
Enter a parse tree produced by set_().
The default implementation does nothing.
Declaration
public virtual void EnterSet_(ClojureParser.Set_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Set_Context | context | The parse tree. |
EnterSimple_keyword(ClojureParser.Simple_keywordContext)
Enter a parse tree produced by simple_keyword().
The default implementation does nothing.
Declaration
public virtual void EnterSimple_keyword(ClojureParser.Simple_keywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Simple_keywordContext | context | The parse tree. |
EnterSimple_sym(ClojureParser.Simple_symContext)
Enter a parse tree produced by simple_sym().
The default implementation does nothing.
Declaration
public virtual void EnterSimple_sym(ClojureParser.Simple_symContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Simple_symContext | context | The parse tree. |
EnterString_(ClojureParser.String_Context)
Enter a parse tree produced by string_().
The default implementation does nothing.
Declaration
public virtual void EnterString_(ClojureParser.String_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.String_Context | context | The parse tree. |
EnterSymbol(ClojureParser.SymbolContext)
Enter a parse tree produced by symbol().
The default implementation does nothing.
Declaration
public virtual void EnterSymbol(ClojureParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.SymbolContext | context | The parse tree. |
EnterTag(ClojureParser.TagContext)
Enter a parse tree produced by tag().
The default implementation does nothing.
Declaration
public virtual void EnterTag(ClojureParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.TagContext | context | The parse tree. |
EnterU_hex_quad(ClojureParser.U_hex_quadContext)
Enter a parse tree produced by u_hex_quad().
The default implementation does nothing.
Declaration
public virtual void EnterU_hex_quad(ClojureParser.U_hex_quadContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.U_hex_quadContext | context | The parse tree. |
EnterUnquote(ClojureParser.UnquoteContext)
Enter a parse tree produced by unquote().
The default implementation does nothing.
Declaration
public virtual void EnterUnquote(ClojureParser.UnquoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.UnquoteContext | context | The parse tree. |
EnterUnquote_splicing(ClojureParser.Unquote_splicingContext)
Enter a parse tree produced by unquote_splicing().
The default implementation does nothing.
Declaration
public virtual void EnterUnquote_splicing(ClojureParser.Unquote_splicingContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Unquote_splicingContext | context | The parse tree. |
EnterVar_quote(ClojureParser.Var_quoteContext)
Enter a parse tree produced by var_quote().
The default implementation does nothing.
Declaration
public virtual void EnterVar_quote(ClojureParser.Var_quoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Var_quoteContext | context | The parse tree. |
EnterVector(ClojureParser.VectorContext)
Enter a parse tree produced by vector().
The default implementation does nothing.
Declaration
public virtual void EnterVector(ClojureParser.VectorContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.VectorContext | context | The parse tree. |
ExitAny_char(ClojureParser.Any_charContext)
Exit a parse tree produced by any_char().
The default implementation does nothing.
Declaration
public virtual void ExitAny_char(ClojureParser.Any_charContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Any_charContext | context | The parse tree. |
ExitBacktick(ClojureParser.BacktickContext)
Exit a parse tree produced by backtick().
The default implementation does nothing.
Declaration
public virtual void ExitBacktick(ClojureParser.BacktickContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.BacktickContext | context | The parse tree. |
ExitBign(ClojureParser.BignContext)
Exit a parse tree produced by bign().
The default implementation does nothing.
Declaration
public virtual void ExitBign(ClojureParser.BignContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.BignContext | context | The parse tree. |
ExitBin_(ClojureParser.Bin_Context)
Exit a parse tree produced by bin_().
The default implementation does nothing.
Declaration
public virtual void ExitBin_(ClojureParser.Bin_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Bin_Context | context | The parse tree. |
ExitCharacter(ClojureParser.CharacterContext)
Exit a parse tree produced by character().
The default implementation does nothing.
Declaration
public virtual void ExitCharacter(ClojureParser.CharacterContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.CharacterContext | context | The parse tree. |
ExitDeref(ClojureParser.DerefContext)
Exit a parse tree produced by deref().
The default implementation does nothing.
Declaration
public virtual void ExitDeref(ClojureParser.DerefContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DerefContext | context | The parse tree. |
ExitDiscard(ClojureParser.DiscardContext)
Exit a parse tree produced by discard().
The default implementation does nothing.
Declaration
public virtual void ExitDiscard(ClojureParser.DiscardContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DiscardContext | context | The parse tree. |
ExitDispatch(ClojureParser.DispatchContext)
Exit a parse tree produced by dispatch().
The default implementation does nothing.
Declaration
public virtual void ExitDispatch(ClojureParser.DispatchContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.DispatchContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitFile_(ClojureParser.File_Context)
Exit a parse tree produced by file_().
The default implementation does nothing.
Declaration
public virtual void ExitFile_(ClojureParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.File_Context | context | The parse tree. |
ExitForm(ClojureParser.FormContext)
Exit a parse tree produced by form().
The default implementation does nothing.
Declaration
public virtual void ExitForm(ClojureParser.FormContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.FormContext | context | The parse tree. |
ExitForms(ClojureParser.FormsContext)
Exit a parse tree produced by forms().
The default implementation does nothing.
Declaration
public virtual void ExitForms(ClojureParser.FormsContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.FormsContext | context | The parse tree. |
ExitGensym(ClojureParser.GensymContext)
Exit a parse tree produced by gensym().
The default implementation does nothing.
Declaration
public virtual void ExitGensym(ClojureParser.GensymContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.GensymContext | context | The parse tree. |
ExitHex_(ClojureParser.Hex_Context)
Exit a parse tree produced by hex_().
The default implementation does nothing.
Declaration
public virtual void ExitHex_(ClojureParser.Hex_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Hex_Context | context | The parse tree. |
ExitHost_expr(ClojureParser.Host_exprContext)
Exit a parse tree produced by host_expr().
The default implementation does nothing.
Declaration
public virtual void ExitHost_expr(ClojureParser.Host_exprContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Host_exprContext | context | The parse tree. |
ExitKeyword(ClojureParser.KeywordContext)
Exit a parse tree produced by keyword().
The default implementation does nothing.
Declaration
public virtual void ExitKeyword(ClojureParser.KeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.KeywordContext | context | The parse tree. |
ExitLambda_(ClojureParser.Lambda_Context)
Exit a parse tree produced by lambda_().
The default implementation does nothing.
Declaration
public virtual void ExitLambda_(ClojureParser.Lambda_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Lambda_Context | context | The parse tree. |
ExitList_(ClojureParser.List_Context)
Exit a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void ExitList_(ClojureParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.List_Context | context | The parse tree. |
ExitLiteral(ClojureParser.LiteralContext)
Exit a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void ExitLiteral(ClojureParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.LiteralContext | context | The parse tree. |
ExitMacro_keyword(ClojureParser.Macro_keywordContext)
Exit a parse tree produced by macro_keyword().
The default implementation does nothing.
Declaration
public virtual void ExitMacro_keyword(ClojureParser.Macro_keywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Macro_keywordContext | context | The parse tree. |
ExitMap_(ClojureParser.Map_Context)
Exit a parse tree produced by map_().
The default implementation does nothing.
Declaration
public virtual void ExitMap_(ClojureParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Map_Context | context | The parse tree. |
ExitMeta_data(ClojureParser.Meta_dataContext)
Exit a parse tree produced by meta_data().
The default implementation does nothing.
Declaration
public virtual void ExitMeta_data(ClojureParser.Meta_dataContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Meta_dataContext | context | The parse tree. |
ExitNamed_char(ClojureParser.Named_charContext)
Exit a parse tree produced by named_char().
The default implementation does nothing.
Declaration
public virtual void ExitNamed_char(ClojureParser.Named_charContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Named_charContext | context | The parse tree. |
ExitNil_(ClojureParser.Nil_Context)
Exit a parse tree produced by nil_().
The default implementation does nothing.
Declaration
public virtual void ExitNil_(ClojureParser.Nil_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Nil_Context | context | The parse tree. |
ExitNs_symbol(ClojureParser.Ns_symbolContext)
Exit a parse tree produced by ns_symbol().
The default implementation does nothing.
Declaration
public virtual void ExitNs_symbol(ClojureParser.Ns_symbolContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Ns_symbolContext | context | The parse tree. |
ExitNumber(ClojureParser.NumberContext)
Exit a parse tree produced by number().
The default implementation does nothing.
Declaration
public virtual void ExitNumber(ClojureParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.NumberContext | context | The parse tree. |
ExitParam_name(ClojureParser.Param_nameContext)
Exit a parse tree produced by param_name().
The default implementation does nothing.
Declaration
public virtual void ExitParam_name(ClojureParser.Param_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Param_nameContext | context | The parse tree. |
ExitQuote(ClojureParser.QuoteContext)
Exit a parse tree produced by quote().
The default implementation does nothing.
Declaration
public virtual void ExitQuote(ClojureParser.QuoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.QuoteContext | context | The parse tree. |
ExitReader_macro(ClojureParser.Reader_macroContext)
Exit a parse tree produced by reader_macro().
The default implementation does nothing.
Declaration
public virtual void ExitReader_macro(ClojureParser.Reader_macroContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Reader_macroContext | context | The parse tree. |
ExitRegex(ClojureParser.RegexContext)
Exit a parse tree produced by regex().
The default implementation does nothing.
Declaration
public virtual void ExitRegex(ClojureParser.RegexContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.RegexContext | context | The parse tree. |
ExitSet_(ClojureParser.Set_Context)
Exit a parse tree produced by set_().
The default implementation does nothing.
Declaration
public virtual void ExitSet_(ClojureParser.Set_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Set_Context | context | The parse tree. |
ExitSimple_keyword(ClojureParser.Simple_keywordContext)
Exit a parse tree produced by simple_keyword().
The default implementation does nothing.
Declaration
public virtual void ExitSimple_keyword(ClojureParser.Simple_keywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Simple_keywordContext | context | The parse tree. |
ExitSimple_sym(ClojureParser.Simple_symContext)
Exit a parse tree produced by simple_sym().
The default implementation does nothing.
Declaration
public virtual void ExitSimple_sym(ClojureParser.Simple_symContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Simple_symContext | context | The parse tree. |
ExitString_(ClojureParser.String_Context)
Exit a parse tree produced by string_().
The default implementation does nothing.
Declaration
public virtual void ExitString_(ClojureParser.String_Context context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.String_Context | context | The parse tree. |
ExitSymbol(ClojureParser.SymbolContext)
Exit a parse tree produced by symbol().
The default implementation does nothing.
Declaration
public virtual void ExitSymbol(ClojureParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.SymbolContext | context | The parse tree. |
ExitTag(ClojureParser.TagContext)
Exit a parse tree produced by tag().
The default implementation does nothing.
Declaration
public virtual void ExitTag(ClojureParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.TagContext | context | The parse tree. |
ExitU_hex_quad(ClojureParser.U_hex_quadContext)
Exit a parse tree produced by u_hex_quad().
The default implementation does nothing.
Declaration
public virtual void ExitU_hex_quad(ClojureParser.U_hex_quadContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.U_hex_quadContext | context | The parse tree. |
ExitUnquote(ClojureParser.UnquoteContext)
Exit a parse tree produced by unquote().
The default implementation does nothing.
Declaration
public virtual void ExitUnquote(ClojureParser.UnquoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.UnquoteContext | context | The parse tree. |
ExitUnquote_splicing(ClojureParser.Unquote_splicingContext)
Exit a parse tree produced by unquote_splicing().
The default implementation does nothing.
Declaration
public virtual void ExitUnquote_splicing(ClojureParser.Unquote_splicingContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Unquote_splicingContext | context | The parse tree. |
ExitVar_quote(ClojureParser.Var_quoteContext)
Exit a parse tree produced by var_quote().
The default implementation does nothing.
Declaration
public virtual void ExitVar_quote(ClojureParser.Var_quoteContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.Var_quoteContext | context | The parse tree. |
ExitVector(ClojureParser.VectorContext)
Exit a parse tree produced by vector().
The default implementation does nothing.
Declaration
public virtual void ExitVector(ClojureParser.VectorContext context)
Parameters
Type | Name | Description |
---|---|---|
ClojureParser.VectorContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.