Show / Hide Table of Contents

Interface IinfListener

This interface defines a complete listener for a parse tree produced by infParser.

Namespace: GCore.Antlr.Grammers.Inf
Assembly: Inf.dll
Syntax
public interface IinfListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterInf(infParser.InfContext)

Enter a parse tree produced by inf().

Declaration
void EnterInf(infParser.InfContext context)
Parameters
Type Name Description
infParser.InfContext context

The parse tree.

| Improve this Doc View Source

EnterLine(infParser.LineContext)

Enter a parse tree produced by line().

Declaration
void EnterLine(infParser.LineContext context)
Parameters
Type Name Description
infParser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterSection(infParser.SectionContext)

Enter a parse tree produced by section().

Declaration
void EnterSection(infParser.SectionContext context)
Parameters
Type Name Description
infParser.SectionContext context

The parse tree.

| Improve this Doc View Source

EnterSectionheader(infParser.SectionheaderContext)

Enter a parse tree produced by sectionheader().

Declaration
void EnterSectionheader(infParser.SectionheaderContext context)
Parameters
Type Name Description
infParser.SectionheaderContext context

The parse tree.

| Improve this Doc View Source

EnterString(infParser.StringContext)

Enter a parse tree produced by .

Declaration
void EnterString(infParser.StringContext context)
Parameters
Type Name Description
infParser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterStringlist(infParser.StringlistContext)

Enter a parse tree produced by stringlist().

Declaration
void EnterStringlist(infParser.StringlistContext context)
Parameters
Type Name Description
infParser.StringlistContext context

The parse tree.

| Improve this Doc View Source

ExitInf(infParser.InfContext)

Exit a parse tree produced by inf().

Declaration
void ExitInf(infParser.InfContext context)
Parameters
Type Name Description
infParser.InfContext context

The parse tree.

| Improve this Doc View Source

ExitLine(infParser.LineContext)

Exit a parse tree produced by line().

Declaration
void ExitLine(infParser.LineContext context)
Parameters
Type Name Description
infParser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitSection(infParser.SectionContext)

Exit a parse tree produced by section().

Declaration
void ExitSection(infParser.SectionContext context)
Parameters
Type Name Description
infParser.SectionContext context

The parse tree.

| Improve this Doc View Source

ExitSectionheader(infParser.SectionheaderContext)

Exit a parse tree produced by sectionheader().

Declaration
void ExitSectionheader(infParser.SectionheaderContext context)
Parameters
Type Name Description
infParser.SectionheaderContext context

The parse tree.

| Improve this Doc View Source

ExitString(infParser.StringContext)

Exit a parse tree produced by .

Declaration
void ExitString(infParser.StringContext context)
Parameters
Type Name Description
infParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitStringlist(infParser.StringlistContext)

Exit a parse tree produced by stringlist().

Declaration
void ExitStringlist(infParser.StringlistContext context)
Parameters
Type Name Description
infParser.StringlistContext context

The parse tree.

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