Show / Hide Table of Contents

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
System.Object
cluBaseListener
Implements
IcluListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Clu
Assembly: Clu.dll
Syntax
public class cluBaseListener : object, IcluListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IcluListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX