SAP ABAP Class TH_RFAC_EXTRACT_METHOD (Test Helper Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
⤷
SRFAC_IMPL (Package) Implementation of new refactoring
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AUNIT_ASSERT | ABAP Unit: Assertions (see Longtext) | 20110701 |
Properties
| Class | TH_RFAC_EXTRACT_METHOD | |
| Short Description | Test Helper Class | |
| Super Class | CL_AUNIT_ASSERT | ABAP Unit: Assertions (see Longtext) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | SRFAC_IMPL | Implementation of new refactoring |
| Created | 20110516 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class TH_RFAC_EXTRACT_METHOD has no forward declaration.
Interfaces
Class TH_RFAC_EXTRACT_METHOD has no interface implemented.
Friends
Class TH_RFAC_EXTRACT_METHOD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RIS_INCLUDE | 20110701 | ||||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RIS_INCLUDE | 20110701 | ||||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RFAC_METHOD_DESCRIPTION | 20110928 | ||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SEDI_PRETTY_PRINTER | 20110928 | ||||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RIS_INCLUDE | 20110701 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | RSWSOURCET | 20110701 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | RSWSOURCET | 20110701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110928 | ||
| 2 | Instance method | Public | Method | 20110701 | ||
| 3 | Instance method | Public | Method | 20110701 | ||
| 4 | Instance method | Public | Constructor | 20110701 | ||
| 5 | Instance method | Public | Method | 20110701 | ||
| 6 | Instance method | Public | Method | 20110701 | ||
| 7 | Instance method | Public | Method | 20110701 | ||
| 8 | Instance method | Private | Method | 20110701 | ||
| 9 | Instance method | Public | Method | 20110701 | ||
| 10 | Instance method | Public | Method | 20110701 | ||
| 11 | Instance method | Public | Method | 20110701 | ||
| 12 | Instance method | Public | Method | 20110701 | ||
| 13 | Instance method | Public | Method | 20110701 | ||
| 14 | Instance method | Public | Method | 20110701 |
Events
Class TH_RFAC_EXTRACT_METHOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_EXAMPLE | Public | See coding | 20110701 | BEGIN OF ts_example,
name TYPE string,
start_row TYPE i,
END OF ts_example
|
||
| 2 | TS_SELECTION_OFFSET | Public | See coding | 20110701 | BEGIN OF ts_selection_offset,
start_row TYPE i,
start_col TYPE i,
end_row TYPE i,
end_col TYPE i,
END OF ts_selection_offset
|
||
| 3 | TT_EXAMPLES | Public | See coding | 20110701 | tt_examples TYPE SORTED TABLE OF ts_example WITH UNIQUE KEY start_row
|
Method Signatures
Method ASSERT_CODE_TABLE_EQUALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | RSWSOURCET | 20110928 | ||||
| 2 | EXP | Call by reference | Type reference (TYPE) | RSWSOURCET | 20110928 |
Method ASSERT_CODE_TABLE_EQUALS on class TH_RFAC_EXTRACT_METHOD has no exception.
Method ASSERT_FALSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method ASSERT_FALSE on class TH_RFAC_EXTRACT_METHOD has no exception.
Method ASSERT_TRUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method ASSERT_TRUE on class TH_RFAC_EXTRACT_METHOD has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class TH_RFAC_EXTRACT_METHOD has no parameter.
Method CONSTRUCTOR on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_ALL_EXAMPLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXAMPLES | Value transfer | Type reference (TYPE) | TT_EXAMPLES | 20110701 |
Method GET_ALL_EXAMPLES on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_DEFINITION_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VISIBILITY | Call by reference | Type reference (TYPE) | CSEQUENCE | 'private' | 20110701 | |||
| 2 | R_ROW | Value transfer | Type reference (TYPE) | I | 20110701 |
Method GET_DEFINITION_ROW on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_EXTRACTED_METHOD_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | RSWSOURCET | 20110701 |
Method GET_EXTRACTED_METHOD_CALL on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_EXTRACTED_METHOD_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KIND | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | RSWSOURCET | 20110701 |
Method GET_EXTRACTED_METHOD_CODE on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_EXTRACTED_METHOD_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | RSWSOURCET | 20110701 |
Method GET_EXTRACTED_METHOD_DEF on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_EXTRACTED_METHOD_IMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | RSWSOURCET | 20110701 |
Method GET_EXTRACTED_METHOD_IMP on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_IMPLEMENTATION_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KIND | Call by reference | Type reference (TYPE) | CSEQUENCE | 'next' | 20110701 | |||
| 2 | R_ROW | Value transfer | Type reference (TYPE) | I | 20110701 |
Method GET_IMPLEMENTATION_ROW on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | IF_RIS_SOURCE_POSITION=>TY_SELECTION | 20110701 |
Method GET_SELECTION on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_SELECTION_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Call by reference | Type reference (TYPE) | STRING_TABLE | 20110701 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 3 | I_SELECTION_OFFSET | Call by reference | Type reference (TYPE) | TS_SELECTION_OFFSET | 20110701 |
Method GET_SELECTION_SOURCE on class TH_RFAC_EXTRACT_METHOD has no exception.
Method GET_SOURCE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | I_SELECTION_OFFSET | Call by reference | Type reference (TYPE) | TS_SELECTION_OFFSET | 20110701 | ||||
| 3 | R_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_RIS_ADT_SOURCE_HANDLER | 20110701 |
Method GET_SOURCE_HANDLER on class TH_RFAC_EXTRACT_METHOD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |