Class cluBaseListener
This class provides an empty implementation of IcluListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Clu
Assembly: Clu.dll
Syntax
public class cluBaseListener : object, IcluListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArgs(cluParser.ArgsContext)
Enter a parse tree produced by args().
The default implementation does nothing.
Declaration
public virtual void EnterArgs(cluParser.ArgsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ArgsContext | context | The parse tree. |
EnterBody(cluParser.BodyContext)
Enter a parse tree produced by body().
The default implementation does nothing.
Declaration
public virtual void EnterBody(cluParser.BodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.BodyContext | context | The parse tree. |
EnterCluster(cluParser.ClusterContext)
Enter a parse tree produced by cluster().
The default implementation does nothing.
Declaration
public virtual void EnterCluster(cluParser.ClusterContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ClusterContext | context | The parse tree. |
EnterCluster_body(cluParser.Cluster_bodyContext)
Enter a parse tree produced by cluster_body().
The default implementation does nothing.
Declaration
public virtual void EnterCluster_body(cluParser.Cluster_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Cluster_bodyContext | context | The parse tree. |
EnterConstant(cluParser.ConstantContext)
Enter a parse tree produced by constant().
The default implementation does nothing.
Declaration
public virtual void EnterConstant(cluParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ConstantContext | context | The parse tree. |
EnterConstant_list(cluParser.Constant_listContext)
Enter a parse tree produced by constant_list().
The default implementation does nothing.
Declaration
public virtual void EnterConstant_list(cluParser.Constant_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Constant_listContext | context | The parse tree. |
EnterDecl(cluParser.DeclContext)
Enter a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void EnterDecl(cluParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.DeclContext | context | The parse tree. |
EnterDecl_list(cluParser.Decl_listContext)
Enter a parse tree produced by decl_list().
The default implementation does nothing.
Declaration
public virtual void EnterDecl_list(cluParser.Decl_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Decl_listContext | context | The parse tree. |
EnterEquate(cluParser.EquateContext)
Enter a parse tree produced by equate().
The default implementation does nothing.
Declaration
public virtual void EnterEquate(cluParser.EquateContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.EquateContext | 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.
EnterException_(cluParser.Exception_Context)
Enter a parse tree produced by exception_().
The default implementation does nothing.
Declaration
public virtual void EnterException_(cluParser.Exception_Context context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Exception_Context | context | The parse tree. |
EnterExpression(cluParser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void EnterExpression(cluParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ExpressionContext | context | The parse tree. |
EnterExpression_list(cluParser.Expression_listContext)
Enter a parse tree produced by expression_list().
The default implementation does nothing.
Declaration
public virtual void EnterExpression_list(cluParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Expression_listContext | context | The parse tree. |
EnterField(cluParser.FieldContext)
Enter a parse tree produced by field().
The default implementation does nothing.
Declaration
public virtual void EnterField(cluParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.FieldContext | context | The parse tree. |
EnterField_list(cluParser.Field_listContext)
Enter a parse tree produced by field_list().
The default implementation does nothing.
Declaration
public virtual void EnterField_list(cluParser.Field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_listContext | context | The parse tree. |
EnterField_spec(cluParser.Field_specContext)
Enter a parse tree produced by field_spec().
The default implementation does nothing.
Declaration
public virtual void EnterField_spec(cluParser.Field_specContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_specContext | context | The parse tree. |
EnterField_spec_list(cluParser.Field_spec_listContext)
Enter a parse tree produced by field_spec_list().
The default implementation does nothing.
Declaration
public virtual void EnterField_spec_list(cluParser.Field_spec_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_spec_listContext | context | The parse tree. |
EnterIdn(cluParser.IdnContext)
Enter a parse tree produced by idn().
The default implementation does nothing.
Declaration
public virtual void EnterIdn(cluParser.IdnContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.IdnContext | context | The parse tree. |
EnterIdn_list(cluParser.Idn_listContext)
Enter a parse tree produced by idn_list().
The default implementation does nothing.
Declaration
public virtual void EnterIdn_list(cluParser.Idn_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Idn_listContext | context | The parse tree. |
EnterInt_literal(cluParser.Int_literalContext)
Enter a parse tree produced by int_literal().
The default implementation does nothing.
Declaration
public virtual void EnterInt_literal(cluParser.Int_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Int_literalContext | context | The parse tree. |
EnterInvocation(cluParser.InvocationContext)
Enter a parse tree produced by invocation().
The default implementation does nothing.
Declaration
public virtual void EnterInvocation(cluParser.InvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.InvocationContext | context | The parse tree. |
EnterIterator(cluParser.IteratorContext)
Enter a parse tree produced by iterator().
The default implementation does nothing.
Declaration
public virtual void EnterIterator(cluParser.IteratorContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.IteratorContext | context | The parse tree. |
EnterModule(cluParser.ModuleContext)
Enter a parse tree produced by module().
The default implementation does nothing.
Declaration
public virtual void EnterModule(cluParser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ModuleContext | context | The parse tree. |
EnterName(cluParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(cluParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.NameContext | context | The parse tree. |
EnterName_list(cluParser.Name_listContext)
Enter a parse tree produced by name_list().
The default implementation does nothing.
Declaration
public virtual void EnterName_list(cluParser.Name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Name_listContext | context | The parse tree. |
EnterOp_name(cluParser.Op_nameContext)
Enter a parse tree produced by op_name().
The default implementation does nothing.
Declaration
public virtual void EnterOp_name(cluParser.Op_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Op_nameContext | context | The parse tree. |
EnterOp_name_list(cluParser.Op_name_listContext)
Enter a parse tree produced by op_name_list().
The default implementation does nothing.
Declaration
public virtual void EnterOp_name_list(cluParser.Op_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Op_name_listContext | context | The parse tree. |
EnterOper_decl(cluParser.Oper_declContext)
Enter a parse tree produced by oper_decl().
The default implementation does nothing.
Declaration
public virtual void EnterOper_decl(cluParser.Oper_declContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Oper_declContext | context | The parse tree. |
EnterOper_decl_list(cluParser.Oper_decl_listContext)
Enter a parse tree produced by oper_decl_list().
The default implementation does nothing.
Declaration
public virtual void EnterOper_decl_list(cluParser.Oper_decl_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Oper_decl_listContext | context | The parse tree. |
EnterOthers_handler(cluParser.Others_handlerContext)
Enter a parse tree produced by others_handler().
The default implementation does nothing.
Declaration
public virtual void EnterOthers_handler(cluParser.Others_handlerContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Others_handlerContext | context | The parse tree. |
EnterOwn_var(cluParser.Own_varContext)
Enter a parse tree produced by own_var().
The default implementation does nothing.
Declaration
public virtual void EnterOwn_var(cluParser.Own_varContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Own_varContext | context | The parse tree. |
EnterParam(cluParser.ParamContext)
Enter a parse tree produced by param().
The default implementation does nothing.
Declaration
public virtual void EnterParam(cluParser.ParamContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ParamContext | context | The parse tree. |
EnterParms(cluParser.ParmsContext)
Enter a parse tree produced by parms().
The default implementation does nothing.
Declaration
public virtual void EnterParms(cluParser.ParmsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ParmsContext | context | The parse tree. |
EnterPrimary(cluParser.PrimaryContext)
Enter a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary(cluParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.PrimaryContext | context | The parse tree. |
EnterProcedure(cluParser.ProcedureContext)
Enter a parse tree produced by procedure().
The default implementation does nothing.
Declaration
public virtual void EnterProcedure(cluParser.ProcedureContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ProcedureContext | context | The parse tree. |
EnterReal_literal(cluParser.Real_literalContext)
Enter a parse tree produced by real_literal().
The default implementation does nothing.
Declaration
public virtual void EnterReal_literal(cluParser.Real_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Real_literalContext | context | The parse tree. |
EnterRestriction(cluParser.RestrictionContext)
Enter a parse tree produced by restriction().
The default implementation does nothing.
Declaration
public virtual void EnterRestriction(cluParser.RestrictionContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.RestrictionContext | context | The parse tree. |
EnterReturnz(cluParser.ReturnzContext)
Enter a parse tree produced by returnz().
The default implementation does nothing.
Declaration
public virtual void EnterReturnz(cluParser.ReturnzContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ReturnzContext | context | The parse tree. |
EnterRoutine(cluParser.RoutineContext)
Enter a parse tree produced by routine().
The default implementation does nothing.
Declaration
public virtual void EnterRoutine(cluParser.RoutineContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.RoutineContext | context | The parse tree. |
EnterRoutine_body(cluParser.Routine_bodyContext)
Enter a parse tree produced by routine_body().
The default implementation does nothing.
Declaration
public virtual void EnterRoutine_body(cluParser.Routine_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Routine_bodyContext | context | The parse tree. |
EnterSignals(cluParser.SignalsContext)
Enter a parse tree produced by signals().
The default implementation does nothing.
Declaration
public virtual void EnterSignals(cluParser.SignalsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.SignalsContext | context | The parse tree. |
EnterStatement(cluParser.StatementContext)
Enter a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void EnterStatement(cluParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.StatementContext | context | The parse tree. |
EnterString_literal(cluParser.String_literalContext)
Enter a parse tree produced by string_literal().
The default implementation does nothing.
Declaration
public virtual void EnterString_literal(cluParser.String_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.String_literalContext | context | The parse tree. |
EnterTag_arm(cluParser.Tag_armContext)
Enter a parse tree produced by tag_arm().
The default implementation does nothing.
Declaration
public virtual void EnterTag_arm(cluParser.Tag_armContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Tag_armContext | context | The parse tree. |
EnterType_set(cluParser.Type_setContext)
Enter a parse tree produced by type_set().
The default implementation does nothing.
Declaration
public virtual void EnterType_set(cluParser.Type_setContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_setContext | context | The parse tree. |
EnterType_spec(cluParser.Type_specContext)
Enter a parse tree produced by type_spec().
The default implementation does nothing.
Declaration
public virtual void EnterType_spec(cluParser.Type_specContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_specContext | context | The parse tree. |
EnterType_spec_list(cluParser.Type_spec_listContext)
Enter a parse tree produced by type_spec_list().
The default implementation does nothing.
Declaration
public virtual void EnterType_spec_list(cluParser.Type_spec_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_spec_listContext | context | The parse tree. |
EnterWhen_handler(cluParser.When_handlerContext)
Enter a parse tree produced by when_handler().
The default implementation does nothing.
Declaration
public virtual void EnterWhen_handler(cluParser.When_handlerContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.When_handlerContext | context | The parse tree. |
EnterWhere_(cluParser.Where_Context)
Enter a parse tree produced by where_().
The default implementation does nothing.
Declaration
public virtual void EnterWhere_(cluParser.Where_Context context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Where_Context | context | The parse tree. |
EnterYields(cluParser.YieldsContext)
Enter a parse tree produced by yields().
The default implementation does nothing.
Declaration
public virtual void EnterYields(cluParser.YieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.YieldsContext | context | The parse tree. |
ExitArgs(cluParser.ArgsContext)
Exit a parse tree produced by args().
The default implementation does nothing.
Declaration
public virtual void ExitArgs(cluParser.ArgsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ArgsContext | context | The parse tree. |
ExitBody(cluParser.BodyContext)
Exit a parse tree produced by body().
The default implementation does nothing.
Declaration
public virtual void ExitBody(cluParser.BodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.BodyContext | context | The parse tree. |
ExitCluster(cluParser.ClusterContext)
Exit a parse tree produced by cluster().
The default implementation does nothing.
Declaration
public virtual void ExitCluster(cluParser.ClusterContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ClusterContext | context | The parse tree. |
ExitCluster_body(cluParser.Cluster_bodyContext)
Exit a parse tree produced by cluster_body().
The default implementation does nothing.
Declaration
public virtual void ExitCluster_body(cluParser.Cluster_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Cluster_bodyContext | context | The parse tree. |
ExitConstant(cluParser.ConstantContext)
Exit a parse tree produced by constant().
The default implementation does nothing.
Declaration
public virtual void ExitConstant(cluParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ConstantContext | context | The parse tree. |
ExitConstant_list(cluParser.Constant_listContext)
Exit a parse tree produced by constant_list().
The default implementation does nothing.
Declaration
public virtual void ExitConstant_list(cluParser.Constant_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Constant_listContext | context | The parse tree. |
ExitDecl(cluParser.DeclContext)
Exit a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void ExitDecl(cluParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.DeclContext | context | The parse tree. |
ExitDecl_list(cluParser.Decl_listContext)
Exit a parse tree produced by decl_list().
The default implementation does nothing.
Declaration
public virtual void ExitDecl_list(cluParser.Decl_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Decl_listContext | context | The parse tree. |
ExitEquate(cluParser.EquateContext)
Exit a parse tree produced by equate().
The default implementation does nothing.
Declaration
public virtual void ExitEquate(cluParser.EquateContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.EquateContext | 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.
ExitException_(cluParser.Exception_Context)
Exit a parse tree produced by exception_().
The default implementation does nothing.
Declaration
public virtual void ExitException_(cluParser.Exception_Context context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Exception_Context | context | The parse tree. |
ExitExpression(cluParser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void ExitExpression(cluParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ExpressionContext | context | The parse tree. |
ExitExpression_list(cluParser.Expression_listContext)
Exit a parse tree produced by expression_list().
The default implementation does nothing.
Declaration
public virtual void ExitExpression_list(cluParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Expression_listContext | context | The parse tree. |
ExitField(cluParser.FieldContext)
Exit a parse tree produced by field().
The default implementation does nothing.
Declaration
public virtual void ExitField(cluParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.FieldContext | context | The parse tree. |
ExitField_list(cluParser.Field_listContext)
Exit a parse tree produced by field_list().
The default implementation does nothing.
Declaration
public virtual void ExitField_list(cluParser.Field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_listContext | context | The parse tree. |
ExitField_spec(cluParser.Field_specContext)
Exit a parse tree produced by field_spec().
The default implementation does nothing.
Declaration
public virtual void ExitField_spec(cluParser.Field_specContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_specContext | context | The parse tree. |
ExitField_spec_list(cluParser.Field_spec_listContext)
Exit a parse tree produced by field_spec_list().
The default implementation does nothing.
Declaration
public virtual void ExitField_spec_list(cluParser.Field_spec_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Field_spec_listContext | context | The parse tree. |
ExitIdn(cluParser.IdnContext)
Exit a parse tree produced by idn().
The default implementation does nothing.
Declaration
public virtual void ExitIdn(cluParser.IdnContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.IdnContext | context | The parse tree. |
ExitIdn_list(cluParser.Idn_listContext)
Exit a parse tree produced by idn_list().
The default implementation does nothing.
Declaration
public virtual void ExitIdn_list(cluParser.Idn_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Idn_listContext | context | The parse tree. |
ExitInt_literal(cluParser.Int_literalContext)
Exit a parse tree produced by int_literal().
The default implementation does nothing.
Declaration
public virtual void ExitInt_literal(cluParser.Int_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Int_literalContext | context | The parse tree. |
ExitInvocation(cluParser.InvocationContext)
Exit a parse tree produced by invocation().
The default implementation does nothing.
Declaration
public virtual void ExitInvocation(cluParser.InvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.InvocationContext | context | The parse tree. |
ExitIterator(cluParser.IteratorContext)
Exit a parse tree produced by iterator().
The default implementation does nothing.
Declaration
public virtual void ExitIterator(cluParser.IteratorContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.IteratorContext | context | The parse tree. |
ExitModule(cluParser.ModuleContext)
Exit a parse tree produced by module().
The default implementation does nothing.
Declaration
public virtual void ExitModule(cluParser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ModuleContext | context | The parse tree. |
ExitName(cluParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(cluParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.NameContext | context | The parse tree. |
ExitName_list(cluParser.Name_listContext)
Exit a parse tree produced by name_list().
The default implementation does nothing.
Declaration
public virtual void ExitName_list(cluParser.Name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Name_listContext | context | The parse tree. |
ExitOp_name(cluParser.Op_nameContext)
Exit a parse tree produced by op_name().
The default implementation does nothing.
Declaration
public virtual void ExitOp_name(cluParser.Op_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Op_nameContext | context | The parse tree. |
ExitOp_name_list(cluParser.Op_name_listContext)
Exit a parse tree produced by op_name_list().
The default implementation does nothing.
Declaration
public virtual void ExitOp_name_list(cluParser.Op_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Op_name_listContext | context | The parse tree. |
ExitOper_decl(cluParser.Oper_declContext)
Exit a parse tree produced by oper_decl().
The default implementation does nothing.
Declaration
public virtual void ExitOper_decl(cluParser.Oper_declContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Oper_declContext | context | The parse tree. |
ExitOper_decl_list(cluParser.Oper_decl_listContext)
Exit a parse tree produced by oper_decl_list().
The default implementation does nothing.
Declaration
public virtual void ExitOper_decl_list(cluParser.Oper_decl_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Oper_decl_listContext | context | The parse tree. |
ExitOthers_handler(cluParser.Others_handlerContext)
Exit a parse tree produced by others_handler().
The default implementation does nothing.
Declaration
public virtual void ExitOthers_handler(cluParser.Others_handlerContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Others_handlerContext | context | The parse tree. |
ExitOwn_var(cluParser.Own_varContext)
Exit a parse tree produced by own_var().
The default implementation does nothing.
Declaration
public virtual void ExitOwn_var(cluParser.Own_varContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Own_varContext | context | The parse tree. |
ExitParam(cluParser.ParamContext)
Exit a parse tree produced by param().
The default implementation does nothing.
Declaration
public virtual void ExitParam(cluParser.ParamContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ParamContext | context | The parse tree. |
ExitParms(cluParser.ParmsContext)
Exit a parse tree produced by parms().
The default implementation does nothing.
Declaration
public virtual void ExitParms(cluParser.ParmsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ParmsContext | context | The parse tree. |
ExitPrimary(cluParser.PrimaryContext)
Exit a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary(cluParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.PrimaryContext | context | The parse tree. |
ExitProcedure(cluParser.ProcedureContext)
Exit a parse tree produced by procedure().
The default implementation does nothing.
Declaration
public virtual void ExitProcedure(cluParser.ProcedureContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ProcedureContext | context | The parse tree. |
ExitReal_literal(cluParser.Real_literalContext)
Exit a parse tree produced by real_literal().
The default implementation does nothing.
Declaration
public virtual void ExitReal_literal(cluParser.Real_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Real_literalContext | context | The parse tree. |
ExitRestriction(cluParser.RestrictionContext)
Exit a parse tree produced by restriction().
The default implementation does nothing.
Declaration
public virtual void ExitRestriction(cluParser.RestrictionContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.RestrictionContext | context | The parse tree. |
ExitReturnz(cluParser.ReturnzContext)
Exit a parse tree produced by returnz().
The default implementation does nothing.
Declaration
public virtual void ExitReturnz(cluParser.ReturnzContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.ReturnzContext | context | The parse tree. |
ExitRoutine(cluParser.RoutineContext)
Exit a parse tree produced by routine().
The default implementation does nothing.
Declaration
public virtual void ExitRoutine(cluParser.RoutineContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.RoutineContext | context | The parse tree. |
ExitRoutine_body(cluParser.Routine_bodyContext)
Exit a parse tree produced by routine_body().
The default implementation does nothing.
Declaration
public virtual void ExitRoutine_body(cluParser.Routine_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Routine_bodyContext | context | The parse tree. |
ExitSignals(cluParser.SignalsContext)
Exit a parse tree produced by signals().
The default implementation does nothing.
Declaration
public virtual void ExitSignals(cluParser.SignalsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.SignalsContext | context | The parse tree. |
ExitStatement(cluParser.StatementContext)
Exit a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void ExitStatement(cluParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.StatementContext | context | The parse tree. |
ExitString_literal(cluParser.String_literalContext)
Exit a parse tree produced by string_literal().
The default implementation does nothing.
Declaration
public virtual void ExitString_literal(cluParser.String_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.String_literalContext | context | The parse tree. |
ExitTag_arm(cluParser.Tag_armContext)
Exit a parse tree produced by tag_arm().
The default implementation does nothing.
Declaration
public virtual void ExitTag_arm(cluParser.Tag_armContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Tag_armContext | context | The parse tree. |
ExitType_set(cluParser.Type_setContext)
Exit a parse tree produced by type_set().
The default implementation does nothing.
Declaration
public virtual void ExitType_set(cluParser.Type_setContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_setContext | context | The parse tree. |
ExitType_spec(cluParser.Type_specContext)
Exit a parse tree produced by type_spec().
The default implementation does nothing.
Declaration
public virtual void ExitType_spec(cluParser.Type_specContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_specContext | context | The parse tree. |
ExitType_spec_list(cluParser.Type_spec_listContext)
Exit a parse tree produced by type_spec_list().
The default implementation does nothing.
Declaration
public virtual void ExitType_spec_list(cluParser.Type_spec_listContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Type_spec_listContext | context | The parse tree. |
ExitWhen_handler(cluParser.When_handlerContext)
Exit a parse tree produced by when_handler().
The default implementation does nothing.
Declaration
public virtual void ExitWhen_handler(cluParser.When_handlerContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.When_handlerContext | context | The parse tree. |
ExitWhere_(cluParser.Where_Context)
Exit a parse tree produced by where_().
The default implementation does nothing.
Declaration
public virtual void ExitWhere_(cluParser.Where_Context context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.Where_Context | context | The parse tree. |
ExitYields(cluParser.YieldsContext)
Exit a parse tree produced by yields().
The default implementation does nothing.
Declaration
public virtual void ExitYields(cluParser.YieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.YieldsContext | 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.