Interface IednListener
This interface defines a complete listener for a parse tree produced by ednParser.
Namespace: GCore.Antlr.Grammers.Edn
Assembly: Edn.dll
Syntax
public interface IednListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterKeyword(ednParser.KeywordContext)
Enter a parse tree produced by keyword().
Declaration
void EnterKeyword(ednParser.KeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.KeywordContext | context | The parse tree. |
EnterList_(ednParser.List_Context)
Enter a parse tree produced by list_().
Declaration
void EnterList_(ednParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.List_Context | context | The parse tree. |
EnterMap_(ednParser.Map_Context)
Enter a parse tree produced by map_().
Declaration
void EnterMap_(ednParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.Map_Context | context | The parse tree. |
EnterProgram(ednParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(ednParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.ProgramContext | context | The parse tree. |
EnterSet_(ednParser.Set_Context)
Enter a parse tree produced by set_().
Declaration
void EnterSet_(ednParser.Set_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.Set_Context | context | The parse tree. |
EnterTag(ednParser.TagContext)
Enter a parse tree produced by tag().
Declaration
void EnterTag(ednParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.TagContext | context | The parse tree. |
EnterValue(ednParser.ValueContext)
Enter a parse tree produced by value().
Declaration
void EnterValue(ednParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.ValueContext | context | The parse tree. |
EnterVector(ednParser.VectorContext)
Enter a parse tree produced by vector().
Declaration
void EnterVector(ednParser.VectorContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.VectorContext | context | The parse tree. |
ExitKeyword(ednParser.KeywordContext)
Exit a parse tree produced by keyword().
Declaration
void ExitKeyword(ednParser.KeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.KeywordContext | context | The parse tree. |
ExitList_(ednParser.List_Context)
Exit a parse tree produced by list_().
Declaration
void ExitList_(ednParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.List_Context | context | The parse tree. |
ExitMap_(ednParser.Map_Context)
Exit a parse tree produced by map_().
Declaration
void ExitMap_(ednParser.Map_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.Map_Context | context | The parse tree. |
ExitProgram(ednParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(ednParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.ProgramContext | context | The parse tree. |
ExitSet_(ednParser.Set_Context)
Exit a parse tree produced by set_().
Declaration
void ExitSet_(ednParser.Set_Context context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.Set_Context | context | The parse tree. |
ExitTag(ednParser.TagContext)
Exit a parse tree produced by tag().
Declaration
void ExitTag(ednParser.TagContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.TagContext | context | The parse tree. |
ExitValue(ednParser.ValueContext)
Exit a parse tree produced by value().
Declaration
void ExitValue(ednParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.ValueContext | context | The parse tree. |
ExitVector(ednParser.VectorContext)
Exit a parse tree produced by vector().
Declaration
void ExitVector(ednParser.VectorContext context)
Parameters
Type | Name | Description |
---|---|---|
ednParser.VectorContext | context | The parse tree. |