Interface ItracListener
This interface defines a complete listener for a parse tree produced by tracParser.
Namespace: GCore.Antlr.Grammers.Trac
Assembly: Trac.dll
Syntax
public interface ItracListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterActive(tracParser.ActiveContext)
Enter a parse tree produced by active().
Declaration
void EnterActive(tracParser.ActiveContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ActiveContext | context | The parse tree. |
EnterArg(tracParser.ArgContext)
Enter a parse tree produced by arg().
Declaration
void EnterArg(tracParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ArgContext | context | The parse tree. |
EnterArglist(tracParser.ArglistContext)
Enter a parse tree produced by arglist().
Declaration
void EnterArglist(tracParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ArglistContext | context | The parse tree. |
EnterMacro(tracParser.MacroContext)
Enter a parse tree produced by macro().
Declaration
void EnterMacro(tracParser.MacroContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.MacroContext | context | The parse tree. |
EnterName(tracParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(tracParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.NameContext | context | The parse tree. |
EnterNeutral(tracParser.NeutralContext)
Enter a parse tree produced by neutral().
Declaration
void EnterNeutral(tracParser.NeutralContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.NeutralContext | context | The parse tree. |
EnterProgram(tracParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(tracParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ProgramContext | context | The parse tree. |
EnterString(tracParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(tracParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.StringContext | context | The parse tree. |
ExitActive(tracParser.ActiveContext)
Exit a parse tree produced by active().
Declaration
void ExitActive(tracParser.ActiveContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ActiveContext | context | The parse tree. |
ExitArg(tracParser.ArgContext)
Exit a parse tree produced by arg().
Declaration
void ExitArg(tracParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ArgContext | context | The parse tree. |
ExitArglist(tracParser.ArglistContext)
Exit a parse tree produced by arglist().
Declaration
void ExitArglist(tracParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ArglistContext | context | The parse tree. |
ExitMacro(tracParser.MacroContext)
Exit a parse tree produced by macro().
Declaration
void ExitMacro(tracParser.MacroContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.MacroContext | context | The parse tree. |
ExitName(tracParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(tracParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.NameContext | context | The parse tree. |
ExitNeutral(tracParser.NeutralContext)
Exit a parse tree produced by neutral().
Declaration
void ExitNeutral(tracParser.NeutralContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.NeutralContext | context | The parse tree. |
ExitProgram(tracParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(tracParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.ProgramContext | context | The parse tree. |
ExitString(tracParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(tracParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
tracParser.StringContext | context | The parse tree. |