SAP ABAP Class CL_SLIN_WINDX (Handle for Conversion: Word -> Statement Indices)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
⤷
SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
⤷
⤷
Properties
| Class | CL_SLIN_WINDX | |
| Short Description | Handle for Conversion: Word -> Statement Indices | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLIN_INTERN | Internal Use for SLIN (changes made without discussion) |
| Created | 20061221 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SLIN_WINDX has no interface implemented.
Friends
Class CL_SLIN_WINDX has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20061221 | |||||
| 2 | Instance attribute | Public | Type reference (TYPE) | SORTINDEX | 20061221 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | SCANPOS_SET | Statement Indexes Sorted by Identical Tokens | 20080324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | All statement positions that contain 'str' | 20080324 | |
| 2 | Instance method | Public | Method | All Statement Indices Which Contain 'str' | 20121129 | |
| 3 | Static method | Public | Method | Factory, Creates Initial Index Sets | 20061221 | |
| 4 | Static method | Public | Method | Factory, with Specification of Index Set | 20080317 | |
| 5 | Instance method | Public | Method | All Stmnt Indices Containing Identifiers with 'prefix*' | 20061221 | |
| 6 | Instance method | Private | Method | 20121129 | ||
| 7 | Instance method | Private | Method | 20121129 | ||
| 8 | Instance method | Private | Method | 20121129 | ||
| 9 | Instance method | Private | Method | 20121129 |
Events
Class CL_SLIN_WINDX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | HASHINDEX | Private | See coding | 20121129 | hashindex TYPE HASHED TABLE OF id_scanpos WITH UNIQUE KEY id
|
||
| 2 | ID_SCANPOS | Private | See coding | 20121129 | begin of id_scanpos,
id type string,
set type scanpos_set,
end of id_scanpos
|
||
| 3 | INDEXITEM | Public | See coding | 20061221 | begin of IndexItem,
id type string,
fromIndex type i, " Indexbeginn in Tabelle 'STMNT_IDXS'
toIndex type i, " Indexende in Tabelle 'STMNT_IDXS'
end of IndexItem
|
||
| 4 | SCANPOS_SET | Public | See coding | 20121129 | scanpos_set type STANDARD TABLE OF CL_SLIN_UTIL=>SCAN_POS
with non-unique key table_line
|
||
| 5 | SORTINDEX | Public | See coding | 20061221 | SortIndex type sorted table of IndexItem with unique key id
|
Method Signatures
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | SCANPOS_SET | 20080324 | ||||
| 2 | STR | Call by reference | Type reference (TYPE) | STRING | 20080324 |
Method GET on class CL_SLIN_WINDX has no exception.
Method GET_IDX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | CL_SLIN_UTIL=>INT_HASH | 20121129 | ||||
| 2 | STR | Call by reference | Type reference (TYPE) | STRING | 20121129 |
Method GET_IDX on class CL_SLIN_WINDX has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_WINDX | 20080321 | ||||
| 2 | SCAN | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_SCAN | 20061221 | ||||
| 3 | SYSTEMINDICES | Call by reference | Type reference (TYPE) | CL_SLIN_UTIL=>INT_HASH | 20061221 |
Method GET_INSTANCE on class CL_SLIN_WINDX has no exception.
Method GET_INSTANCE_DIRECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_WINDX | 20080321 | ||||
| 2 | WORDIDXS | Call by reference | Type reference (TYPE) | SORTINDEX | 20080317 | ||||
| 3 | WORDSTMNTIDXS | Call by reference | Type reference (TYPE) | SCANPOS_SET | 20080317 |
Method GET_INSTANCE_DIRECT on class CL_SLIN_WINDX has no exception.
Method GET_PREFIX_MATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PREFIX | Call by reference | Type reference (TYPE) | STRING | 20061221 | ||||
| 2 | RET | Value transfer | Type reference (TYPE) | CL_SLIN_UTIL=>INT_HASH | 20080321 |
Method GET_PREFIX_MATCH on class CL_SLIN_WINDX has no exception.
Method GET_SYSTEM_FILTER_WORD_INDICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | HASHINDEX | 20121129 | ||||
| 2 | SCAN | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_SCAN | Utility zur vereinfachten Nutzung vom SCAN-Befehl | 20121129 | |||
| 3 | SYSTEMINDICES | Call by reference | Type reference (TYPE) | CL_SLIN_UTIL=>INT_HASH | 20121129 |
Method GET_SYSTEM_FILTER_WORD_INDICES on class CL_SLIN_WINDX has no exception.
Method GET_WORD_INDICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | HASHINDEX | 20121129 | ||||
| 2 | SCAN | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_SCAN | Utility zur vereinfachten Nutzung vom SCAN-Befehl | 20121129 |
Method GET_WORD_INDICES on class CL_SLIN_WINDX has no exception.
Method HASH_TO_INDEX_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TMP | Call by reference | Type reference (TYPE) | HASHINDEX | 20121129 |
Method HASH_TO_INDEX_SET on class CL_SLIN_WINDX has no exception.
Method IS_WORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | BOOLEAN | 20121129 | ||||
| 2 | STR | Call by reference | Type reference (TYPE) | STRING | 20121129 |
Method IS_WORD on class CL_SLIN_WINDX has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |