Package com._1c.g5.v8.dt.bsl.validation
Interface IMessages
- 
 public interface IMessagesSpecial interface for localization validation messages in Bsl modules
- 
- 
Method Summary
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final IMessages INSTANCE 
 
- 
 - 
Method Detail- 
this_module_can_contain_only_procedures_functionsString this_module_can_contain_only_procedures_functions() 
 - 
proc_func_with_name__0__already_definedString proc_func_with_name__0__already_defined(String name) 
 - 
local_variable_cannot_be_exportedString local_variable_cannot_be_exported() 
 - 
operator_new_cannot_be_used_for_type__0String operator_new_cannot_be_used_for_type__0(String type) 
 - 
ctor_for__0__parameters_not_foundString ctor_for__0__parameters_not_found(int paramCount) 
 - 
break_may_be_used_only_within_loopString break_may_be_used_only_within_loop() 
 - 
continue_may_be_used_only_within_loopString continue_may_be_used_only_within_loop() 
 - 
return_may_not_be_used_outside_of_proc_funcString return_may_not_be_used_outside_of_proc_func() 
 - 
return_within_func_must_return_valueString return_within_func_must_return_value() 
 - 
proc_cannot_return_valueString proc_cannot_return_value() 
 - 
raise_may_be_used_without_arguments_when_handling_exceptionString raise_may_be_used_without_arguments_when_handling_exception() 
 - 
invalid_event_descriptionString invalid_event_description() 
 - 
invalid_handler_descriptionString invalid_handler_description() 
 - 
handler_expression_must_be_methodString handler_expression_must_be_method() 
 - 
expression_is_not_eventString expression_is_not_event() 
 - 
handler_expression_must_be_functionString handler_expression_must_be_function() 
 - 
the_number_of_parameters_in_the_event_and_the_method_do_not_matchString the_number_of_parameters_in_the_event_and_the_method_do_not_match() 
 - 
formal_param_with_name__0__already_definedString formal_param_with_name__0__already_defined(String name) 
 - 
only_proc_func_bltnfunc_cntxtmethod_can_be_target_of_invocationString only_proc_func_bltnfunc_cntxtmethod_can_be_target_of_invocation() 
 - 
too_many_actual_parametersString too_many_actual_parameters() 
 - 
not_enough_actual_parametersString not_enough_actual_parameters() 
 - 
procedure_called_as_functionString procedure_called_as_function() 
 - 
bltnfunc_may_be_used_only_in_expressionString bltnfunc_may_be_used_only_in_expression() 
 - 
only_proc_func_bltnfunc_cntxtmethod_can_be_used_as_event_handlerString only_proc_func_bltnfunc_cntxtmethod_can_be_used_as_event_handler() 
 - 
only_formparam_variable_cntxtprop_can_be_accessed_as_variableString only_formparam_variable_cntxtprop_can_be_accessed_as_variable() 
 - 
wrong_number_of_bltnfunc_parametersString wrong_number_of_bltnfunc_parameters() 
 - 
unknown_feature_for_left_part_of_expressionString unknown_feature_for_left_part_of_expression() 
 - 
semicolon_after_preprocessor_expressionString semicolon_after_preprocessor_expression() 
 - 
you_may_write_semicolon_only_after_preprocessor_expressionString you_may_write_semicolon_only_after_preprocessor_expression() 
 - 
wrong_order_of_grammar_elementString wrong_order_of_grammar_element() 
 - 
unreachable_codeString unreachable_code() 
 - 
possible_unreachable_statementString possible_unreachable_statement() 
 - 
code_will_never_be_compiledString code_will_never_be_compiled() 
 - 
possible_wrong_string_literalString possible_wrong_string_literal() 
 - 
illegal_date_formatString illegal_date_format() 
 - 
this_module_not_support_this_type_of_compiler_directiveString this_module_not_support_this_type_of_compiler_directive() 
 - 
this_common_module_not_support_this_type_of_compiler_directiveString this_common_module_not_support_this_type_of_compiler_directive() 
 - 
unknown_compiler_directiveString unknown_compiler_directive() 
 - 
wrong_number_literalString wrong_number_literal() 
 - 
possible_expression_is_not_collectionString possible_expression_is_not_collection() 
 - 
objects_of_this_type_cannot_be_created_by_NEW_operatorString objects_of_this_type_cannot_be_created_by_NEW_operator() 
 - 
index_access_is_not_supported_for_typesString index_access_is_not_supported_for_types(String name) 
 - 
no_intersection_between_expected_types__and_expression_typesString no_intersection_between_expected_types__and_expression_types(String expTypesStr, String typesStr) 
 - 
probably_variable_not_initilized_yetString probably_variable_not_initilized_yet(String variableName) 
 - 
global_element_with_the_same_name_was_foundString global_element_with_the_same_name_was_found() 
 - 
function_should_return_valueString function_should_return_value() 
 - 
not_allowed_assign_to_form_attribute_value_of_typeString not_allowed_assign_to_form_attribute_value_of_type(String typeName) 
 - 
not_recommending_assign_to_form_attribute_with_arbitrary_type_value_of_typeString not_recommending_assign_to_form_attribute_with_arbitrary_type_value_of_type(String typeName) 
 - 
not_allowed_export_method_in_form_and_command_moduleString not_allowed_export_method_in_form_and_command_module() 
 - 
return_value_type_0_has_different_environmentString return_value_type_0_has_different_environment(String typeName) 
 - 
not_allowed_expressions_on_the_left_hand_of_preprocessor_keywordString not_allowed_expressions_on_the_left_hand_of_preprocessor_keyword() 
 - 
not_allowed_expressions_on_the_right_hand_of_preprocessor_keywordString not_allowed_expressions_on_the_right_hand_of_preprocessor_keyword() 
 - 
preprocessor_expression_must_be_at_one_lineString preprocessor_expression_must_be_at_one_line() 
 - 
not_allowed_new_line_before_preprocessor_partString not_allowed_new_line_before_preprocessor_part() 
 - 
not_allowed_compiler_directive_without_context_for_variablesString not_allowed_compiler_directive_without_context_for_variables() 
 - 
invalid_access_to_system_enum_valueString invalid_access_to_system_enum_value() 
 - 
not_allowed_use_annotation_symbols_for_declare_statementsString not_allowed_use_annotation_symbols_for_declare_statements() 
 - 
expected_method_name_in_annotationString expected_method_name_in_annotation() 
 - 
repeated_annotation_symbolString repeated_annotation_symbol() 
 - 
not_allowed_use_annotation_symbol_BEFORE_and_AFTER_for_functionString not_allowed_use_annotation_symbol_BEFORE_and_AFTER_for_function() 
 - 
not_allowed_use_annotation_symbol_AROUND_with_AFTER_or_BEFOREString not_allowed_use_annotation_symbol_AROUND_with_AFTER_or_BEFORE() 
 - 
invalid_variable_nameString invalid_variable_name() 
 - 
not_allowed_transfer_object_of_type_0_between_client_serverString not_allowed_transfer_object_of_type_0_between_client_server(String typeName) 
 - 
recommended_access_through_system_enum_valueString recommended_access_through_system_enum_value() 
 - 
duplicate_method_name_in_extension_moduleString duplicate_method_name_in_extension_module(String name) 
 - 
not_allowed_use_annotations_for_form_event_handlersString not_allowed_use_annotations_for_form_event_handlers() 
 - 
another_method_signature_than_in_adoptable_methodString another_method_signature_than_in_adoptable_method() 
 - 
there_is_another_method_with_the_same_annotation_typeString there_is_another_method_with_the_same_annotation_type(String name) 
 - 
adoptable_method_should_not_be_annotated_as_after_and_aroundString adoptable_method_should_not_be_annotated_as_after_and_around(String name) 
 - 
adoptable_method_should_not_be_annotated_as_before_and_aroundString adoptable_method_should_not_be_annotated_as_before_and_around(String name) 
 - 
unknown_operatorString unknown_operator() 
 - 
method_is_not_accessible_in_compatiblity_mode_0String method_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode) 
 - 
property_is_not_accessible_in_compatiblity_mode_0String property_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode) 
 - 
type_is_not_accessible_in_compatiblity_mode_0String type_is_not_accessible_in_compatiblity_mode_0(String compatibilityMode) 
 - 
deprecated_methodString deprecated_method() 
 - 
deprecated_propertyString deprecated_property() 
 - 
deprecated_typeString deprecated_type() 
 - 
preprocessor_instruction_not_allowed_in_this_contextString preprocessor_instruction_not_allowed_in_this_context() 
 - 
nesting_preprocessor_instruction_delete_or_insert_not_allowedString nesting_preprocessor_instruction_delete_or_insert_not_allowed() 
 - 
method_text_has_differences_to_base_methodString method_text_has_differences_to_base_method() 
 - 
record_manager_should_not_used_for_subordinate_recorderString record_manager_should_not_used_for_subordinate_recorder() 
 - 
async_methods_available_since_8_3_18String async_methods_available_since_8_3_18() 
 - 
async_methods_available_only_in_client_contextString async_methods_available_only_in_client_context() 
 - 
await_expression_allowed_only_in_async_methodString await_expression_allowed_only_in_async_method() 
 - 
mobile_standalone_server_available_since_8_3_16String mobile_standalone_server_available_since_8_3_16() 
 - 
raise_with_more_than_one_parameter_available_since_8_3_21String raise_with_more_than_one_parameter_available_since_8_3_21() 
 
- 
 
-