Interface IcluListener
This interface defines a complete listener for a parse tree produced by cluParser.
Namespace: GCore.Antlr.Grammers.Clu
Assembly: Clu.dll
Syntax
public interface IcluListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArgs(cluParser.ArgsContext)
Enter a parse tree produced by args().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterEquate(cluParser.EquateContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.EquateContext | context | The parse tree. |
EnterException_(cluParser.Exception_Context)
Enter a parse tree produced by exception_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitEquate(cluParser.EquateContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.EquateContext | context | The parse tree. |
ExitException_(cluParser.Exception_Context)
Exit a parse tree produced by exception_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
void ExitYields(cluParser.YieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
cluParser.YieldsContext | context | The parse tree. |