Class Method list used by SAP ABAP Class CL_RFAC_SELECTION_ANALYZER (Refactoring: Information about a Selection)
SAP ABAP Class
CL_RFAC_SELECTION_ANALYZER (Refactoring: Information about a Selection) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_COMPILER - CONSTRUCTOR | Cross Reference of an ABAP Program | ||
| 2 | CL_ABAP_COMPILER - CONSTRUCTOR | Cross Reference of an ABAP Program | ||
| 3 | CL_ABAP_COMPILER - GET_ALL_REFS | Cross Reference of an ABAP Program | ||
| 4 | CL_ABAP_COMPILER - GET_FULL_NAME_FOR_POSITION | Cross Reference of an ABAP Program | ||
| 5 | CL_ABAP_COMPILER - GET_SINGLE_REF | Cross Reference of an ABAP Program | ||
| 6 | CL_ABAP_COMPILER - GET_SINGLE_REF | Cross Reference of an ABAP Program | ||
| 7 | CL_ABAP_COMPILER - GET_TYPE_CODE | Cross Reference of an ABAP Program | ||
| 8 | CL_ABAP_COMPILER - GET_TYPE_CODE | Cross Reference of an ABAP Program | ||
| 9 | CL_ABAP_MATCHER - CREATE | Regular Expressions | ||
| 10 | CL_ABAP_MATCHER - GET_SUBMATCH | Regular Expressions | ||
| 11 | CL_ABAP_MATCHER - MATCH | Regular Expressions | ||
| 12 | CL_ABAP_TYPEDESCR - DESCRIBE_BY_NAME | Runtime Type Services | ||
| 13 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 14 | CL_ABAP_UNIT_ASSERT - ASSERT_FALSE | ABAP Unit: Assertions (see longtext) | ||
| 15 | CL_ABAP_UNIT_ASSERT - ASSERT_TABLE_CONTAINS | ABAP Unit: Assertions (see longtext) | ||
| 16 | CL_ABAP_UNIT_ASSERT - ASSERT_THAT | ABAP Unit: Assertions (see longtext) | ||
| 17 | CL_ABAP_UNIT_ASSERT - ASSERT_TRUE | ABAP Unit: Assertions (see longtext) | ||
| 18 | CL_ABAP_UNIT_ASSERT - FAIL | ABAP Unit: Assertions (see longtext) | ||
| 19 | CL_ART_NAME_SERVICE - APPROVE_NAME_FOR_NEW_MEMBER | Determines code style information | ||
| 20 | CL_ART_NAME_SERVICE - CREATE_FOR_CLASS | Determines code style information | ||
| 21 | CL_OO_CLASSNAME_SERVICE - GET_INTERFACEPOOL_NAME | Service for Include Names in Class Environment | ||
| 22 | CL_PST_CLASS - CREATE | Tree | ||
| 23 | CL_PST_NODE - FIND_NODE_BY_POSITION | Element | ||
| 24 | CL_PST_SOURCE_POSITION - CREATE | Position (include, from, to) in source code | ||
| 25 | CL_RFAC_REDEFINITION_HELPER - CREATE | Refactoring: Helper class for redefined types | ||
| 26 | CL_RFAC_SCAN_RESULT - CREATE_FOR_MAIN_PROGRAM | api for scan result interpretation | ||
| 27 | CL_RFAC_SELECTION_ANALYZER - ADD_SOURCE_BODY | Refactoring: Information about a Selection | SOURCE me->add_source_body( changing c_method = e_method ). |
|
| 28 | CL_RFAC_SELECTION_ANALYZER - ADJUST_TYPES_ON_NAME_CONFLICTS | Refactoring: Information about a Selection | SOURCE me->adjust_types_on_name_conflicts( changing c_method = e_method ). |
|
| 29 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_DATA_DECLARATION | Refactoring: Information about a Selection | SOURCE data_declaration_info = me->analyze_data_declaration( i_declaration_reference = candidate_parameter-declaration_reference i_current_types = c_method-types ). |
|
| 30 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_DATA_DECLARATION | Refactoring: Information about a Selection | SOURCE data_declaration_info = me->analyze_data_declaration( i_declaration_reference = declaration_reference ). |
|
| 31 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_DATA_DECLARATION | Refactoring: Information about a Selection | SOURCE data_declaration_info = me->analyze_data_declaration( i_declaration_reference = declaration-reference ). |
|
| 32 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_PARAMETER_REFERENCES | Refactoring: Information about a Selection | SOURCE me->analyze_parameter_references( exporting i_method_name = method_name |
|
| 33 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_PARAMETER_REFERENCES | Refactoring: Information about a Selection | SOURCE i_parameter_references = parameter_references ). |
|
| 34 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE analyze_redefinition_source( |
|
| 35 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE exporting |
|
| 36 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE i_source = source |
|
| 37 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE i_compiler_reference = me->source_method_info-compiler_reference |
|
| 38 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE importing |
|
| 39 | CL_RFAC_SELECTION_ANALYZER - ANALYZE_REDEFINITION_SOURCE | Refactoring: Information about a Selection | SOURCE e_redefinition_found = redefinition_found ). |
|
| 40 | CL_RFAC_SELECTION_ANALYZER - CHECK_AND_ANALYZE_REDEFINITION | Refactoring: Information about a Selection | SOURCE me->check_and_analyze_redefinition( ). |
|
| 41 | CL_RFAC_SELECTION_ANALYZER - CHECK_EXTRACT_METHOD_SUPPORTED | Refactoring: Information about a Selection | SOURCE me->check_extract_method_supported( ). |
|
| 42 | CL_RFAC_SELECTION_ANALYZER - CHECK_EXTRACT_METHOD_SUPPORTED | Refactoring: Information about a Selection | SOURCE me->check_extract_method_supported( ). |
|
| 43 | CL_RFAC_SELECTION_ANALYZER - CHECK_PRECONDITIONS | Refactoring: Information about a Selection | SOURCE r_instance->check_preconditions( ). |
|
| 44 | CL_RFAC_SELECTION_ANALYZER - CHECK_SELECTION_CONSISTENCY | Refactoring: Information about a Selection | SOURCE me->check_selection_consistency( ). |
|
| 45 | CL_RFAC_SELECTION_ANALYZER - DETERMINE_INTF_DATA_FULLNAME | Refactoring: Information about a Selection | SOURCE intf_data_fullname = determine_intf_data_fullname( declaration ). |
|
| 46 | CL_RFAC_SELECTION_ANALYZER - DETERMINE_VISIBILITY_AND_KIND | Refactoring: Information about a Selection | SOURCE me->determine_visibility_and_kind( changing c_method = e_method ). |
|
| 47 | CL_RFAC_SELECTION_ANALYZER - FIND_TOKEN_FOR_ANALYSIS | Refactoring: Information about a Selection | SOURCE me->find_token_for_analysis( ). |
|
| 48 | CL_RFAC_SELECTION_ANALYZER - GET_COMPILER_REFS_FOR_METHOD | Refactoring: Information about a Selection | SOURCE me->get_compiler_refs_for_method( ). |
|
| 49 | CL_RFAC_SELECTION_ANALYZER - GET_EXCEPTION_INFORMATION | Refactoring: Information about a Selection | SOURCE me->get_exception_information( changing c_method = e_method ). |
|
| 50 | CL_RFAC_SELECTION_ANALYZER - GET_INCLUDE_SOURCE | Refactoring: Information about a Selection | SOURCE get_include_source( |
|
| 51 | CL_RFAC_SELECTION_ANALYZER - GET_INCLUDE_SOURCE | Refactoring: Information about a Selection | SOURCE exporting |
|
| 52 | CL_RFAC_SELECTION_ANALYZER - GET_INCLUDE_SOURCE | Refactoring: Information about a Selection | SOURCE i_include_name = include_name |
|
| 53 | CL_RFAC_SELECTION_ANALYZER - GET_INCLUDE_SOURCE | Refactoring: Information about a Selection | SOURCE importing |
|
| 54 | CL_RFAC_SELECTION_ANALYZER - GET_INCLUDE_SOURCE | Refactoring: Information about a Selection | SOURCE e_include_source = source ). |
|
| 55 | CL_RFAC_SELECTION_ANALYZER - GET_INFO_FOR_EXTRACT_METHOD | Refactoring: Information about a Selection | SOURCE me->get_info_for_extract_method( changing c_method = e_method ). |
|
| 56 | CL_RFAC_SELECTION_ANALYZER - GET_INSTANCE | Refactoring: Information about a Selection | ||
| 57 | CL_RFAC_SELECTION_ANALYZER - GET_SOURCE_METHOD_INFORMATION | Refactoring: Information about a Selection | SOURCE me->get_source_method_information( ). |
|
| 58 | CL_RFAC_SELECTION_ANALYZER - INITIALIZE_ABAP_COMPILER | Refactoring: Information about a Selection | SOURCE me->initialize_abap_compiler( ). |
|
| 59 | CL_RFAC_SELECTION_ANALYZER - INIT_SCAN_RESULT_AND_PST | Refactoring: Information about a Selection | SOURCE r_instance->init_scan_result_and_pst( ). |
|
| 60 | CL_RFAC_SELECTION_ANALYZER - IS_EXCEPTION_CATCHED | Refactoring: Information about a Selection | SOURCE if me->is_exception_catched( i_current_token_index = token_index |
|
| 61 | CL_RFAC_SELECTION_ANALYZER - IS_EXCEPTION_CATCHED | Refactoring: Information about a Selection | SOURCE i_selection_tokens = tokens |
|
| 62 | CL_RFAC_SELECTION_ANALYZER - IS_EXCEPTION_CATCHED | Refactoring: Information about a Selection | SOURCE i_exception = exception-name ) = abap_false. |
|
| 63 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE me->is_write_access( exporting i_compiler_reference = reference_in_selection |
|
| 64 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE importing e_is_read_access = is_read_access |
|
| 65 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE e_is_write_access = is_write_access ). |
|
| 66 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE me->is_write_access( exporting i_compiler_reference = reference_in_selection |
|
| 67 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE importing e_is_read_access = is_read_access |
|
| 68 | CL_RFAC_SELECTION_ANALYZER - IS_WRITE_ACCESS | Refactoring: Information about a Selection | SOURCE e_is_write_access = is_write_access ). |
|
| 69 | CL_RFAC_SELECTION_ANALYZER - QUALIFY_REFS_IN_SELECTION | Refactoring: Information about a Selection | SOURCE me->qualify_refs_in_selection( importing e_candidate_parameters = candidate_parameters |
|
| 70 | CL_RFAC_SELECTION_ANALYZER - QUALIFY_REFS_IN_SELECTION | Refactoring: Information about a Selection | SOURCE e_source_types = c_method-source_types |
|
| 71 | CL_RFAC_SELECTION_ANALYZER - QUALIFY_REFS_IN_SELECTION | Refactoring: Information about a Selection | SOURCE e_types_to_copy = types_to_copy ). |
|
| 72 | CL_RFAC_SELECTION_ANALYZER - READ_EXTERNAL_SOURCE | Refactoring: Information about a Selection | SOURCE me->read_external_source( exporting i_include_name = i_declaration_reference-statement->source_info->name |
|
| 73 | CL_RFAC_SELECTION_ANALYZER - READ_EXTERNAL_SOURCE | Refactoring: Information about a Selection | SOURCE importing e_external_source = source ). |
|
| 74 | CL_RFAC_SELECTION_ANALYZER - READ_EXTERNAL_SOURCE | Refactoring: Information about a Selection | SOURCE me->read_external_source( exporting i_include_name = |{ i_include_name }| |
|
| 75 | CL_RFAC_SELECTION_ANALYZER - READ_EXTERNAL_SOURCE | Refactoring: Information about a Selection | SOURCE importing e_external_source = e_include_source ). |
|
| 76 | CL_RFAC_SELECTION_ANALYZER - RESOLVE_LIKE_DEFINITION | Refactoring: Information about a Selection | SOURCE me->resolve_like_definition( exporting i_like_string = token-str |
|
| 77 | CL_RFAC_SELECTION_ANALYZER - RESOLVE_LIKE_DEFINITION | Refactoring: Information about a Selection | SOURCE changing c_type_definition = r_data_declaration_info-original_type ). |
|
| 78 | CL_RFAC_SELECTION_ANALYZER - RESOLVE_LIKE_DEFINITION | Refactoring: Information about a Selection | SOURCE me->resolve_like_definition( exporting i_like_string = token-str |
|
| 79 | CL_RFAC_SELECTION_ANALYZER - RESOLVE_LIKE_DEFINITION | Refactoring: Information about a Selection | SOURCE changing c_type_definition = c_type_definition ). |
|
| 80 | CL_RFAC_SELECTION_ANALYZER - SCAN_AND_QUALIFY_SOURCE_METHOD | Refactoring: Information about a Selection | SOURCE me->scan_and_qualify_source_method( ). |
|
| 81 | CL_RIS_ABAP_FULLNAME - CREATE | Repository Information System: ABAP Fullname Representation | ||
| 82 | CL_RIS_INCLUDE - CREATE | Include | ||
| 83 | CL_RIS_INCLUDE - CREATE | Include | ||
| 84 | CX_RFAC_ERROR - CREATE_TEXTID_FROM_EXC_TEXT | Refactoring error | ||
| 85 | CX_ROOT - GET_TEXT | Abstract Superclass for All Global Exceptions | ||
| 86 | IF_CONSTRAINT - GET_DESCRIPTION | Constraint | ||
| 87 | IF_CONSTRAINT - IS_VALID | Constraint | ||
| 88 | IF_MESSAGE - GET_TEXT | Interface for Accessing Texts from Message Objects | ||
| 89 | IF_RFAC_REDEFINITION_HELPER - GET_ORIGINAL_METHOD_REFERENCE | Refactoring Type Redefinition Helper | ||
| 90 | IF_RFAC_REDEFINITION_HELPER - GET_ORIGINAL_METHOD_REFERENCE | Refactoring Type Redefinition Helper | ||
| 91 | IF_RFAC_SELECTION_ANALYZER - GET_SELECTION_AS_METHOD | Refactoring: Selection Analyzer | ||
| 92 | IF_RFAC_SELECTION_ANALYZER - GET_SELECTION_AS_METHOD | Refactoring: Selection Analyzer | ||
| 93 | IF_RFAC_SELECTION_ANALYZER - SUPPORTS_METHOD_EXTRACTION | Refactoring: Selection Analyzer | ||
| 94 | IF_RFAC_SELECTION_ANALYZER - SUPPORTS_METHOD_EXTRACTION | Refactoring: Selection Analyzer | ||
| 95 | IF_RIS_ABAP_FULLNAME - GET_PART_VALUE | RIS: ABAP Fullname Interface | ||
| 96 | IF_RIS_ABAP_FULLNAME - GET_PART_VALUE | RIS: ABAP Fullname Interface | ||
| 97 | IF_RIS_ABAP_FULLNAME - GET_PART_VALUE | RIS: ABAP Fullname Interface | ||
| 98 | IF_RIS_ABAP_FULLNAME - GET_RTTI_CLASS_TYPE | RIS: ABAP Fullname Interface | ||
| 99 | IF_RIS_ABAP_FULLNAME - IS_INTERFACE_METHOD_IMPL | RIS: ABAP Fullname Interface | ||
| 100 | IF_RIS_ABAP_FULLNAME - IS_INTERFACE_METHOD_IMPL | RIS: ABAP Fullname Interface | ||
| 101 | IF_RIS_ADT_SOURCE_HANDLER - ADJUST_WHERE_USED_PARAMETER | RIS - ADT: Interface for Source Handler/Converter | ||
| 102 | IF_RIS_ADT_SOURCE_HANDLER - CONVERT_TO_ADT_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 103 | IF_RIS_ADT_SOURCE_HANDLER - GET_ABAP_COMPILER | RIS - ADT: Interface for Source Handler/Converter | ||
| 104 | IF_RIS_ADT_SOURCE_HANDLER - GET_ADT_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 105 | IF_RIS_ADT_SOURCE_HANDLER - GET_ADT_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 106 | IF_RIS_ADT_SOURCE_HANDLER - GET_ADT_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 107 | IF_RIS_ADT_SOURCE_HANDLER - GET_ADT_SOURCE_CODE | RIS - ADT: Interface for Source Handler/Converter | ||
| 108 | IF_RIS_ADT_SOURCE_HANDLER - GET_ADT_SOURCE_CODE | RIS - ADT: Interface for Source Handler/Converter | ||
| 109 | IF_RIS_ADT_SOURCE_HANDLER - GET_ALL_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 110 | IF_RIS_ADT_SOURCE_HANDLER - GET_BACKEND_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 111 | IF_RIS_ADT_SOURCE_HANDLER - GET_BACKEND_POSITION | RIS - ADT: Interface for Source Handler/Converter | ||
| 112 | IF_RIS_ADT_SOURCE_HANDLER - GET_GLOBAL_OBJECT_TYPE | RIS - ADT: Interface for Source Handler/Converter | ||
| 113 | IF_RIS_ADT_SOURCE_HANDLER - GET_PARSED_URI_FRAGMENT | RIS - ADT: Interface for Source Handler/Converter | ||
| 114 | IF_RIS_ADT_SOURCE_HANDLER - GET_PARSED_URI_FRAGMENT | RIS - ADT: Interface for Source Handler/Converter | ||
| 115 | IF_RIS_ADT_SOURCE_HANDLER - GET_SCOPE_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 116 | IF_RIS_ADT_SOURCE_HANDLER - GET_SYNTAX_CHECK_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 117 | IF_RIS_ADT_SOURCE_HANDLER - GET_SYNTAX_CHECK_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 118 | IF_RIS_ADT_SOURCE_HANDLER - GET_TRANSPORT_KEY | RIS - ADT: Interface for Source Handler/Converter | ||
| 119 | IF_RIS_ADT_SOURCE_HANDLER - GET_URI | RIS - ADT: Interface for Source Handler/Converter | ||
| 120 | IF_RIS_ADT_SOURCE_HANDLER - INITIALIZE_WORKING_AREA | RIS - ADT: Interface for Source Handler/Converter | ||
| 121 | IF_RIS_ADT_SOURCE_HANDLER - SCAN_AND_QUALIFY_ADT_CODE | RIS - ADT: Interface for Source Handler/Converter | ||
| 122 | IF_RIS_ADT_SOURCE_HANDLER - SCAN_AND_QUALIFY_ALL_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 123 | IF_RIS_ADT_SOURCE_HANDLER - SCAN_AND_QUALIFY_SC_INCLUDES | RIS - ADT: Interface for Source Handler/Converter | ||
| 124 | IF_RIS_ADT_SOURCE_HANDLER - SUPPORTED_BY_ABAP_COMPILER | RIS - ADT: Interface for Source Handler/Converter | ||
| 125 | IF_RIS_INCLUDE - READ_SOURCE | Include for Refactoring | ||
| 126 | IF_RIS_INCLUDE - READ_SOURCE | Include for Refactoring | ||
| 127 | IF_SYSTEM_UUID_STATIC - CREATE_UUID_C32 | Static Interface for 16 Byte System UUIDs | ||
| 128 | IF_SYSTEM_UUID_STATIC - CREATE_UUID_C32 | Static Interface for 16 Byte System UUIDs | ||
| 129 | TH_RFAC_EXTRACT_METHOD - CONSTRUCTOR | Test Helper Class | ||
| 130 | TH_RFAC_EXTRACT_METHOD - GET_SELECTION_SOURCE | Test Helper Class | ||
| 131 | TH_RFAC_EXTRACT_METHOD - GET_SOURCE_HANDLER | Test Helper Class |