SAP ABAP Class CL_ADT_SOURCE_TRIMMER (CL_ADT_SOURCE_TRIMMER)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_UTILITIES (Package) ADT Utilities
⤷
⤷
Properties
| Class | CL_ADT_SOURCE_TRIMMER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADT_UTILITIES | ADT Utilities |
| Created | 20110725 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_SOURCE_TRIMMER has no forward declaration.
Interfaces
Class CL_ADT_SOURCE_TRIMMER has no interface implemented.
Friends
Class CL_ADT_SOURCE_TRIMMER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CLASS' | 20111205 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'ENDCLASS' | 20111205 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'ENDMETHOD' | 20111205 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'IMPLEMENTATION' | 20111205 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'METHOD' | 20111205 | |||
| 6 | Constant | Public | Type reference (TYPE) | I | 150 | 20111205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20111205 | ||
| 2 | Static method | Private | Method | 20111205 | ||
| 3 | Static method | Private | Method | 20111205 | ||
| 4 | Static method | Private | Method | 20111205 | ||
| 5 | Static method | Public | Method | Removes unwanted code blocks | 20111205 |
Events
Class CL_ADT_SOURCE_TRIMMER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CODE_BLOCK | Private | See coding | 20111205 | BEGIN OF ty_code_block,
from_row TYPE i,
from_col TYPE i,
to_row TYPE i,
to_col TYPE i,
END OF ty_code_block
|
||
| 2 | TY_CODE_BLOCKS | Private | See coding | 20111205 | ty_code_blocks TYPE STANDARD TABLE OF ty_code_block WITH DEFAULT KEY
|
||
| 3 | TY_CODE_BLOCKS_INFO | Private | See coding | 20111205 | BEGIN OF ty_code_blocks_info,
code_blocks TYPE ty_code_blocks,
inside_code_block_index TYPE i,
between_code_block_from TYPE i,
between_code_block_to TYPE i,
END OF ty_code_blocks_info
|
Method Signatures
Method DELETE_CODE_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODE_BLOCK | Call by reference | Type reference (TYPE) | TY_CODE_BLOCK | 20111205 | ||||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20111205 |
Method DELETE_CODE_BLOCK on class CL_ADT_SOURCE_TRIMMER has no exception.
Method DELETE_CODE_BLOCKS_AFTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODE_BLOCKS_INFO | Call by reference | Type reference (TYPE) | TY_CODE_BLOCKS_INFO | 20111205 | ||||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20111205 |
Method DELETE_CODE_BLOCKS_AFTER on class CL_ADT_SOURCE_TRIMMER has no exception.
Method DELETE_CODE_BLOCKS_BEFORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODE_BLOCKS_INFO | Call by reference | Type reference (TYPE) | TY_CODE_BLOCKS_INFO | 20111205 | ||||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20111205 | ||||
| 3 | XPOS | Call by reference | Type reference (TYPE) | I | 20111205 | ||||
| 4 | YPOS | Call by reference | Type reference (TYPE) | I | 20111205 |
Method DELETE_CODE_BLOCKS_BEFORE on class CL_ADT_SOURCE_TRIMMER has no exception.
Method FIND_CODE_BLOCKS Signature
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111205 |
Method TRIM_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20111205 | ||||
| 2 | XPOS | Call by reference | Type reference (TYPE) | I | 20111205 | ||||
| 3 | YPOS | Call by reference | Type reference (TYPE) | I | 20111205 |
Method TRIM_SOURCE on class CL_ADT_SOURCE_TRIMMER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |