Show / Hide Table of Contents

Interface IPowerBuilderParserListener

This interface defines a complete listener for a parse tree produced by PowerBuilderParser.

Namespace: GCore.Antlr.Grammers.Powerbuilder
Assembly: Powerbuilder.dll
Syntax
public interface IPowerBuilderParserListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAccess_modif(PowerBuilderParser.Access_modifContext)

Enter a parse tree produced by access_modif().

Declaration
void EnterAccess_modif(PowerBuilderParser.Access_modifContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_modifContext context

The parse tree.

| Improve this Doc View Source

EnterAccess_modif_part(PowerBuilderParser.Access_modif_partContext)

Enter a parse tree produced by access_modif_part().

Declaration
void EnterAccess_modif_part(PowerBuilderParser.Access_modif_partContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_modif_partContext context

The parse tree.

| Improve this Doc View Source

EnterAccess_type(PowerBuilderParser.Access_typeContext)

Enter a parse tree produced by access_type().

Declaration
void EnterAccess_type(PowerBuilderParser.Access_typeContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_typeContext context

The parse tree.

| Improve this Doc View Source

EnterAdd_expr(PowerBuilderParser.Add_exprContext)

Enter a parse tree produced by add_expr().

Declaration
void EnterAdd_expr(PowerBuilderParser.Add_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Add_exprContext context

The parse tree.

| Improve this Doc View Source

EnterAncestor_event_call_statement(PowerBuilderParser.Ancestor_event_call_statementContext)

Enter a parse tree produced by ancestor_event_call_statement().

Declaration
void EnterAncestor_event_call_statement(PowerBuilderParser.Ancestor_event_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Ancestor_event_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterAncestor_function_call(PowerBuilderParser.Ancestor_function_callContext)

Enter a parse tree produced by ancestor_function_call().

Declaration
void EnterAncestor_function_call(PowerBuilderParser.Ancestor_function_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Ancestor_function_callContext context

The parse tree.

| Improve this Doc View Source

EnterArray_access_atom(PowerBuilderParser.Array_access_atomContext)

Enter a parse tree produced by array_access_atom().

Declaration
void EnterArray_access_atom(PowerBuilderParser.Array_access_atomContext context)
Parameters
Type Name Description
PowerBuilderParser.Array_access_atomContext context

The parse tree.

| Improve this Doc View Source

EnterArray_decl_sub(PowerBuilderParser.Array_decl_subContext)

Enter a parse tree produced by array_decl_sub().

Declaration
void EnterArray_decl_sub(PowerBuilderParser.Array_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Array_decl_subContext context

The parse tree.

| Improve this Doc View Source

EnterAssignment_rhs(PowerBuilderParser.Assignment_rhsContext)

Enter a parse tree produced by assignment_rhs().

Declaration
void EnterAssignment_rhs(PowerBuilderParser.Assignment_rhsContext context)
Parameters
Type Name Description
PowerBuilderParser.Assignment_rhsContext context

The parse tree.

| Improve this Doc View Source

EnterAssignment_statement(PowerBuilderParser.Assignment_statementContext)

Enter a parse tree produced by assignment_statement().

Declaration
void EnterAssignment_statement(PowerBuilderParser.Assignment_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Assignment_statementContext context

The parse tree.

| Improve this Doc View Source

EnterAtom_sub(PowerBuilderParser.Atom_subContext)

Enter a parse tree produced by atom_sub().

Declaration
void EnterAtom_sub(PowerBuilderParser.Atom_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Atom_subContext context

The parse tree.

| Improve this Doc View Source

EnterAtom_sub_call1(PowerBuilderParser.Atom_sub_call1Context)

Enter a parse tree produced by atom_sub_call1().

Declaration
void EnterAtom_sub_call1(PowerBuilderParser.Atom_sub_call1Context context)
Parameters
Type Name Description
PowerBuilderParser.Atom_sub_call1Context context

The parse tree.

| Improve this Doc View Source

EnterAtom_sub_member1(PowerBuilderParser.Atom_sub_member1Context)

Enter a parse tree produced by atom_sub_member1().

Declaration
void EnterAtom_sub_member1(PowerBuilderParser.Atom_sub_member1Context context)
Parameters
Type Name Description
PowerBuilderParser.Atom_sub_member1Context context

The parse tree.

| Improve this Doc View Source

EnterBind_param(PowerBuilderParser.Bind_paramContext)

Enter a parse tree produced by bind_param().

Declaration
void EnterBind_param(PowerBuilderParser.Bind_paramContext context)
Parameters
Type Name Description
PowerBuilderParser.Bind_paramContext context

The parse tree.

| Improve this Doc View Source

EnterBody_rule(PowerBuilderParser.Body_ruleContext)

Enter a parse tree produced by body_rule().

Declaration
void EnterBody_rule(PowerBuilderParser.Body_ruleContext context)
Parameters
Type Name Description
PowerBuilderParser.Body_ruleContext context

The parse tree.

| Improve this Doc View Source

EnterBoolean_expression(PowerBuilderParser.Boolean_expressionContext)

Enter a parse tree produced by boolean_expression().

Declaration
void EnterBoolean_expression(PowerBuilderParser.Boolean_expressionContext context)
Parameters
Type Name Description
PowerBuilderParser.Boolean_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterCall_statement(PowerBuilderParser.Call_statementContext)

Enter a parse tree produced by call_statement().

Declaration
void EnterCall_statement(PowerBuilderParser.Call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterChoose_case_cond_sub(PowerBuilderParser.Choose_case_cond_subContext)

Enter a parse tree produced by choose_case_cond_sub().

Declaration
void EnterChoose_case_cond_sub(PowerBuilderParser.Choose_case_cond_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_cond_subContext context

The parse tree.

| Improve this Doc View Source

EnterChoose_case_else_sub(PowerBuilderParser.Choose_case_else_subContext)

Enter a parse tree produced by choose_case_else_sub().

Declaration
void EnterChoose_case_else_sub(PowerBuilderParser.Choose_case_else_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_else_subContext context

The parse tree.

| Improve this Doc View Source

EnterChoose_case_value_sub(PowerBuilderParser.Choose_case_value_subContext)

Enter a parse tree produced by choose_case_value_sub().

Declaration
void EnterChoose_case_value_sub(PowerBuilderParser.Choose_case_value_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_value_subContext context

The parse tree.

| Improve this Doc View Source

EnterChoose_statement(PowerBuilderParser.Choose_statementContext)

Enter a parse tree produced by choose_statement().

Declaration
void EnterChoose_statement(PowerBuilderParser.Choose_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_statementContext context

The parse tree.

| Improve this Doc View Source

EnterClose_call_sub(PowerBuilderParser.Close_call_subContext)

Enter a parse tree produced by close_call_sub().

Declaration
void EnterClose_call_sub(PowerBuilderParser.Close_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_call_subContext context

The parse tree.

| Improve this Doc View Source

EnterClose_cursor_statement(PowerBuilderParser.Close_cursor_statementContext)

Enter a parse tree produced by close_cursor_statement().

Declaration
void EnterClose_cursor_statement(PowerBuilderParser.Close_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

EnterClose_sql_statement(PowerBuilderParser.Close_sql_statementContext)

Enter a parse tree produced by close_sql_statement().

Declaration
void EnterClose_sql_statement(PowerBuilderParser.Close_sql_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_sql_statementContext context

The parse tree.

| Improve this Doc View Source

EnterCondition_and(PowerBuilderParser.Condition_andContext)

Enter a parse tree produced by condition_and().

Declaration
void EnterCondition_and(PowerBuilderParser.Condition_andContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_andContext context

The parse tree.

| Improve this Doc View Source

EnterCondition_comparison(PowerBuilderParser.Condition_comparisonContext)

Enter a parse tree produced by condition_comparison().

Declaration
void EnterCondition_comparison(PowerBuilderParser.Condition_comparisonContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_comparisonContext context

The parse tree.

| Improve this Doc View Source

EnterCondition_not(PowerBuilderParser.Condition_notContext)

Enter a parse tree produced by condition_not().

Declaration
void EnterCondition_not(PowerBuilderParser.Condition_notContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_notContext context

The parse tree.

| Improve this Doc View Source

EnterCondition_or(PowerBuilderParser.Condition_orContext)

Enter a parse tree produced by condition_or().

Declaration
void EnterCondition_or(PowerBuilderParser.Condition_orContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_orContext context

The parse tree.

| Improve this Doc View Source

EnterConstant_decl(PowerBuilderParser.Constant_declContext)

Enter a parse tree produced by constant_decl().

Declaration
void EnterConstant_decl(PowerBuilderParser.Constant_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Constant_declContext context

The parse tree.

| Improve this Doc View Source

EnterConstant_decl_sub(PowerBuilderParser.Constant_decl_subContext)

Enter a parse tree produced by constant_decl_sub().

Declaration
void EnterConstant_decl_sub(PowerBuilderParser.Constant_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Constant_decl_subContext context

The parse tree.

| Improve this Doc View Source

EnterContinue_statement(PowerBuilderParser.Continue_statementContext)

Enter a parse tree produced by continue_statement().

Declaration
void EnterContinue_statement(PowerBuilderParser.Continue_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Continue_statementContext context

The parse tree.

| Improve this Doc View Source

EnterContinue_sub(PowerBuilderParser.Continue_subContext)

Enter a parse tree produced by continue_sub().

Declaration
void EnterContinue_sub(PowerBuilderParser.Continue_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Continue_subContext context

The parse tree.

| Improve this Doc View Source

EnterCreate_call_statement(PowerBuilderParser.Create_call_statementContext)

Enter a parse tree produced by create_call_statement().

Declaration
void EnterCreate_call_statement(PowerBuilderParser.Create_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Create_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterCreate_call_sub(PowerBuilderParser.Create_call_subContext)

Enter a parse tree produced by create_call_sub().

Declaration
void EnterCreate_call_sub(PowerBuilderParser.Create_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Create_call_subContext context

The parse tree.

| Improve this Doc View Source

EnterData_type_name(PowerBuilderParser.Data_type_nameContext)

Enter a parse tree produced by data_type_name().

Declaration
void EnterData_type_name(PowerBuilderParser.Data_type_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Data_type_nameContext context

The parse tree.

| Improve this Doc View Source

EnterDatatype_decl(PowerBuilderParser.Datatype_declContext)

Enter a parse tree produced by datatype_decl().

Declaration
void EnterDatatype_decl(PowerBuilderParser.Datatype_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Datatype_declContext context

The parse tree.

| Improve this Doc View Source

EnterDataTypeSub(PowerBuilderParser.DataTypeSubContext)

Enter a parse tree produced by dataTypeSub().

Declaration
void EnterDataTypeSub(PowerBuilderParser.DataTypeSubContext context)
Parameters
Type Name Description
PowerBuilderParser.DataTypeSubContext context

The parse tree.

| Improve this Doc View Source

EnterDecimal_decl_sub(PowerBuilderParser.Decimal_decl_subContext)

Enter a parse tree produced by decimal_decl_sub().

Declaration
void EnterDecimal_decl_sub(PowerBuilderParser.Decimal_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Decimal_decl_subContext context

The parse tree.

| Improve this Doc View Source

EnterDeclare_cursor_statement(PowerBuilderParser.Declare_cursor_statementContext)

Enter a parse tree produced by declare_cursor_statement().

Declaration
void EnterDeclare_cursor_statement(PowerBuilderParser.Declare_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Declare_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

EnterDeclare_procedure_statement(PowerBuilderParser.Declare_procedure_statementContext)

Enter a parse tree produced by declare_procedure_statement().

Declaration
void EnterDeclare_procedure_statement(PowerBuilderParser.Declare_procedure_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Declare_procedure_statementContext context

The parse tree.

| Improve this Doc View Source

EnterDescribe_function_call(PowerBuilderParser.Describe_function_callContext)

Enter a parse tree produced by describe_function_call().

Declaration
void EnterDescribe_function_call(PowerBuilderParser.Describe_function_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Describe_function_callContext context

The parse tree.

| Improve this Doc View Source

EnterDestroy_call_statement(PowerBuilderParser.Destroy_call_statementContext)

Enter a parse tree produced by destroy_call_statement().

Declaration
void EnterDestroy_call_statement(PowerBuilderParser.Destroy_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Destroy_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterDestroy_call_sub(PowerBuilderParser.Destroy_call_subContext)

Enter a parse tree produced by destroy_call_sub().

Declaration
void EnterDestroy_call_sub(PowerBuilderParser.Destroy_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Destroy_call_subContext context

The parse tree.

| Improve this Doc View Source

EnterDo_loop_while_statement(PowerBuilderParser.Do_loop_while_statementContext)

Enter a parse tree produced by do_loop_while_statement().

Declaration
void EnterDo_loop_while_statement(PowerBuilderParser.Do_loop_while_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Do_loop_while_statementContext context

The parse tree.

| Improve this Doc View Source

EnterDo_while_loop_statement(PowerBuilderParser.Do_while_loop_statementContext)

Enter a parse tree produced by do_while_loop_statement().

Declaration
void EnterDo_while_loop_statement(PowerBuilderParser.Do_while_loop_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Do_while_loop_statementContext context

The parse tree.

| Improve this Doc View Source

EnterElse_statement(PowerBuilderParser.Else_statementContext)

Enter a parse tree produced by else_statement().

Declaration
void EnterElse_statement(PowerBuilderParser.Else_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Else_statementContext context

The parse tree.

| Improve this Doc View Source

EnterElseif_statement(PowerBuilderParser.Elseif_statementContext)

Enter a parse tree produced by elseif_statement().

Declaration
void EnterElseif_statement(PowerBuilderParser.Elseif_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Elseif_statementContext context

The parse tree.

| Improve this Doc View Source

EnterEvent_body(PowerBuilderParser.Event_bodyContext)

Enter a parse tree produced by event_body().

Declaration
void EnterEvent_body(PowerBuilderParser.Event_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterEvent_call_statement(PowerBuilderParser.Event_call_statementContext)

Enter a parse tree produced by event_call_statement().

Declaration
void EnterEvent_call_statement(PowerBuilderParser.Event_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterEvent_call_statement_sub(PowerBuilderParser.Event_call_statement_subContext)

Enter a parse tree produced by event_call_statement_sub().

Declaration
void EnterEvent_call_statement_sub(PowerBuilderParser.Event_call_statement_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_call_statement_subContext context

The parse tree.

| Improve this Doc View Source

EnterEvent_forward_decl(PowerBuilderParser.Event_forward_declContext)

Enter a parse tree produced by event_forward_decl().

Declaration
void EnterEvent_forward_decl(PowerBuilderParser.Event_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_forward_declContext context

The parse tree.

| Improve this Doc View Source

EnterExecute_statement(PowerBuilderParser.Execute_statementContext)

Enter a parse tree produced by execute_statement().

Declaration
void EnterExecute_statement(PowerBuilderParser.Execute_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Execute_statementContext context

The parse tree.

| Improve this Doc View Source

EnterExit_statement(PowerBuilderParser.Exit_statementContext)

Enter a parse tree produced by exit_statement().

Declaration
void EnterExit_statement(PowerBuilderParser.Exit_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Exit_statementContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(PowerBuilderParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(PowerBuilderParser.ExpressionContext context)
Parameters
Type Name Description
PowerBuilderParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterExpression_list(PowerBuilderParser.Expression_listContext)

Enter a parse tree produced by expression_list().

Declaration
void EnterExpression_list(PowerBuilderParser.Expression_listContext context)
Parameters
Type Name Description
PowerBuilderParser.Expression_listContext context

The parse tree.

| Improve this Doc View Source

EnterFetch_into_statement(PowerBuilderParser.Fetch_into_statementContext)

Enter a parse tree produced by fetch_into_statement().

Declaration
void EnterFetch_into_statement(PowerBuilderParser.Fetch_into_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Fetch_into_statementContext context

The parse tree.

| Improve this Doc View Source

EnterFor_loop_statement(PowerBuilderParser.For_loop_statementContext)

Enter a parse tree produced by for_loop_statement().

Declaration
void EnterFor_loop_statement(PowerBuilderParser.For_loop_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.For_loop_statementContext context

The parse tree.

| Improve this Doc View Source

EnterForward_decl(PowerBuilderParser.Forward_declContext)

Enter a parse tree produced by forward_decl().

Declaration
void EnterForward_decl(PowerBuilderParser.Forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Forward_declContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_body(PowerBuilderParser.Function_bodyContext)

Enter a parse tree produced by function_body().

Declaration
void EnterFunction_body(PowerBuilderParser.Function_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_call_expression_sub(PowerBuilderParser.Function_call_expression_subContext)

Enter a parse tree produced by function_call_expression_sub().

Declaration
void EnterFunction_call_expression_sub(PowerBuilderParser.Function_call_expression_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_call_expression_subContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_call_statement(PowerBuilderParser.Function_call_statementContext)

Enter a parse tree produced by function_call_statement().

Declaration
void EnterFunction_call_statement(PowerBuilderParser.Function_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_event_call(PowerBuilderParser.Function_event_callContext)

Enter a parse tree produced by function_event_call().

Declaration
void EnterFunction_event_call(PowerBuilderParser.Function_event_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_event_callContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_forward_decl(PowerBuilderParser.Function_forward_declContext)

Enter a parse tree produced by function_forward_decl().

Declaration
void EnterFunction_forward_decl(PowerBuilderParser.Function_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_forward_declContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_forward_decl_alias(PowerBuilderParser.Function_forward_decl_aliasContext)

Enter a parse tree produced by function_forward_decl_alias().

Declaration
void EnterFunction_forward_decl_alias(PowerBuilderParser.Function_forward_decl_aliasContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_forward_decl_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_name(PowerBuilderParser.Function_nameContext)

Enter a parse tree produced by function_name().

Declaration
void EnterFunction_name(PowerBuilderParser.Function_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_nameContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_virtual_call_expression_sub(PowerBuilderParser.Function_virtual_call_expression_subContext)

Enter a parse tree produced by function_virtual_call_expression_sub().

Declaration
void EnterFunction_virtual_call_expression_sub(PowerBuilderParser.Function_virtual_call_expression_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_virtual_call_expression_subContext context

The parse tree.

| Improve this Doc View Source

EnterFunctions_forward_decl(PowerBuilderParser.Functions_forward_declContext)

Enter a parse tree produced by functions_forward_decl().

Declaration
void EnterFunctions_forward_decl(PowerBuilderParser.Functions_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Functions_forward_declContext context

The parse tree.

| Improve this Doc View Source

EnterGlobal_variables_decl(PowerBuilderParser.Global_variables_declContext)

Enter a parse tree produced by global_variables_decl().

Declaration
void EnterGlobal_variables_decl(PowerBuilderParser.Global_variables_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Global_variables_declContext context

The parse tree.

| Improve this Doc View Source

EnterGoto_statement(PowerBuilderParser.Goto_statementContext)

Enter a parse tree produced by goto_statement().

Declaration
void EnterGoto_statement(PowerBuilderParser.Goto_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Goto_statementContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(PowerBuilderParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(PowerBuilderParser.IdentifierContext context)
Parameters
Type Name Description
PowerBuilderParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier_array(PowerBuilderParser.Identifier_arrayContext)

Enter a parse tree produced by identifier_array().

Declaration
void EnterIdentifier_array(PowerBuilderParser.Identifier_arrayContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_arrayContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier_name(PowerBuilderParser.Identifier_nameContext)

Enter a parse tree produced by identifier_name().

Declaration
void EnterIdentifier_name(PowerBuilderParser.Identifier_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_nameContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier_name_ex(PowerBuilderParser.Identifier_name_exContext)

Enter a parse tree produced by identifier_name_ex().

Declaration
void EnterIdentifier_name_ex(PowerBuilderParser.Identifier_name_exContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_name_exContext context

The parse tree.

| Improve this Doc View Source

EnterIf_simple_statement(PowerBuilderParser.If_simple_statementContext)

Enter a parse tree produced by if_simple_statement().

Declaration
void EnterIf_simple_statement(PowerBuilderParser.If_simple_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.If_simple_statementContext context

The parse tree.

| Improve this Doc View Source

EnterIf_statement(PowerBuilderParser.If_statementContext)

Enter a parse tree produced by if_statement().

Declaration
void EnterIf_statement(PowerBuilderParser.If_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.If_statementContext context

The parse tree.

| Improve this Doc View Source

EnterIncrement_decrement_statement(PowerBuilderParser.Increment_decrement_statementContext)

Enter a parse tree produced by increment_decrement_statement().

Declaration
void EnterIncrement_decrement_statement(PowerBuilderParser.Increment_decrement_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Increment_decrement_statementContext context

The parse tree.

| Improve this Doc View Source

EnterLabel_stat(PowerBuilderParser.Label_statContext)

Enter a parse tree produced by label_stat().

Declaration
void EnterLabel_stat(PowerBuilderParser.Label_statContext context)
Parameters
Type Name Description
PowerBuilderParser.Label_statContext context

The parse tree.

| Improve this Doc View Source

EnterMul_expr(PowerBuilderParser.Mul_exprContext)

Enter a parse tree produced by mul_expr().

Declaration
void EnterMul_expr(PowerBuilderParser.Mul_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Mul_exprContext context

The parse tree.

| Improve this Doc View Source

EnterOn_body(PowerBuilderParser.On_bodyContext)

Enter a parse tree produced by on_body().

Declaration
void EnterOn_body(PowerBuilderParser.On_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.On_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterOpen_call_sub(PowerBuilderParser.Open_call_subContext)

Enter a parse tree produced by open_call_sub().

Declaration
void EnterOpen_call_sub(PowerBuilderParser.Open_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Open_call_subContext context

The parse tree.

| Improve this Doc View Source

EnterOpen_cursor_statement(PowerBuilderParser.Open_cursor_statementContext)

Enter a parse tree produced by open_cursor_statement().

Declaration
void EnterOpen_cursor_statement(PowerBuilderParser.Open_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Open_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

EnterOperator(PowerBuilderParser.OperatorContext)

Enter a parse tree produced by .

Declaration
void EnterOperator(PowerBuilderParser.OperatorContext context)
Parameters
Type Name Description
PowerBuilderParser.OperatorContext context

The parse tree.

| Improve this Doc View Source

EnterParameter_sub(PowerBuilderParser.Parameter_subContext)

Enter a parse tree produced by parameter_sub().

Declaration
void EnterParameter_sub(PowerBuilderParser.Parameter_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Parameter_subContext context

The parse tree.

| Improve this Doc View Source

EnterParameters_list_sub(PowerBuilderParser.Parameters_list_subContext)

Enter a parse tree produced by parameters_list_sub().

Declaration
void EnterParameters_list_sub(PowerBuilderParser.Parameters_list_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Parameters_list_subContext context

The parse tree.

| Improve this Doc View Source

EnterPost_event(PowerBuilderParser.Post_eventContext)

Enter a parse tree produced by post_event().

Declaration
void EnterPost_event(PowerBuilderParser.Post_eventContext context)
Parameters
Type Name Description
PowerBuilderParser.Post_eventContext context

The parse tree.

| Improve this Doc View Source

EnterPrepare_sql_stateent(PowerBuilderParser.Prepare_sql_stateentContext)

Enter a parse tree produced by prepare_sql_stateent().

Declaration
void EnterPrepare_sql_stateent(PowerBuilderParser.Prepare_sql_stateentContext context)
Parameters
Type Name Description
PowerBuilderParser.Prepare_sql_stateentContext context

The parse tree.

| Improve this Doc View Source

EnterPublic_statement(PowerBuilderParser.Public_statementContext)

Enter a parse tree produced by public_statement().

Declaration
void EnterPublic_statement(PowerBuilderParser.Public_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Public_statementContext context

The parse tree.

| Improve this Doc View Source

EnterReturn_statement(PowerBuilderParser.Return_statementContext)

Enter a parse tree produced by return_statement().

Declaration
void EnterReturn_statement(PowerBuilderParser.Return_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Return_statementContext context

The parse tree.

| Improve this Doc View Source

EnterScope_modif(PowerBuilderParser.Scope_modifContext)

Enter a parse tree produced by scope_modif().

Declaration
void EnterScope_modif(PowerBuilderParser.Scope_modifContext context)
Parameters
Type Name Description
PowerBuilderParser.Scope_modifContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_clause(PowerBuilderParser.Select_clauseContext)

Enter a parse tree produced by select_clause().

Declaration
void EnterSelect_clause(PowerBuilderParser.Select_clauseContext context)
Parameters
Type Name Description
PowerBuilderParser.Select_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterSet_value(PowerBuilderParser.Set_valueContext)

Enter a parse tree produced by set_value().

Declaration
void EnterSet_value(PowerBuilderParser.Set_valueContext context)
Parameters
Type Name Description
PowerBuilderParser.Set_valueContext context

The parse tree.

| Improve this Doc View Source

EnterSql_commit_statement(PowerBuilderParser.Sql_commit_statementContext)

Enter a parse tree produced by sql_commit_statement().

Declaration
void EnterSql_commit_statement(PowerBuilderParser.Sql_commit_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_commit_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_connect_statement(PowerBuilderParser.Sql_connect_statementContext)

Enter a parse tree produced by sql_connect_statement().

Declaration
void EnterSql_connect_statement(PowerBuilderParser.Sql_connect_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_connect_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_delete_statement(PowerBuilderParser.Sql_delete_statementContext)

Enter a parse tree produced by sql_delete_statement().

Declaration
void EnterSql_delete_statement(PowerBuilderParser.Sql_delete_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_delete_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_insert_statement(PowerBuilderParser.Sql_insert_statementContext)

Enter a parse tree produced by sql_insert_statement().

Declaration
void EnterSql_insert_statement(PowerBuilderParser.Sql_insert_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_insert_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_select_statement(PowerBuilderParser.Sql_select_statementContext)

Enter a parse tree produced by sql_select_statement().

Declaration
void EnterSql_select_statement(PowerBuilderParser.Sql_select_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_select_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_statement(PowerBuilderParser.Sql_statementContext)

Enter a parse tree produced by sql_statement().

Declaration
void EnterSql_statement(PowerBuilderParser.Sql_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_update_statement(PowerBuilderParser.Sql_update_statementContext)

Enter a parse tree produced by sql_update_statement().

Declaration
void EnterSql_update_statement(PowerBuilderParser.Sql_update_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_update_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSql_values(PowerBuilderParser.Sql_valuesContext)

Enter a parse tree produced by sql_values().

Declaration
void EnterSql_values(PowerBuilderParser.Sql_valuesContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_valuesContext context

The parse tree.

| Improve this Doc View Source

EnterStart_rule(PowerBuilderParser.Start_ruleContext)

Enter a parse tree produced by start_rule().

Declaration
void EnterStart_rule(PowerBuilderParser.Start_ruleContext context)
Parameters
Type Name Description
PowerBuilderParser.Start_ruleContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(PowerBuilderParser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(PowerBuilderParser.StatementContext context)
Parameters
Type Name Description
PowerBuilderParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatement_sub(PowerBuilderParser.Statement_subContext)

Enter a parse tree produced by statement_sub().

Declaration
void EnterStatement_sub(PowerBuilderParser.Statement_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Statement_subContext context

The parse tree.

| Improve this Doc View Source

EnterString_literal(PowerBuilderParser.String_literalContext)

Enter a parse tree produced by string_literal().

Declaration
void EnterString_literal(PowerBuilderParser.String_literalContext context)
Parameters
Type Name Description
PowerBuilderParser.String_literalContext context

The parse tree.

| Improve this Doc View Source

EnterSuper_call_statement(PowerBuilderParser.Super_call_statementContext)

Enter a parse tree produced by super_call_statement().

Declaration
void EnterSuper_call_statement(PowerBuilderParser.Super_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Super_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterThrow_statement(PowerBuilderParser.Throw_statementContext)

Enter a parse tree produced by throw_statement().

Declaration
void EnterThrow_statement(PowerBuilderParser.Throw_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Throw_statementContext context

The parse tree.

| Improve this Doc View Source

EnterTry_catch_statement(PowerBuilderParser.Try_catch_statementContext)

Enter a parse tree produced by try_catch_statement().

Declaration
void EnterTry_catch_statement(PowerBuilderParser.Try_catch_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Try_catch_statementContext context

The parse tree.

| Improve this Doc View Source

EnterType_variables_decl(PowerBuilderParser.Type_variables_declContext)

Enter a parse tree produced by type_variables_decl().

Declaration
void EnterType_variables_decl(PowerBuilderParser.Type_variables_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Type_variables_declContext context

The parse tree.

| Improve this Doc View Source

EnterUnary_sign_expr(PowerBuilderParser.Unary_sign_exprContext)

Enter a parse tree produced by unary_sign_expr().

Declaration
void EnterUnary_sign_expr(PowerBuilderParser.Unary_sign_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Unary_sign_exprContext context

The parse tree.

| Improve this Doc View Source

EnterValue(PowerBuilderParser.ValueContext)

Enter a parse tree produced by value().

Declaration
void EnterValue(PowerBuilderParser.ValueContext context)
Parameters
Type Name Description
PowerBuilderParser.ValueContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl(PowerBuilderParser.Variable_declContext)

Enter a parse tree produced by variable_decl().

Declaration
void EnterVariable_decl(PowerBuilderParser.Variable_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_declContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl_event(PowerBuilderParser.Variable_decl_eventContext)

Enter a parse tree produced by variable_decl_event().

Declaration
void EnterVariable_decl_event(PowerBuilderParser.Variable_decl_eventContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_eventContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl_sub(PowerBuilderParser.Variable_decl_subContext)

Enter a parse tree produced by variable_decl_sub().

Declaration
void EnterVariable_decl_sub(PowerBuilderParser.Variable_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_subContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl_sub0(PowerBuilderParser.Variable_decl_sub0Context)

Enter a parse tree produced by variable_decl_sub0().

Declaration
void EnterVariable_decl_sub0(PowerBuilderParser.Variable_decl_sub0Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub0Context context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl_sub1(PowerBuilderParser.Variable_decl_sub1Context)

Enter a parse tree produced by variable_decl_sub1().

Declaration
void EnterVariable_decl_sub1(PowerBuilderParser.Variable_decl_sub1Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub1Context context

The parse tree.

| Improve this Doc View Source

EnterVariable_decl_sub2(PowerBuilderParser.Variable_decl_sub2Context)

Enter a parse tree produced by variable_decl_sub2().

Declaration
void EnterVariable_decl_sub2(PowerBuilderParser.Variable_decl_sub2Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub2Context context

The parse tree.

| Improve this Doc View Source

EnterVariable_name(PowerBuilderParser.Variable_nameContext)

Enter a parse tree produced by variable_name().

Declaration
void EnterVariable_name(PowerBuilderParser.Variable_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_nameContext context

The parse tree.

| Improve this Doc View Source

EnterWhere_clause(PowerBuilderParser.Where_clauseContext)

Enter a parse tree produced by where_clause().

Declaration
void EnterWhere_clause(PowerBuilderParser.Where_clauseContext context)
Parameters
Type Name Description
PowerBuilderParser.Where_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitAccess_modif(PowerBuilderParser.Access_modifContext)

Exit a parse tree produced by access_modif().

Declaration
void ExitAccess_modif(PowerBuilderParser.Access_modifContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_modifContext context

The parse tree.

| Improve this Doc View Source

ExitAccess_modif_part(PowerBuilderParser.Access_modif_partContext)

Exit a parse tree produced by access_modif_part().

Declaration
void ExitAccess_modif_part(PowerBuilderParser.Access_modif_partContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_modif_partContext context

The parse tree.

| Improve this Doc View Source

ExitAccess_type(PowerBuilderParser.Access_typeContext)

Exit a parse tree produced by access_type().

Declaration
void ExitAccess_type(PowerBuilderParser.Access_typeContext context)
Parameters
Type Name Description
PowerBuilderParser.Access_typeContext context

The parse tree.

| Improve this Doc View Source

ExitAdd_expr(PowerBuilderParser.Add_exprContext)

Exit a parse tree produced by add_expr().

Declaration
void ExitAdd_expr(PowerBuilderParser.Add_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Add_exprContext context

The parse tree.

| Improve this Doc View Source

ExitAncestor_event_call_statement(PowerBuilderParser.Ancestor_event_call_statementContext)

Exit a parse tree produced by ancestor_event_call_statement().

Declaration
void ExitAncestor_event_call_statement(PowerBuilderParser.Ancestor_event_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Ancestor_event_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitAncestor_function_call(PowerBuilderParser.Ancestor_function_callContext)

Exit a parse tree produced by ancestor_function_call().

Declaration
void ExitAncestor_function_call(PowerBuilderParser.Ancestor_function_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Ancestor_function_callContext context

The parse tree.

| Improve this Doc View Source

ExitArray_access_atom(PowerBuilderParser.Array_access_atomContext)

Exit a parse tree produced by array_access_atom().

Declaration
void ExitArray_access_atom(PowerBuilderParser.Array_access_atomContext context)
Parameters
Type Name Description
PowerBuilderParser.Array_access_atomContext context

The parse tree.

| Improve this Doc View Source

ExitArray_decl_sub(PowerBuilderParser.Array_decl_subContext)

Exit a parse tree produced by array_decl_sub().

Declaration
void ExitArray_decl_sub(PowerBuilderParser.Array_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Array_decl_subContext context

The parse tree.

| Improve this Doc View Source

ExitAssignment_rhs(PowerBuilderParser.Assignment_rhsContext)

Exit a parse tree produced by assignment_rhs().

Declaration
void ExitAssignment_rhs(PowerBuilderParser.Assignment_rhsContext context)
Parameters
Type Name Description
PowerBuilderParser.Assignment_rhsContext context

The parse tree.

| Improve this Doc View Source

ExitAssignment_statement(PowerBuilderParser.Assignment_statementContext)

Exit a parse tree produced by assignment_statement().

Declaration
void ExitAssignment_statement(PowerBuilderParser.Assignment_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Assignment_statementContext context

The parse tree.

| Improve this Doc View Source

ExitAtom_sub(PowerBuilderParser.Atom_subContext)

Exit a parse tree produced by atom_sub().

Declaration
void ExitAtom_sub(PowerBuilderParser.Atom_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Atom_subContext context

The parse tree.

| Improve this Doc View Source

ExitAtom_sub_call1(PowerBuilderParser.Atom_sub_call1Context)

Exit a parse tree produced by atom_sub_call1().

Declaration
void ExitAtom_sub_call1(PowerBuilderParser.Atom_sub_call1Context context)
Parameters
Type Name Description
PowerBuilderParser.Atom_sub_call1Context context

The parse tree.

| Improve this Doc View Source

ExitAtom_sub_member1(PowerBuilderParser.Atom_sub_member1Context)

Exit a parse tree produced by atom_sub_member1().

Declaration
void ExitAtom_sub_member1(PowerBuilderParser.Atom_sub_member1Context context)
Parameters
Type Name Description
PowerBuilderParser.Atom_sub_member1Context context

The parse tree.

| Improve this Doc View Source

ExitBind_param(PowerBuilderParser.Bind_paramContext)

Exit a parse tree produced by bind_param().

Declaration
void ExitBind_param(PowerBuilderParser.Bind_paramContext context)
Parameters
Type Name Description
PowerBuilderParser.Bind_paramContext context

The parse tree.

| Improve this Doc View Source

ExitBody_rule(PowerBuilderParser.Body_ruleContext)

Exit a parse tree produced by body_rule().

Declaration
void ExitBody_rule(PowerBuilderParser.Body_ruleContext context)
Parameters
Type Name Description
PowerBuilderParser.Body_ruleContext context

The parse tree.

| Improve this Doc View Source

ExitBoolean_expression(PowerBuilderParser.Boolean_expressionContext)

Exit a parse tree produced by boolean_expression().

Declaration
void ExitBoolean_expression(PowerBuilderParser.Boolean_expressionContext context)
Parameters
Type Name Description
PowerBuilderParser.Boolean_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitCall_statement(PowerBuilderParser.Call_statementContext)

Exit a parse tree produced by call_statement().

Declaration
void ExitCall_statement(PowerBuilderParser.Call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitChoose_case_cond_sub(PowerBuilderParser.Choose_case_cond_subContext)

Exit a parse tree produced by choose_case_cond_sub().

Declaration
void ExitChoose_case_cond_sub(PowerBuilderParser.Choose_case_cond_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_cond_subContext context

The parse tree.

| Improve this Doc View Source

ExitChoose_case_else_sub(PowerBuilderParser.Choose_case_else_subContext)

Exit a parse tree produced by choose_case_else_sub().

Declaration
void ExitChoose_case_else_sub(PowerBuilderParser.Choose_case_else_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_else_subContext context

The parse tree.

| Improve this Doc View Source

ExitChoose_case_value_sub(PowerBuilderParser.Choose_case_value_subContext)

Exit a parse tree produced by choose_case_value_sub().

Declaration
void ExitChoose_case_value_sub(PowerBuilderParser.Choose_case_value_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_case_value_subContext context

The parse tree.

| Improve this Doc View Source

ExitChoose_statement(PowerBuilderParser.Choose_statementContext)

Exit a parse tree produced by choose_statement().

Declaration
void ExitChoose_statement(PowerBuilderParser.Choose_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Choose_statementContext context

The parse tree.

| Improve this Doc View Source

ExitClose_call_sub(PowerBuilderParser.Close_call_subContext)

Exit a parse tree produced by close_call_sub().

Declaration
void ExitClose_call_sub(PowerBuilderParser.Close_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_call_subContext context

The parse tree.

| Improve this Doc View Source

ExitClose_cursor_statement(PowerBuilderParser.Close_cursor_statementContext)

Exit a parse tree produced by close_cursor_statement().

Declaration
void ExitClose_cursor_statement(PowerBuilderParser.Close_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

ExitClose_sql_statement(PowerBuilderParser.Close_sql_statementContext)

Exit a parse tree produced by close_sql_statement().

Declaration
void ExitClose_sql_statement(PowerBuilderParser.Close_sql_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Close_sql_statementContext context

The parse tree.

| Improve this Doc View Source

ExitCondition_and(PowerBuilderParser.Condition_andContext)

Exit a parse tree produced by condition_and().

Declaration
void ExitCondition_and(PowerBuilderParser.Condition_andContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_andContext context

The parse tree.

| Improve this Doc View Source

ExitCondition_comparison(PowerBuilderParser.Condition_comparisonContext)

Exit a parse tree produced by condition_comparison().

Declaration
void ExitCondition_comparison(PowerBuilderParser.Condition_comparisonContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_comparisonContext context

The parse tree.

| Improve this Doc View Source

ExitCondition_not(PowerBuilderParser.Condition_notContext)

Exit a parse tree produced by condition_not().

Declaration
void ExitCondition_not(PowerBuilderParser.Condition_notContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_notContext context

The parse tree.

| Improve this Doc View Source

ExitCondition_or(PowerBuilderParser.Condition_orContext)

Exit a parse tree produced by condition_or().

Declaration
void ExitCondition_or(PowerBuilderParser.Condition_orContext context)
Parameters
Type Name Description
PowerBuilderParser.Condition_orContext context

The parse tree.

| Improve this Doc View Source

ExitConstant_decl(PowerBuilderParser.Constant_declContext)

Exit a parse tree produced by constant_decl().

Declaration
void ExitConstant_decl(PowerBuilderParser.Constant_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Constant_declContext context

The parse tree.

| Improve this Doc View Source

ExitConstant_decl_sub(PowerBuilderParser.Constant_decl_subContext)

Exit a parse tree produced by constant_decl_sub().

Declaration
void ExitConstant_decl_sub(PowerBuilderParser.Constant_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Constant_decl_subContext context

The parse tree.

| Improve this Doc View Source

ExitContinue_statement(PowerBuilderParser.Continue_statementContext)

Exit a parse tree produced by continue_statement().

Declaration
void ExitContinue_statement(PowerBuilderParser.Continue_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Continue_statementContext context

The parse tree.

| Improve this Doc View Source

ExitContinue_sub(PowerBuilderParser.Continue_subContext)

Exit a parse tree produced by continue_sub().

Declaration
void ExitContinue_sub(PowerBuilderParser.Continue_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Continue_subContext context

The parse tree.

| Improve this Doc View Source

ExitCreate_call_statement(PowerBuilderParser.Create_call_statementContext)

Exit a parse tree produced by create_call_statement().

Declaration
void ExitCreate_call_statement(PowerBuilderParser.Create_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Create_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitCreate_call_sub(PowerBuilderParser.Create_call_subContext)

Exit a parse tree produced by create_call_sub().

Declaration
void ExitCreate_call_sub(PowerBuilderParser.Create_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Create_call_subContext context

The parse tree.

| Improve this Doc View Source

ExitData_type_name(PowerBuilderParser.Data_type_nameContext)

Exit a parse tree produced by data_type_name().

Declaration
void ExitData_type_name(PowerBuilderParser.Data_type_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Data_type_nameContext context

The parse tree.

| Improve this Doc View Source

ExitDatatype_decl(PowerBuilderParser.Datatype_declContext)

Exit a parse tree produced by datatype_decl().

Declaration
void ExitDatatype_decl(PowerBuilderParser.Datatype_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Datatype_declContext context

The parse tree.

| Improve this Doc View Source

ExitDataTypeSub(PowerBuilderParser.DataTypeSubContext)

Exit a parse tree produced by dataTypeSub().

Declaration
void ExitDataTypeSub(PowerBuilderParser.DataTypeSubContext context)
Parameters
Type Name Description
PowerBuilderParser.DataTypeSubContext context

The parse tree.

| Improve this Doc View Source

ExitDecimal_decl_sub(PowerBuilderParser.Decimal_decl_subContext)

Exit a parse tree produced by decimal_decl_sub().

Declaration
void ExitDecimal_decl_sub(PowerBuilderParser.Decimal_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Decimal_decl_subContext context

The parse tree.

| Improve this Doc View Source

ExitDeclare_cursor_statement(PowerBuilderParser.Declare_cursor_statementContext)

Exit a parse tree produced by declare_cursor_statement().

Declaration
void ExitDeclare_cursor_statement(PowerBuilderParser.Declare_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Declare_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

ExitDeclare_procedure_statement(PowerBuilderParser.Declare_procedure_statementContext)

Exit a parse tree produced by declare_procedure_statement().

Declaration
void ExitDeclare_procedure_statement(PowerBuilderParser.Declare_procedure_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Declare_procedure_statementContext context

The parse tree.

| Improve this Doc View Source

ExitDescribe_function_call(PowerBuilderParser.Describe_function_callContext)

Exit a parse tree produced by describe_function_call().

Declaration
void ExitDescribe_function_call(PowerBuilderParser.Describe_function_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Describe_function_callContext context

The parse tree.

| Improve this Doc View Source

ExitDestroy_call_statement(PowerBuilderParser.Destroy_call_statementContext)

Exit a parse tree produced by destroy_call_statement().

Declaration
void ExitDestroy_call_statement(PowerBuilderParser.Destroy_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Destroy_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitDestroy_call_sub(PowerBuilderParser.Destroy_call_subContext)

Exit a parse tree produced by destroy_call_sub().

Declaration
void ExitDestroy_call_sub(PowerBuilderParser.Destroy_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Destroy_call_subContext context

The parse tree.

| Improve this Doc View Source

ExitDo_loop_while_statement(PowerBuilderParser.Do_loop_while_statementContext)

Exit a parse tree produced by do_loop_while_statement().

Declaration
void ExitDo_loop_while_statement(PowerBuilderParser.Do_loop_while_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Do_loop_while_statementContext context

The parse tree.

| Improve this Doc View Source

ExitDo_while_loop_statement(PowerBuilderParser.Do_while_loop_statementContext)

Exit a parse tree produced by do_while_loop_statement().

Declaration
void ExitDo_while_loop_statement(PowerBuilderParser.Do_while_loop_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Do_while_loop_statementContext context

The parse tree.

| Improve this Doc View Source

ExitElse_statement(PowerBuilderParser.Else_statementContext)

Exit a parse tree produced by else_statement().

Declaration
void ExitElse_statement(PowerBuilderParser.Else_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Else_statementContext context

The parse tree.

| Improve this Doc View Source

ExitElseif_statement(PowerBuilderParser.Elseif_statementContext)

Exit a parse tree produced by elseif_statement().

Declaration
void ExitElseif_statement(PowerBuilderParser.Elseif_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Elseif_statementContext context

The parse tree.

| Improve this Doc View Source

ExitEvent_body(PowerBuilderParser.Event_bodyContext)

Exit a parse tree produced by event_body().

Declaration
void ExitEvent_body(PowerBuilderParser.Event_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitEvent_call_statement(PowerBuilderParser.Event_call_statementContext)

Exit a parse tree produced by event_call_statement().

Declaration
void ExitEvent_call_statement(PowerBuilderParser.Event_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitEvent_call_statement_sub(PowerBuilderParser.Event_call_statement_subContext)

Exit a parse tree produced by event_call_statement_sub().

Declaration
void ExitEvent_call_statement_sub(PowerBuilderParser.Event_call_statement_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_call_statement_subContext context

The parse tree.

| Improve this Doc View Source

ExitEvent_forward_decl(PowerBuilderParser.Event_forward_declContext)

Exit a parse tree produced by event_forward_decl().

Declaration
void ExitEvent_forward_decl(PowerBuilderParser.Event_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Event_forward_declContext context

The parse tree.

| Improve this Doc View Source

ExitExecute_statement(PowerBuilderParser.Execute_statementContext)

Exit a parse tree produced by execute_statement().

Declaration
void ExitExecute_statement(PowerBuilderParser.Execute_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Execute_statementContext context

The parse tree.

| Improve this Doc View Source

ExitExit_statement(PowerBuilderParser.Exit_statementContext)

Exit a parse tree produced by exit_statement().

Declaration
void ExitExit_statement(PowerBuilderParser.Exit_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Exit_statementContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(PowerBuilderParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(PowerBuilderParser.ExpressionContext context)
Parameters
Type Name Description
PowerBuilderParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitExpression_list(PowerBuilderParser.Expression_listContext)

Exit a parse tree produced by expression_list().

Declaration
void ExitExpression_list(PowerBuilderParser.Expression_listContext context)
Parameters
Type Name Description
PowerBuilderParser.Expression_listContext context

The parse tree.

| Improve this Doc View Source

ExitFetch_into_statement(PowerBuilderParser.Fetch_into_statementContext)

Exit a parse tree produced by fetch_into_statement().

Declaration
void ExitFetch_into_statement(PowerBuilderParser.Fetch_into_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Fetch_into_statementContext context

The parse tree.

| Improve this Doc View Source

ExitFor_loop_statement(PowerBuilderParser.For_loop_statementContext)

Exit a parse tree produced by for_loop_statement().

Declaration
void ExitFor_loop_statement(PowerBuilderParser.For_loop_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.For_loop_statementContext context

The parse tree.

| Improve this Doc View Source

ExitForward_decl(PowerBuilderParser.Forward_declContext)

Exit a parse tree produced by forward_decl().

Declaration
void ExitForward_decl(PowerBuilderParser.Forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Forward_declContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_body(PowerBuilderParser.Function_bodyContext)

Exit a parse tree produced by function_body().

Declaration
void ExitFunction_body(PowerBuilderParser.Function_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_call_expression_sub(PowerBuilderParser.Function_call_expression_subContext)

Exit a parse tree produced by function_call_expression_sub().

Declaration
void ExitFunction_call_expression_sub(PowerBuilderParser.Function_call_expression_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_call_expression_subContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_call_statement(PowerBuilderParser.Function_call_statementContext)

Exit a parse tree produced by function_call_statement().

Declaration
void ExitFunction_call_statement(PowerBuilderParser.Function_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_event_call(PowerBuilderParser.Function_event_callContext)

Exit a parse tree produced by function_event_call().

Declaration
void ExitFunction_event_call(PowerBuilderParser.Function_event_callContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_event_callContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_forward_decl(PowerBuilderParser.Function_forward_declContext)

Exit a parse tree produced by function_forward_decl().

Declaration
void ExitFunction_forward_decl(PowerBuilderParser.Function_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_forward_declContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_forward_decl_alias(PowerBuilderParser.Function_forward_decl_aliasContext)

Exit a parse tree produced by function_forward_decl_alias().

Declaration
void ExitFunction_forward_decl_alias(PowerBuilderParser.Function_forward_decl_aliasContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_forward_decl_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_name(PowerBuilderParser.Function_nameContext)

Exit a parse tree produced by function_name().

Declaration
void ExitFunction_name(PowerBuilderParser.Function_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_nameContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_virtual_call_expression_sub(PowerBuilderParser.Function_virtual_call_expression_subContext)

Exit a parse tree produced by function_virtual_call_expression_sub().

Declaration
void ExitFunction_virtual_call_expression_sub(PowerBuilderParser.Function_virtual_call_expression_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Function_virtual_call_expression_subContext context

The parse tree.

| Improve this Doc View Source

ExitFunctions_forward_decl(PowerBuilderParser.Functions_forward_declContext)

Exit a parse tree produced by functions_forward_decl().

Declaration
void ExitFunctions_forward_decl(PowerBuilderParser.Functions_forward_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Functions_forward_declContext context

The parse tree.

| Improve this Doc View Source

ExitGlobal_variables_decl(PowerBuilderParser.Global_variables_declContext)

Exit a parse tree produced by global_variables_decl().

Declaration
void ExitGlobal_variables_decl(PowerBuilderParser.Global_variables_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Global_variables_declContext context

The parse tree.

| Improve this Doc View Source

ExitGoto_statement(PowerBuilderParser.Goto_statementContext)

Exit a parse tree produced by goto_statement().

Declaration
void ExitGoto_statement(PowerBuilderParser.Goto_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Goto_statementContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(PowerBuilderParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(PowerBuilderParser.IdentifierContext context)
Parameters
Type Name Description
PowerBuilderParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier_array(PowerBuilderParser.Identifier_arrayContext)

Exit a parse tree produced by identifier_array().

Declaration
void ExitIdentifier_array(PowerBuilderParser.Identifier_arrayContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_arrayContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier_name(PowerBuilderParser.Identifier_nameContext)

Exit a parse tree produced by identifier_name().

Declaration
void ExitIdentifier_name(PowerBuilderParser.Identifier_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_nameContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier_name_ex(PowerBuilderParser.Identifier_name_exContext)

Exit a parse tree produced by identifier_name_ex().

Declaration
void ExitIdentifier_name_ex(PowerBuilderParser.Identifier_name_exContext context)
Parameters
Type Name Description
PowerBuilderParser.Identifier_name_exContext context

The parse tree.

| Improve this Doc View Source

ExitIf_simple_statement(PowerBuilderParser.If_simple_statementContext)

Exit a parse tree produced by if_simple_statement().

Declaration
void ExitIf_simple_statement(PowerBuilderParser.If_simple_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.If_simple_statementContext context

The parse tree.

| Improve this Doc View Source

ExitIf_statement(PowerBuilderParser.If_statementContext)

Exit a parse tree produced by if_statement().

Declaration
void ExitIf_statement(PowerBuilderParser.If_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.If_statementContext context

The parse tree.

| Improve this Doc View Source

ExitIncrement_decrement_statement(PowerBuilderParser.Increment_decrement_statementContext)

Exit a parse tree produced by increment_decrement_statement().

Declaration
void ExitIncrement_decrement_statement(PowerBuilderParser.Increment_decrement_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Increment_decrement_statementContext context

The parse tree.

| Improve this Doc View Source

ExitLabel_stat(PowerBuilderParser.Label_statContext)

Exit a parse tree produced by label_stat().

Declaration
void ExitLabel_stat(PowerBuilderParser.Label_statContext context)
Parameters
Type Name Description
PowerBuilderParser.Label_statContext context

The parse tree.

| Improve this Doc View Source

ExitMul_expr(PowerBuilderParser.Mul_exprContext)

Exit a parse tree produced by mul_expr().

Declaration
void ExitMul_expr(PowerBuilderParser.Mul_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Mul_exprContext context

The parse tree.

| Improve this Doc View Source

ExitOn_body(PowerBuilderParser.On_bodyContext)

Exit a parse tree produced by on_body().

Declaration
void ExitOn_body(PowerBuilderParser.On_bodyContext context)
Parameters
Type Name Description
PowerBuilderParser.On_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitOpen_call_sub(PowerBuilderParser.Open_call_subContext)

Exit a parse tree produced by open_call_sub().

Declaration
void ExitOpen_call_sub(PowerBuilderParser.Open_call_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Open_call_subContext context

The parse tree.

| Improve this Doc View Source

ExitOpen_cursor_statement(PowerBuilderParser.Open_cursor_statementContext)

Exit a parse tree produced by open_cursor_statement().

Declaration
void ExitOpen_cursor_statement(PowerBuilderParser.Open_cursor_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Open_cursor_statementContext context

The parse tree.

| Improve this Doc View Source

ExitOperator(PowerBuilderParser.OperatorContext)

Exit a parse tree produced by .

Declaration
void ExitOperator(PowerBuilderParser.OperatorContext context)
Parameters
Type Name Description
PowerBuilderParser.OperatorContext context

The parse tree.

| Improve this Doc View Source

ExitParameter_sub(PowerBuilderParser.Parameter_subContext)

Exit a parse tree produced by parameter_sub().

Declaration
void ExitParameter_sub(PowerBuilderParser.Parameter_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Parameter_subContext context

The parse tree.

| Improve this Doc View Source

ExitParameters_list_sub(PowerBuilderParser.Parameters_list_subContext)

Exit a parse tree produced by parameters_list_sub().

Declaration
void ExitParameters_list_sub(PowerBuilderParser.Parameters_list_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Parameters_list_subContext context

The parse tree.

| Improve this Doc View Source

ExitPost_event(PowerBuilderParser.Post_eventContext)

Exit a parse tree produced by post_event().

Declaration
void ExitPost_event(PowerBuilderParser.Post_eventContext context)
Parameters
Type Name Description
PowerBuilderParser.Post_eventContext context

The parse tree.

| Improve this Doc View Source

ExitPrepare_sql_stateent(PowerBuilderParser.Prepare_sql_stateentContext)

Exit a parse tree produced by prepare_sql_stateent().

Declaration
void ExitPrepare_sql_stateent(PowerBuilderParser.Prepare_sql_stateentContext context)
Parameters
Type Name Description
PowerBuilderParser.Prepare_sql_stateentContext context

The parse tree.

| Improve this Doc View Source

ExitPublic_statement(PowerBuilderParser.Public_statementContext)

Exit a parse tree produced by public_statement().

Declaration
void ExitPublic_statement(PowerBuilderParser.Public_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Public_statementContext context

The parse tree.

| Improve this Doc View Source

ExitReturn_statement(PowerBuilderParser.Return_statementContext)

Exit a parse tree produced by return_statement().

Declaration
void ExitReturn_statement(PowerBuilderParser.Return_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Return_statementContext context

The parse tree.

| Improve this Doc View Source

ExitScope_modif(PowerBuilderParser.Scope_modifContext)

Exit a parse tree produced by scope_modif().

Declaration
void ExitScope_modif(PowerBuilderParser.Scope_modifContext context)
Parameters
Type Name Description
PowerBuilderParser.Scope_modifContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_clause(PowerBuilderParser.Select_clauseContext)

Exit a parse tree produced by select_clause().

Declaration
void ExitSelect_clause(PowerBuilderParser.Select_clauseContext context)
Parameters
Type Name Description
PowerBuilderParser.Select_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitSet_value(PowerBuilderParser.Set_valueContext)

Exit a parse tree produced by set_value().

Declaration
void ExitSet_value(PowerBuilderParser.Set_valueContext context)
Parameters
Type Name Description
PowerBuilderParser.Set_valueContext context

The parse tree.

| Improve this Doc View Source

ExitSql_commit_statement(PowerBuilderParser.Sql_commit_statementContext)

Exit a parse tree produced by sql_commit_statement().

Declaration
void ExitSql_commit_statement(PowerBuilderParser.Sql_commit_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_commit_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_connect_statement(PowerBuilderParser.Sql_connect_statementContext)

Exit a parse tree produced by sql_connect_statement().

Declaration
void ExitSql_connect_statement(PowerBuilderParser.Sql_connect_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_connect_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_delete_statement(PowerBuilderParser.Sql_delete_statementContext)

Exit a parse tree produced by sql_delete_statement().

Declaration
void ExitSql_delete_statement(PowerBuilderParser.Sql_delete_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_delete_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_insert_statement(PowerBuilderParser.Sql_insert_statementContext)

Exit a parse tree produced by sql_insert_statement().

Declaration
void ExitSql_insert_statement(PowerBuilderParser.Sql_insert_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_insert_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_select_statement(PowerBuilderParser.Sql_select_statementContext)

Exit a parse tree produced by sql_select_statement().

Declaration
void ExitSql_select_statement(PowerBuilderParser.Sql_select_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_select_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_statement(PowerBuilderParser.Sql_statementContext)

Exit a parse tree produced by sql_statement().

Declaration
void ExitSql_statement(PowerBuilderParser.Sql_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_update_statement(PowerBuilderParser.Sql_update_statementContext)

Exit a parse tree produced by sql_update_statement().

Declaration
void ExitSql_update_statement(PowerBuilderParser.Sql_update_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_update_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSql_values(PowerBuilderParser.Sql_valuesContext)

Exit a parse tree produced by sql_values().

Declaration
void ExitSql_values(PowerBuilderParser.Sql_valuesContext context)
Parameters
Type Name Description
PowerBuilderParser.Sql_valuesContext context

The parse tree.

| Improve this Doc View Source

ExitStart_rule(PowerBuilderParser.Start_ruleContext)

Exit a parse tree produced by start_rule().

Declaration
void ExitStart_rule(PowerBuilderParser.Start_ruleContext context)
Parameters
Type Name Description
PowerBuilderParser.Start_ruleContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(PowerBuilderParser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(PowerBuilderParser.StatementContext context)
Parameters
Type Name Description
PowerBuilderParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatement_sub(PowerBuilderParser.Statement_subContext)

Exit a parse tree produced by statement_sub().

Declaration
void ExitStatement_sub(PowerBuilderParser.Statement_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Statement_subContext context

The parse tree.

| Improve this Doc View Source

ExitString_literal(PowerBuilderParser.String_literalContext)

Exit a parse tree produced by string_literal().

Declaration
void ExitString_literal(PowerBuilderParser.String_literalContext context)
Parameters
Type Name Description
PowerBuilderParser.String_literalContext context

The parse tree.

| Improve this Doc View Source

ExitSuper_call_statement(PowerBuilderParser.Super_call_statementContext)

Exit a parse tree produced by super_call_statement().

Declaration
void ExitSuper_call_statement(PowerBuilderParser.Super_call_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Super_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitThrow_statement(PowerBuilderParser.Throw_statementContext)

Exit a parse tree produced by throw_statement().

Declaration
void ExitThrow_statement(PowerBuilderParser.Throw_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Throw_statementContext context

The parse tree.

| Improve this Doc View Source

ExitTry_catch_statement(PowerBuilderParser.Try_catch_statementContext)

Exit a parse tree produced by try_catch_statement().

Declaration
void ExitTry_catch_statement(PowerBuilderParser.Try_catch_statementContext context)
Parameters
Type Name Description
PowerBuilderParser.Try_catch_statementContext context

The parse tree.

| Improve this Doc View Source

ExitType_variables_decl(PowerBuilderParser.Type_variables_declContext)

Exit a parse tree produced by type_variables_decl().

Declaration
void ExitType_variables_decl(PowerBuilderParser.Type_variables_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Type_variables_declContext context

The parse tree.

| Improve this Doc View Source

ExitUnary_sign_expr(PowerBuilderParser.Unary_sign_exprContext)

Exit a parse tree produced by unary_sign_expr().

Declaration
void ExitUnary_sign_expr(PowerBuilderParser.Unary_sign_exprContext context)
Parameters
Type Name Description
PowerBuilderParser.Unary_sign_exprContext context

The parse tree.

| Improve this Doc View Source

ExitValue(PowerBuilderParser.ValueContext)

Exit a parse tree produced by value().

Declaration
void ExitValue(PowerBuilderParser.ValueContext context)
Parameters
Type Name Description
PowerBuilderParser.ValueContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl(PowerBuilderParser.Variable_declContext)

Exit a parse tree produced by variable_decl().

Declaration
void ExitVariable_decl(PowerBuilderParser.Variable_declContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_declContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl_event(PowerBuilderParser.Variable_decl_eventContext)

Exit a parse tree produced by variable_decl_event().

Declaration
void ExitVariable_decl_event(PowerBuilderParser.Variable_decl_eventContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_eventContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl_sub(PowerBuilderParser.Variable_decl_subContext)

Exit a parse tree produced by variable_decl_sub().

Declaration
void ExitVariable_decl_sub(PowerBuilderParser.Variable_decl_subContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_subContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl_sub0(PowerBuilderParser.Variable_decl_sub0Context)

Exit a parse tree produced by variable_decl_sub0().

Declaration
void ExitVariable_decl_sub0(PowerBuilderParser.Variable_decl_sub0Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub0Context context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl_sub1(PowerBuilderParser.Variable_decl_sub1Context)

Exit a parse tree produced by variable_decl_sub1().

Declaration
void ExitVariable_decl_sub1(PowerBuilderParser.Variable_decl_sub1Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub1Context context

The parse tree.

| Improve this Doc View Source

ExitVariable_decl_sub2(PowerBuilderParser.Variable_decl_sub2Context)

Exit a parse tree produced by variable_decl_sub2().

Declaration
void ExitVariable_decl_sub2(PowerBuilderParser.Variable_decl_sub2Context context)
Parameters
Type Name Description
PowerBuilderParser.Variable_decl_sub2Context context

The parse tree.

| Improve this Doc View Source

ExitVariable_name(PowerBuilderParser.Variable_nameContext)

Exit a parse tree produced by variable_name().

Declaration
void ExitVariable_name(PowerBuilderParser.Variable_nameContext context)
Parameters
Type Name Description
PowerBuilderParser.Variable_nameContext context

The parse tree.

| Improve this Doc View Source

ExitWhere_clause(PowerBuilderParser.Where_clauseContext)

Exit a parse tree produced by where_clause().

Declaration
void ExitWhere_clause(PowerBuilderParser.Where_clauseContext context)
Parameters
Type Name Description
PowerBuilderParser.Where_clauseContext context

The parse tree.

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