Interface IMessages


public interface IMessages
Special interface for localization validation messages in Bsl modules
  • Field Details

  • Method Details

    • this_module_can_contain_only_procedures_functions

      String this_module_can_contain_only_procedures_functions()
    • label_with_name__0__already_defined

      String label_with_name__0__already_defined(String name)
    • proc_func_with_name__0__already_defined

      String proc_func_with_name__0__already_defined(String name)
    • local_variable_cannot_be_exported

      String local_variable_cannot_be_exported()
    • operator_new_cannot_be_used_for_type__0

      String operator_new_cannot_be_used_for_type__0(String type)
    • ctor_for__0__parameters_not_found

      String ctor_for__0__parameters_not_found(int paramCount)
    • type__0__is_not_defined

      String type__0__is_not_defined(String name)
    • break_may_be_used_only_within_loop

      String break_may_be_used_only_within_loop()
    • continue_may_be_used_only_within_loop

      String continue_may_be_used_only_within_loop()
    • return_may_not_be_used_outside_of_proc_func

      String return_may_not_be_used_outside_of_proc_func()
    • return_within_func_must_return_value

      String return_within_func_must_return_value()
    • proc_cannot_return_value

      String proc_cannot_return_value()
    • raise_may_be_used_without_arguments_when_handling_exception

      String raise_may_be_used_without_arguments_when_handling_exception()
    • wrong_goto_to_label__0

      String wrong_goto_to_label__0(String label)
    • invalid_event_description

      String invalid_event_description()
    • invalid_handler_description

      String invalid_handler_description()
    • handler_expression_must_be_method

      String handler_expression_must_be_method()
    • expression_is_not_event

      String expression_is_not_event()
    • handler_expression_must_be_function

      String handler_expression_must_be_function()
    • the_number_of_parameters_in_the_event_and_the_method_do_not_match

      String the_number_of_parameters_in_the_event_and_the_method_do_not_match()
    • formal_param_with_name__0__already_defined

      String formal_param_with_name__0__already_defined(String name)
    • variable_with_name__0__already_defined

      String variable_with_name__0__already_defined(String name)
    • only_proc_func_bltnfunc_cntxtmethod_can_be_target_of_invocation

      String only_proc_func_bltnfunc_cntxtmethod_can_be_target_of_invocation()
    • too_many_actual_parameters

      String too_many_actual_parameters()
    • not_enough_actual_parameters

      String not_enough_actual_parameters()
    • too_many_actual_parameters_for_types

      String too_many_actual_parameters_for_types(String types)
    • not_enough_actual_parameters_for_types

      String not_enough_actual_parameters_for_types(String types)
    • procedure_called_as_function

      String procedure_called_as_function()
    • bltnfunc_may_be_used_only_in_expression

      String bltnfunc_may_be_used_only_in_expression()
    • only_proc_func_bltnfunc_cntxtmethod_can_be_used_as_event_handler

      String only_proc_func_bltnfunc_cntxtmethod_can_be_used_as_event_handler()
    • only_formparam_variable_cntxtprop_can_be_accessed_as_variable

      String only_formparam_variable_cntxtprop_can_be_accessed_as_variable()
    • wrong_number_of_bltnfunc_parameters

      String wrong_number_of_bltnfunc_parameters()
    • property_is_not_writable

      String property_is_not_writable(String propertyName, String typeName)
    • property_is_not_readable

      String property_is_not_readable(String propertyName, String typeName)
    • unknown_feature_for_left_part_of_expression

      String unknown_feature_for_left_part_of_expression()
    • unused_method

      String unused_method(String methodName)
    • empty_method

      String empty_method(String methodName)
    • semicolon_after_preprocessor_expression

      String semicolon_after_preprocessor_expression()
    • you_may_write_semicolon_only_after_preprocessor_expression

      String you_may_write_semicolon_only_after_preprocessor_expression()
    • wrong_order_of_grammar_element

      String wrong_order_of_grammar_element()
    • unreachable_code

      String unreachable_code()
    • possible_unreachable_statement

      String possible_unreachable_statement()
    • code_will_never_be_compiled

      String code_will_never_be_compiled()
    • possible_wrong_string_literal

      String possible_wrong_string_literal()
    • illegal_date_format

      String illegal_date_format()
    • this_module_not_support_this_type_of_compiler_directive

      String this_module_not_support_this_type_of_compiler_directive()
    • this_common_module_not_support_this_type_of_compiler_directive

      String this_common_module_not_support_this_type_of_compiler_directive()
    • unknown_compiler_directive

      String unknown_compiler_directive()
    • wrong_number_literal

      String wrong_number_literal()
    • possible_expression_is_not_collection

      String possible_expression_is_not_collection()
    • objects_of_this_type_cannot_be_created_by_NEW_operator

      String objects_of_this_type_cannot_be_created_by_NEW_operator()
    • index_access_is_not_supported_for_types

      String index_access_is_not_supported_for_types(String name)
    • no_intersection_between_expected_types__and_expression_types

      String no_intersection_between_expected_types__and_expression_types(String expTypesStr, String typesStr)
    • unused_local_variable

      String unused_local_variable(String variableName)
    • probably_variable_not_initilized_yet

      String probably_variable_not_initilized_yet(String variableName)
    • probably_variable_never_initilized

      String probably_variable_never_initilized(String variableName)
    • global_element_with_the_same_name_was_found

      String global_element_with_the_same_name_was_found()
    • function_should_return_value

      String function_should_return_value()
    • not_allowed_assign_to_form_attribute_value_of_type

      String not_allowed_assign_to_form_attribute_value_of_type(String typeName)
    • not_recommending_assign_to_form_attribute_with_arbitrary_type_value_of_type

      String not_recommending_assign_to_form_attribute_with_arbitrary_type_value_of_type(String typeName)
    • not_allowed_export_method_in_form_and_command_module

      String not_allowed_export_method_in_form_and_command_module()
    • return_value_type_0_has_different_environment

      String return_value_type_0_has_different_environment(String typeName)
    • not_allowed_expressions_on_the_left_hand_of_preprocessor_keyword

      String not_allowed_expressions_on_the_left_hand_of_preprocessor_keyword()
    • not_allowed_expressions_on_the_right_hand_of_preprocessor_keyword

      String not_allowed_expressions_on_the_right_hand_of_preprocessor_keyword()
    • preprocessor_expression_must_be_at_one_line

      String preprocessor_expression_must_be_at_one_line()
    • not_allowed_new_line_before_preprocessor_part

      String not_allowed_new_line_before_preprocessor_part()
    • not_allowed_compiler_directive_without_context_for_variables

      String not_allowed_compiler_directive_without_context_for_variables()
    • invalid_access_to_system_enum_value

      String invalid_access_to_system_enum_value()
    • not_allowed_use_annotation_symbols_for_declare_statements

      String not_allowed_use_annotation_symbols_for_declare_statements()
    • expected_method_name_in_annotation

      String expected_method_name_in_annotation()
    • repeated_annotation_symbol

      String repeated_annotation_symbol()
    • not_allowed_use_annotation_symbol_BEFORE_and_AFTER_for_function

      String not_allowed_use_annotation_symbol_BEFORE_and_AFTER_for_function()
    • not_allowed_use_annotation_symbol_AROUND_with_AFTER_or_BEFORE

      String not_allowed_use_annotation_symbol_AROUND_with_AFTER_or_BEFORE()
    • invalid_variable_name

      String invalid_variable_name()
    • not_allowed_transfer_object_of_type_0_between_client_server

      String not_allowed_transfer_object_of_type_0_between_client_server(String typeName)
    • environments_for_method__0__is_not_set

      String environments_for_method__0__is_not_set(String name)
    • duplicate_method_name_in_extension_module

      String duplicate_method_name_in_extension_module(String name)
    • unknown_adoptable_method_name

      String unknown_adoptable_method_name(String name)
    • not_allowed_use_annotations_for_form_event_handlers

      String not_allowed_use_annotations_for_form_event_handlers()
    • another_method_signature_than_in_adoptable_method

      String another_method_signature_than_in_adoptable_method()
    • there_is_another_method_with_the_same_annotation_type

      String there_is_another_method_with_the_same_annotation_type(String name)
    • adoptable_method_should_not_be_annotated_as_after_and_around

      String adoptable_method_should_not_be_annotated_as_after_and_around(String name)
    • adoptable_method_should_not_be_annotated_as_before_and_around

      String adoptable_method_should_not_be_annotated_as_before_and_around(String name)
    • unknown_operator

      String unknown_operator()
    • method_is_not_accessible_in_compatiblity_mode_0

      String method_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode)
    • property_is_not_accessible_in_compatiblity_mode_0

      String property_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode)
    • type_is_not_accessible_in_compatiblity_mode_0

      String type_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode)
    • deprecated_method

      String deprecated_method()
    • deprecated_property

      String deprecated_property()
    • deprecated_type

      String deprecated_type()
    • preprocessor_instruction_not_allowed_in_this_context

      String preprocessor_instruction_not_allowed_in_this_context()
    • nesting_preprocessor_instruction_delete_or_insert_not_allowed

      String nesting_preprocessor_instruction_delete_or_insert_not_allowed()
    • method_text_has_differences_to_base_method

      String method_text_has_differences_to_base_method()
    • record_manager_should_not_used_for_subordinate_recorder

      String record_manager_should_not_used_for_subordinate_recorder()
    • async_methods_available_since_8_3_18

      String async_methods_available_since_8_3_18()
    • async_methods_available_only_in_client_context

      String async_methods_available_only_in_client_context()
    • await_expression_allowed_only_in_async_method

      String await_expression_allowed_only_in_async_method()
    • mobile_standalone_server_available_since_8_3_16

      String mobile_standalone_server_available_since_8_3_16()
    • raise_with_more_than_one_parameter_available_since_8_3_21

      String raise_with_more_than_one_parameter_available_since_8_3_21()
    • unsupported_operator

      String unsupported_operator(String environments)