Interface IttmListener
This interface defines a complete listener for a parse tree produced by ttmParser.
Namespace: GCore.Antlr.Grammers.Ttm
Assembly: Ttm.dll
Syntax
public interface IttmListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterActive(ttmParser.ActiveContext)
Enter a parse tree produced by active().
Declaration
void EnterActive(ttmParser.ActiveContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ActiveContext | context | The parse tree. |
EnterArg(ttmParser.ArgContext)
Enter a parse tree produced by arg().
Declaration
void EnterArg(ttmParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ArgContext | context | The parse tree. |
EnterArglist(ttmParser.ArglistContext)
Enter a parse tree produced by arglist().
Declaration
void EnterArglist(ttmParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ArglistContext | context | The parse tree. |
EnterFunction_(ttmParser.Function_Context)
Enter a parse tree produced by function_().
Declaration
void EnterFunction_(ttmParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.Function_Context | context | The parse tree. |
EnterFunctionname(ttmParser.FunctionnameContext)
Enter a parse tree produced by functionname().
Declaration
void EnterFunctionname(ttmParser.FunctionnameContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.FunctionnameContext | context | The parse tree. |
EnterNeutral(ttmParser.NeutralContext)
Enter a parse tree produced by neutral().
Declaration
void EnterNeutral(ttmParser.NeutralContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.NeutralContext | context | The parse tree. |
EnterProgram(ttmParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(ttmParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ProgramContext | context | The parse tree. |
EnterString(ttmParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(ttmParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.StringContext | context | The parse tree. |
ExitActive(ttmParser.ActiveContext)
Exit a parse tree produced by active().
Declaration
void ExitActive(ttmParser.ActiveContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ActiveContext | context | The parse tree. |
ExitArg(ttmParser.ArgContext)
Exit a parse tree produced by arg().
Declaration
void ExitArg(ttmParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ArgContext | context | The parse tree. |
ExitArglist(ttmParser.ArglistContext)
Exit a parse tree produced by arglist().
Declaration
void ExitArglist(ttmParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ArglistContext | context | The parse tree. |
ExitFunction_(ttmParser.Function_Context)
Exit a parse tree produced by function_().
Declaration
void ExitFunction_(ttmParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.Function_Context | context | The parse tree. |
ExitFunctionname(ttmParser.FunctionnameContext)
Exit a parse tree produced by functionname().
Declaration
void ExitFunctionname(ttmParser.FunctionnameContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.FunctionnameContext | context | The parse tree. |
ExitNeutral(ttmParser.NeutralContext)
Exit a parse tree produced by neutral().
Declaration
void ExitNeutral(ttmParser.NeutralContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.NeutralContext | context | The parse tree. |
ExitProgram(ttmParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(ttmParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.ProgramContext | context | The parse tree. |
ExitString(ttmParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(ttmParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
ttmParser.StringContext | context | The parse tree. |