Interface IabbParserListener
This interface defines a complete listener for a parse tree produced by abbParser.
Namespace: GCore.Antlr.Grammers.Abb
Assembly: Abb.dll
Syntax
public interface IabbParserListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArray_(abbParser.Array_Context)
Enter a parse tree produced by array_().
Declaration
void EnterArray_(abbParser.Array_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Array_Context | context | The parse tree. |
EnterDataList(abbParser.DataListContext)
Enter a parse tree produced by dataList().
Declaration
void EnterDataList(abbParser.DataListContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DataListContext | context | The parse tree. |
EnterDeclaration(abbParser.DeclarationContext)
Enter a parse tree produced by declaration().
Declaration
void EnterDeclaration(abbParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DeclarationContext | context | The parse tree. |
EnterExpression(abbParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(abbParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ExpressionContext | context | The parse tree. |
EnterFunctionCall(abbParser.FunctionCallContext)
Enter a parse tree produced by functionCall().
Declaration
void EnterFunctionCall(abbParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.FunctionCallContext | context | The parse tree. |
EnterFunctionParameter(abbParser.FunctionParameterContext)
Enter a parse tree produced by functionParameter().
Declaration
void EnterFunctionParameter(abbParser.FunctionParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.FunctionParameterContext | context | The parse tree. |
EnterInit_(abbParser.Init_Context)
Enter a parse tree produced by init_().
Declaration
void EnterInit_(abbParser.Init_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Init_Context | context | The parse tree. |
EnterModule(abbParser.ModuleContext)
Enter a parse tree produced by module().
Declaration
void EnterModule(abbParser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleContext | context | The parse tree. |
EnterModuleData(abbParser.ModuleDataContext)
Enter a parse tree produced by moduleData().
Declaration
void EnterModuleData(abbParser.ModuleDataContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleDataContext | context | The parse tree. |
EnterModuleName(abbParser.ModuleNameContext)
Enter a parse tree produced by moduleName().
Declaration
void EnterModuleName(abbParser.ModuleNameContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleNameContext | context | The parse tree. |
EnterPrimitive(abbParser.PrimitiveContext)
Enter a parse tree produced by primitive().
Declaration
void EnterPrimitive(abbParser.PrimitiveContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.PrimitiveContext | context | The parse tree. |
EnterProcCall(abbParser.ProcCallContext)
Enter a parse tree produced by procCall().
Declaration
void EnterProcCall(abbParser.ProcCallContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcCallContext | context | The parse tree. |
EnterProcedure(abbParser.ProcedureContext)
Enter a parse tree produced by procedure().
Declaration
void EnterProcedure(abbParser.ProcedureContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcedureContext | context | The parse tree. |
EnterProcName(abbParser.ProcNameContext)
Enter a parse tree produced by procName().
Declaration
void EnterProcName(abbParser.ProcNameContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcNameContext | context | The parse tree. |
EnterProcParameter(abbParser.ProcParameterContext)
Enter a parse tree produced by procParameter().
Declaration
void EnterProcParameter(abbParser.ProcParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcParameterContext | context | The parse tree. |
EnterType_(abbParser.Type_Context)
Enter a parse tree produced by type_().
Declaration
void EnterType_(abbParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Type_Context | context | The parse tree. |
ExitArray_(abbParser.Array_Context)
Exit a parse tree produced by array_().
Declaration
void ExitArray_(abbParser.Array_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Array_Context | context | The parse tree. |
ExitDataList(abbParser.DataListContext)
Exit a parse tree produced by dataList().
Declaration
void ExitDataList(abbParser.DataListContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DataListContext | context | The parse tree. |
ExitDeclaration(abbParser.DeclarationContext)
Exit a parse tree produced by declaration().
Declaration
void ExitDeclaration(abbParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DeclarationContext | context | The parse tree. |
ExitExpression(abbParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(abbParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ExpressionContext | context | The parse tree. |
ExitFunctionCall(abbParser.FunctionCallContext)
Exit a parse tree produced by functionCall().
Declaration
void ExitFunctionCall(abbParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.FunctionCallContext | context | The parse tree. |
ExitFunctionParameter(abbParser.FunctionParameterContext)
Exit a parse tree produced by functionParameter().
Declaration
void ExitFunctionParameter(abbParser.FunctionParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.FunctionParameterContext | context | The parse tree. |
ExitInit_(abbParser.Init_Context)
Exit a parse tree produced by init_().
Declaration
void ExitInit_(abbParser.Init_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Init_Context | context | The parse tree. |
ExitModule(abbParser.ModuleContext)
Exit a parse tree produced by module().
Declaration
void ExitModule(abbParser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleContext | context | The parse tree. |
ExitModuleData(abbParser.ModuleDataContext)
Exit a parse tree produced by moduleData().
Declaration
void ExitModuleData(abbParser.ModuleDataContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleDataContext | context | The parse tree. |
ExitModuleName(abbParser.ModuleNameContext)
Exit a parse tree produced by moduleName().
Declaration
void ExitModuleName(abbParser.ModuleNameContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ModuleNameContext | context | The parse tree. |
ExitPrimitive(abbParser.PrimitiveContext)
Exit a parse tree produced by primitive().
Declaration
void ExitPrimitive(abbParser.PrimitiveContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.PrimitiveContext | context | The parse tree. |
ExitProcCall(abbParser.ProcCallContext)
Exit a parse tree produced by procCall().
Declaration
void ExitProcCall(abbParser.ProcCallContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcCallContext | context | The parse tree. |
ExitProcedure(abbParser.ProcedureContext)
Exit a parse tree produced by procedure().
Declaration
void ExitProcedure(abbParser.ProcedureContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcedureContext | context | The parse tree. |
ExitProcName(abbParser.ProcNameContext)
Exit a parse tree produced by procName().
Declaration
void ExitProcName(abbParser.ProcNameContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcNameContext | context | The parse tree. |
ExitProcParameter(abbParser.ProcParameterContext)
Exit a parse tree produced by procParameter().
Declaration
void ExitProcParameter(abbParser.ProcParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.ProcParameterContext | context | The parse tree. |
ExitType_(abbParser.Type_Context)
Exit a parse tree produced by type_().
Declaration
void ExitType_(abbParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Type_Context | context | The parse tree. |