Class abbParserBaseListener
This class provides an empty implementation of IabbParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Abb
Assembly: Abb.dll
Syntax
public class abbParserBaseListener : object, IabbParserListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArray_(abbParser.Array_Context)
Enter a parse tree produced by array_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration(abbParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DeclarationContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExpression(abbParser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration(abbParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.DeclarationContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExpression(abbParser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual void ExitType_(abbParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
abbParser.Type_Context | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.