Class Method list used by SAP ABAP Class CL_ART_APPLY_4_GENERATE_METH (Extract superclass or interface)
SAP ABAP Class
CL_ART_APPLY_4_GENERATE_METH (Extract superclass or interface) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE create_object = |{ create_object }{ newline( 6 ) }EXPORTING|. |
2 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - GET_PARAMETERS_FROM_CONSTR | Extract superclass or interface | SOURCE constr_parameters = get_parameters_from_constr( ). |
3 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - GET_PARAMETERS_FROM_SUPER | Extract superclass or interface | SOURCE super_parameters = get_parameters_from_super( ). |
4 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - GET_TYPE_STRING | Extract superclass or interface | SOURCE |
5 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - GET_TYPE_STRING | Extract superclass or interface | SOURCE |
6 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - IS_IMPORTING_PARAM_UNIQUE | Extract superclass or interface | SOURCE IF is_importing_param_unique( i_index = current_index i_parameters = c_parameters ) = abap_false. |
7 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - IS_IMPORTING_PARAM_UNIQUE | Extract superclass or interface | SOURCE IF is_importing_param_unique( i_index = i_index i_parameters = c_parameters ) = abap_true. |
8 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - MAKE_IMPORTING_PARAM_UNIQUE | Extract superclass or interface | SOURCE make_importing_param_unique( EXPORTING i_index = current_index CHANGING c_parameters = c_parameters ). |
9 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE returning = |{ newline( 2 ) }RETURNING{ newline( 4 ) }VALUE(r_result) TYPE REF TO { classname }|. |
10 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE importing = |{ newline( 2 ) }IMPORTING|. |
11 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE importing = |{ importing }{ newline( 4 ) }{ -importing_param } { -type_string }|. |
12 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - GET_PARAMETERS_FROM_CONSTR | Extract superclass or interface | SOURCE constr_parameters = get_parameters_from_constr( ). |
13 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE create_object = |{ create_object }{ newline( 8 ) }{ -left_hand_param } = { -importing_param }|. |
14 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE assignments = |{ assignments }{ newline( 4 ) }r_result->{ -left_hand_param } = { -importing_param }.|. |
15 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE importing = |{ newline( 2 ) }IMPORTING|. |
16 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE importing = |{ importing }{ newline( 4 ) }{ -importing_param } { -type_string }|. |
17 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE super_call = |{ newline( 4 ) }super->constructor( ).|. |
18 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE super_call = |{ newline( 4 ) }super->constructor({ parameter_string } ).|. |
19 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - NEWLINE | Extract superclass or interface | SOURCE assignments = |{ assignments }{ newline( 4 ) }me->{ -left_hand_param } = { -importing_param }.|. |
20 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - PARSE_USER_CONTENT | Extract superclass or interface | SOURCE parse_user_content( evaluation_result->get_user_content( ) ). |
21 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_CLASS_CONSTR_DEF | Extract superclass or interface | SOURCE add_delta_4_class_constr_def( ). |
22 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE delta = cl_art_delta_factory=>create_delta_4_new_method_imp( |
23 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_CLASS_CONSTR_IMP | Extract superclass or interface | SOURCE add_delta_4_class_constr_imp( ). |
24 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_CONSTRUCTOR_DEF | Extract superclass or interface | SOURCE add_delta_4_constructor_def( ). |
25 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_CONSTRUCTOR_IMP | Extract superclass or interface | SOURCE add_delta_4_constructor_imp( ). |
26 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_FACTORY_DEF | Extract superclass or interface | SOURCE add_delta_4_factory_def( ). |
27 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ADD_DELTA_4_FACTORY_IMP | Extract superclass or interface | SOURCE add_delta_4_factory_imp( ). |
28 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - COLLECT_CONSTRUCTION_PARAMS | Extract superclass or interface | SOURCE me->construction_parameters = collect_construction_params( i_constructor_params = constr_parameters |
29 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - COLLECT_CONSTRUCTION_PARAMS | Extract superclass or interface | SOURCE i_selected_attributes = me->selected_attribute_nodes ). |
30 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - COLLECT_CONSTRUCTION_PARAMS | Extract superclass or interface | SOURCE me->construction_parameters = collect_construction_params( i_constructor_params = super_parameters |
31 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - COLLECT_CONSTRUCTION_PARAMS | Extract superclass or interface | SOURCE i_selected_attributes = me->selected_attribute_nodes ). |
32 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE i_class = surrounding_class |
33 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE i_method_node = create_node_4_new_method( 'class_constructor' ) |
34 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE i_order = 1 ). |
35 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE new_method_node = create_node_4_new_method( i_name = factory_name i_code = |{ newline }{ create_object }{ assignments }{ newline }| ). |
36 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE new_method_node = create_node_4_new_method( 'constructor' ). |
37 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - CREATE_NODE_4_NEW_METHOD | Extract superclass or interface | SOURCE new_method_node = create_node_4_new_method( i_name = 'constructor' i_code = |{ super_call }{ assignments }{ newline }| ). |
38 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - DERIVE_PARAMETER_NAME | Extract superclass or interface | SOURCE |
39 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ENSURE_UNIQUE_IMPORTING_PARAMS | Extract superclass or interface | SOURCE cl_art_apply_4_generate_meth=>ensure_unique_importing_params( changing c_parameters = parameters ). |
40 | ![]() |
CL_ART_APPLY_4_GENERATE_METH - ENSURE_UNIQUE_IMPORTING_PARAMS | Extract superclass or interface | SOURCE ensure_unique_importing_params( CHANGING c_parameters = r_result ). |
41 | ![]() |
CL_ART_BLACKBOARD - GET_SURROUNDING_CLASS | Refactoring blackboard | |
42 | ![]() |
CL_ART_BLACKBOARD - GET_SOURCE_OBJECT | Refactoring blackboard | |
43 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_MEMBER | Creates deltas for new parameters, exceptions, etc. | |
44 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_MEMBER | Creates deltas for new parameters, exceptions, etc. | |
45 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_MEMBER | Creates deltas for new parameters, exceptions, etc. | |
46 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_METHOD_IMP | Creates deltas for new parameters, exceptions, etc. | |
47 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_METHOD_IMP | Creates deltas for new parameters, exceptions, etc. | |
48 | ![]() |
CL_ART_DELTA_FACTORY - CREATE_DELTA_4_NEW_METHOD_IMP | Creates deltas for new parameters, exceptions, etc. | |
49 | ![]() |
CL_ART_NAME_SERVICE - APPROVE_NAME_FOR_NEW_PARAM | Determines code style information | |
50 | ![]() |
CL_ART_NAME_SERVICE - CREATE_FOR_CLASS | Determines code style information | |
51 | ![]() |
CL_ART_XML_CONVERTER - GENERATE_CONSTRUCTOR_FROM_XML | Conversions for Extract Superclass / Interface | |
52 | ![]() |
CL_ART_XML_CONVERTER - GENERATE_CONSTRUCTOR_TO_XML | Conversions for Extract Superclass / Interface | |
53 | ![]() |
CL_AUNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see Longtext) | |
54 | ![]() |
CL_PST_CLASS - FIND_MEMBER | Tree | |
55 | ![]() |
CL_PST_CLASS - FIND_MEMBER | Tree | |
56 | ![]() |
CL_PST_CLASS - GET_SUPERCLASS | Tree | |
57 | ![]() |
CL_PST_CLASS - GET_SUPERCLASS | Tree | |
58 | ![]() |
CL_PST_METHOD_DEFINITION - CREATE | comfort API for information on a dedicated method from PST | |
59 | ![]() |
CL_PST_METHOD_DEFINITION - CREATE | comfort API for information on a dedicated method from PST | |
60 | ![]() |
CL_PST_METHOD_DEFINITION - GET_PARAMETERS | comfort API for information on a dedicated method from PST | |
61 | ![]() |
CL_PST_METHOD_DEFINITION - GET_PARAMETERS | comfort API for information on a dedicated method from PST | |
62 | ![]() |
CL_PST_NODE - ADD_PROPERTY | Element | |
63 | ![]() |
CL_PST_NODE - GET_COMPLETE_NAME | Element | |
64 | ![]() |
CL_PST_NODE - FIND_LAST_CHILD | Element | |
65 | ![]() |
CL_PST_NODE - CREATE | Element | |
66 | ![]() |
CL_PST_NODE - CREATE | Element | |
67 | ![]() |
CL_PST_REGION - CREATE_FROM_CODE | Prototype | |
68 | ![]() |
CL_PST_REGION - CREATE_FROM_CODE | Prototype | |
69 | ![]() |
CL_PST_REGION - CREATE_FROM_CODE | Prototype | |
70 | ![]() |
CL_QUICKFIX_SOURCE_RESULT - CREATE | quickfix source result | |
71 | ![]() |
IF_QFIX_QUICKFIX - APPLY | Interface to provide a refactoring quickfix | |
72 | ![]() |
IF_QUICKFIX_EVALUATION_RESULT - GET_USER_CONTENT | Quickfix evaluation result | |
73 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
74 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
75 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
76 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
77 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
78 | ![]() |
IF_QUICKFIX_RESULT - ADD_DELTA | Quickfix result | |
79 | ![]() |
IF_QUICKFIX_SOURCE_OBJECT - GET_WB_OBJECT | Quickfix source object | |
80 | ![]() |
TH_ART_CONTRIBUTOR - ADD_SAMPLE_CODE | Test helper for scan result & blackboard contributors | |
81 | ![]() |
TH_ART_CONTRIBUTOR - APPLY_QUICKFIX | Test helper for scan result & blackboard contributors | |
82 | ![]() |
TH_ART_CONTRIBUTOR - VERIFY_DELTAS | Test helper for scan result & blackboard contributors |