Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX