Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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