Class Method list used by SAP ABAP Class CL_ART_NAME_SERVICE (Determines code style information)
SAP ABAP Class
CL_ART_NAME_SERVICE (Determines code style information) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
CL_ART_BLACKBOARD - GET_SURROUNDING_INTERFACE | Refactoring blackboard | |
2 | ![]() |
CL_ART_BLACKBOARD - GET_SURROUNDING_METHOD | Refactoring blackboard | |
3 | ![]() |
CL_ART_BLACKBOARD - GET_SURROUNDING_NODE | Refactoring blackboard | |
4 | ![]() |
CL_ART_BLACKBOARD - GET_SURROUNDING_CLASS | Refactoring blackboard | |
5 | ![]() |
CL_ART_NAME_SERVICE - GET_DEFAULT_PREFIX | Determines code style information | SOURCE candidate = get_default_prefix( i_kind ). |
6 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE candidate = get_prefix_candidate( pst_method_def->get_parameters( i_kind ) ). |
7 | ![]() |
CL_ART_NAME_SERVICE - GET_DEFAULT_PREFIX | Determines code style information | SOURCE candidate = get_default_prefix( i_kind ) && candidate+1. |
8 | ![]() |
CL_ART_NAME_SERVICE - GET_DEFAULT_PREFIX | Determines code style information | SOURCE r_result = get_default_prefix( i_kind ). |
9 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_4_LOCALS | Determines code style information | SOURCE prefix = get_prefix_4_locals( i_kind_for_prefix ). |
10 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_4_MEMBERS | Determines code style information | SOURCE prefix = get_prefix_4_members( i_kind_for_prefix ). |
11 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_4_PARAMETERS | Determines code style information | SOURCE prefix = name_service->get_prefix_4_parameters( kind ). |
12 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_4_PARAMETERS | Determines code style information | SOURCE prefix = get_prefix_4_parameters( i_kind_for_prefix ). |
13 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE r_result = get_prefix_candidate( locals ). |
14 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE r_result = get_prefix_candidate( members ). |
15 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE candidate = get_prefix_candidate( pst_method_def->get_parameters( ) ). |
16 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE candidate = get_prefix_candidate( parameters ). |
17 | ![]() |
CL_ART_NAME_SERVICE - GET_PREFIX_CANDIDATE | Determines code style information | SOURCE candidate = get_prefix_candidate( parameters ). |
18 | ![]() |
CL_ART_NAME_SERVICE - NAME_IS_IN_EXTERNAL_BLACKLIST | Determines code style information | SOURCE WHILE pst_method_imp->does_local_or_member_exist( name_proposal ) = abap_true or |
19 | ![]() |
CL_ART_NAME_SERVICE - NAME_IS_IN_EXTERNAL_BLACKLIST | Determines code style information | SOURCE name_is_in_external_blacklist( i_names_blacklist = i_names_blacklist i_name_proposal = name_proposal ) = abap_true. |
20 | ![]() |
CL_ART_NAME_SERVICE - NAME_IS_IN_EXTERNAL_BLACKLIST | Determines code style information | SOURCE WHILE does_member_exist( i_member_name = name_proposal ) = abap_true or |
21 | ![]() |
CL_ART_NAME_SERVICE - NAME_IS_IN_EXTERNAL_BLACKLIST | Determines code style information | SOURCE name_is_in_external_blacklist( i_names_blacklist = i_names_blacklist i_name_proposal = name_proposal ) = abap_true. |
22 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME_FOR_NEW_PARAM | Determines code style information | |
23 | ![]() |
CL_ART_NAME_SERVICE - GET_DEFAULT_PREFIX | Determines code style information | SOURCE r_result = get_default_prefix( i_kind ). |
24 | ![]() |
CL_ART_NAME_SERVICE - ADJUST_PREFIX | Determines code style information | SOURCE name_under_construction = adjust_prefix( i_desired_name = name_under_construction i_prefix = prefix ). |
25 | ![]() |
CL_ART_NAME_SERVICE - ADJUST_PREFIX | Determines code style information | SOURCE name_proposal = adjust_prefix( i_desired_name = name_proposal i_prefix = prefix ). |
26 | ![]() |
CL_ART_NAME_SERVICE - ADJUST_PREFIX | Determines code style information | SOURCE name_under_construction = adjust_prefix( i_desired_name = name_under_construction i_prefix = prefix ). |
27 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME | Determines code style information | SOURCE r_approved_name = approve_name( name_under_construction ). |
28 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME | Determines code style information | SOURCE r_approved_name = approve_name( name_under_construction ). |
29 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME_FOR_NEW_LOCAL | Determines code style information | |
30 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME_FOR_NEW_MEMBER | Determines code style information | |
31 | ![]() |
CL_ART_NAME_SERVICE - CREATE_FOR_CLASS | Determines code style information | |
32 | ![]() |
CL_ART_NAME_SERVICE - CREATE_FOR_INTERFACE | Determines code style information | |
33 | ![]() |
CL_ART_NAME_SERVICE - CREATE_FOR_METHOD_DEF | Determines code style information | |
34 | ![]() |
CL_ART_NAME_SERVICE - CREATE_FOR_METHOD_IMP | Determines code style information | |
35 | ![]() |
CL_ART_NAME_SERVICE - DERIVE_ABAP_NAME | Determines code style information | |
36 | ![]() |
CL_ART_NAME_SERVICE - DOES_MEMBER_EXIST | Determines code style information | SOURCE WHILE does_member_exist( i_member_name = name_proposal ) = abap_true or |
37 | ![]() |
CL_ART_NAME_SERVICE - DOES_MEMBER_EXIST | Determines code style information | SOURCE name_is_in_external_blacklist( i_names_blacklist = i_names_blacklist i_name_proposal = name_proposal ) = abap_true. |
38 | ![]() |
CL_ART_NAME_SERVICE - GET_DEFAULT_PREFIX | Determines code style information | SOURCE r_result = get_default_prefix( i_kind ). |
39 | ![]() |
CL_AUNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see Longtext) | |
40 | ![]() |
CL_PST_CLASS - GET_MEMBERS | Tree | |
41 | ![]() |
CL_PST_CLASS - DOES_MEMBER_EXIST | Tree | |
42 | ![]() |
CL_PST_CLASS - GET_ALL_PARAMETERS | Tree | |
43 | ![]() |
CL_PST_INTERFACE - DOES_MEMBER_EXIST | comfort API for info on a dedicated interface from PST | |
44 | ![]() |
CL_PST_INTERFACE - GET_ALL_PARAMETERS | comfort API for info on a dedicated interface from PST | |
45 | ![]() |
CL_PST_INTERFACE - GET_OWN_MEMBERS | comfort API for info on a dedicated interface from PST | |
46 | ![]() |
CL_PST_METHOD_DEFINITION - GET_INTERFACE | comfort API for information on a dedicated method from PST | |
47 | ![]() |
CL_PST_METHOD_DEFINITION - IS_INTERFACE_METHOD | comfort API for information on a dedicated method from PST | |
48 | ![]() |
CL_PST_METHOD_DEFINITION - IS_INTERFACE_METHOD | comfort API for information on a dedicated method from PST | |
49 | ![]() |
CL_PST_METHOD_DEFINITION - GET_PARAMETERS | comfort API for information on a dedicated method from PST | |
50 | ![]() |
CL_PST_METHOD_DEFINITION - GET_INTERFACE | comfort API for information on a dedicated method from PST | |
51 | ![]() |
CL_PST_METHOD_DEFINITION - GET_CLASS | comfort API for information on a dedicated method from PST | |
52 | ![]() |
CL_PST_METHOD_DEFINITION - GET_CLASS | comfort API for information on a dedicated method from PST | |
53 | ![]() |
CL_PST_METHOD_DEFINITION - FIND_PARAMETER | comfort API for information on a dedicated method from PST | |
54 | ![]() |
CL_PST_METHOD_DEFINITION - CREATE | comfort API for information on a dedicated method from PST | |
55 | ![]() |
CL_PST_METHOD_IMPLEMENTATION - DOES_LOCAL_OR_MEMBER_EXIST | comfort API for information on a dedicated method from PST | |
56 | ![]() |
CL_PST_METHOD_IMPLEMENTATION - DOES_LOCAL_OR_MEMBER_EXIST | comfort API for information on a dedicated method from PST | |
57 | ![]() |
CL_PST_METHOD_IMPLEMENTATION - GET_CLASS | comfort API for information on a dedicated method from PST | |
58 | ![]() |
CL_PST_METHOD_IMPLEMENTATION - GET_LOCALS | comfort API for information on a dedicated method from PST | |
59 | ![]() |
CL_PST_METHOD_IMPLEMENTATION - GET_METHOD_DEFINITION | comfort API for information on a dedicated method from PST | |
60 | ![]() |
TH_ART_CONTRIBUTOR - ADD_SAMPLE_CODE | Test helper for scan result & blackboard contributors | |
61 | ![]() |
TH_ART_CONTRIBUTOR - PREPARE_BLACKBOARD | Test helper for scan result & blackboard contributors |