Show / Hide Table of Contents

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 Source

EnterKeyword(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX