SAP ABAP Class CL_SCV_SRC_POSITION_FINDER (Indicates source text position for proc. blocks/statements)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_API_ALL (Package) Coverage API for All Purposes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SCV_SRC_POSITION_FINDER | Indicates source text position for proc. blocks/statements | 20120116 |
Properties
| Class | CL_SCV_SRC_POSITION_FINDER | |
| Short Description | Indicates source text position for proc. blocks/statements | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCOV_API_ALL | Coverage API for All Purposes |
| Created | 20120116 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SCV_SRC_POSITION_FINDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SCV_SRC_POSITION_FINDER | Indicates source text position for proc. blocks/statements | 20120116 |
Friends
Class CL_SCV_SRC_POSITION_FINDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | See coding | 20120116 | |||||
| 2 | Static Attribute | Public | See coding | 20120116 | |||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_PBLOCK_DIRECTORY | 20120116 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_SOURCE_PARSER | 20120116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20120116 | ||
| 2 | Static method | Public | Method | 20120116 | ||
| 3 | Static method | Private | Method | 20120116 | ||
| 4 | Static method | Private | Method | 20120116 |
Events
Class CL_SCV_SRC_POSITION_FINDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_KEYWORD | Public | See coding | 20120116 | ty_keyword TYPE c LENGTH 80
|
||
| 2 | TY_KEYWORD_TOKEN_COUNT | Public | See coding | 20120116 | BEGIN OF ty_keyword_token_count,
keyword TYPE ty_keyword,
number_of_tokens TYPE i,
END OF ty_keyword_token_count
|
||
| 3 | TY_PBLOCK_DIRECTORY | Private | See coding | 20120116 | ty_pblock_directory TYPE HASHED TABLE OF ty_pblock_directory_entry WITH UNIQUE KEY type
|
||
| 4 | TY_PBLOCK_DIRECTORY_ENTRY | Private | See coding | 20120116 | BEGIN OF ty_pblock_directory_entry,
type TYPE cva_wutyp,
pattern TYPE string,
END OF ty_pblock_directory_entry
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SCV_SRC_POSITION_FINDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SCV_SRC_POSITION_FINDER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LINE_INFORMATION | Call by reference | Type reference (TYPE) | IF_SCV_LOAD_TABLE_REPOSITORY=>TY_LREF_TAB | 20120116 | ||||
| 2 | I_SOURCE_NAME | Call by reference | Type reference (TYPE) | PROGNAME | 20120116 | ||||
| 3 | R_FINDER | Value transfer | Object reference (TYPE REF TO) | CL_SCV_SRC_POSITION_FINDER | 20120116 |
Method CREATE on class CL_SCV_SRC_POSITION_FINDER has no exception.
Method CREATE_KEYWORDS Signature
Method CREATE_KEYWORDS on class CL_SCV_SRC_POSITION_FINDER has no parameter.
Method CREATE_KEYWORDS on class CL_SCV_SRC_POSITION_FINDER has no exception.
Method CREATE_PBLOCK_DIRECTORY Signature
Method CREATE_PBLOCK_DIRECTORY on class CL_SCV_SRC_POSITION_FINDER has no parameter.
Method CREATE_PBLOCK_DIRECTORY on class CL_SCV_SRC_POSITION_FINDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |