Interface Icallable_Listener
This interface defines a complete listener for a parse tree produced by callable_Parser.
Namespace: GCore.Antlr.Grammers.Callable
Assembly: Callable.dll
Syntax
public interface Icallable_Listener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterF_arg(callable_Parser.F_argContext)
Enter a parse tree produced by f_arg().
Declaration
void EnterF_arg(callable_Parser.F_argContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.F_argContext | context | The parse tree. |
EnterF_inner(callable_Parser.F_innerContext)
Enter a parse tree produced by f_inner().
Declaration
void EnterF_inner(callable_Parser.F_innerContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.F_innerContext | context | The parse tree. |
EnterLine(callable_Parser.LineContext)
Enter a parse tree produced by line().
Declaration
void EnterLine(callable_Parser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.LineContext | context | The parse tree. |
EnterProgram(callable_Parser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(callable_Parser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.ProgramContext | context | The parse tree. |
ExitF_arg(callable_Parser.F_argContext)
Exit a parse tree produced by f_arg().
Declaration
void ExitF_arg(callable_Parser.F_argContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.F_argContext | context | The parse tree. |
ExitF_inner(callable_Parser.F_innerContext)
Exit a parse tree produced by f_inner().
Declaration
void ExitF_inner(callable_Parser.F_innerContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.F_innerContext | context | The parse tree. |
ExitLine(callable_Parser.LineContext)
Exit a parse tree produced by line().
Declaration
void ExitLine(callable_Parser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.LineContext | context | The parse tree. |
ExitProgram(callable_Parser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(callable_Parser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
callable_Parser.ProgramContext | context | The parse tree. |