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