SAP ABAP Class CL_SEDI_ABAP_DOC_CHECK (Check for ABAP Doc correctness)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ABA (Application Component) ABAP Editor
⤷
SEDI_EXT (Package) Protected Enhancements for Editor
⤷
⤷
Properties
| Class | CL_SEDI_ABAP_DOC_CHECK | |
| Short Description | Check for ABAP Doc correctness | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEDI_EXT | Protected Enhancements for Editor |
| Created | 20121023 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SEDI_ABAP_DOC_CHECK has no forward declaration.
Interfaces
Class CL_SEDI_ABAP_DOC_CHECK has no interface implemented.
Friends
Class CL_SEDI_ABAP_DOC_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SCAN_CNTX-LEVEL | 20121025 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | PROGNAME | 20121024 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | SREPTAB | 20121025 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSWSOURCET | 20121024 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | SCAN_CNTX-STMNT | 20121024 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SCAN_CNTX-TOKEN | 20121024 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121024 | ||
| 2 | Instance method | Private | Method | 20121116 | ||
| 3 | Instance method | Private | Method | 20121113 | ||
| 4 | Instance method | Private | Method | 20121025 | ||
| 5 | Instance method | Private | Method | 20121119 | ||
| 6 | Static method | Public | Method | 20121024 | ||
| 7 | Instance method | Private | Method | 20121025 | ||
| 8 | Instance method | Private | Method | 20121025 |
Events
Class CL_SEDI_ABAP_DOC_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_WARNING | Public | See coding | 20121030 | begin of ty_warning,
"! Name of the include in which the warning occurred
incname type rslinlmsg-incname,
"! Line in the source code in which the warning occurred
line type rslinlmsg-line,
"! Column in the source code in which the warning occurred
col type rslinlmsg-col,
"! Message which warning occurred
message type symsg,
end of ty_warning
|
||
| 2 | TY_WARNINGS | Public | See coding | 20121024 | ty_warnings type standard table of ty_warning with default key
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WARNINGS | Call by reference | Type reference (TYPE) | TY_WARNINGS | 20121024 |
Method CHECK on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method CHECK_ABAP_DOC_COMMAND_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_DOC_INFO | Call by reference | Object reference (TYPE REF TO) | LCL_ABAP_DOC_INFO | 20121116 | ||||
| 2 | LENGTH | Call by reference | Type reference (TYPE) | I | 20121116 | ||||
| 3 | OFFSET | Call by reference | Type reference (TYPE) | I | 20121116 | ||||
| 4 | WARNING_LIST | Call by reference | Object reference (TYPE REF TO) | LCL_WARNING_LIST | 20121116 | ||||
| 5 | XHTML_VALIDATOR | Call by reference | Object reference (TYPE REF TO) | LCL_XHTML_VALIDATOR | 20121116 |
Method CHECK_ABAP_DOC_COMMAND_CONTENT on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method CHECK_ABAP_DOC_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_DOC_INFO | Call by reference | Object reference (TYPE REF TO) | LCL_ABAP_DOC_INFO | 20121115 | ||||
| 2 | WARNING_LIST | Call by reference | Object reference (TYPE REF TO) | LCL_WARNING_LIST | 20121114 |
Method CHECK_ABAP_DOC_CONTENT on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method CHECK_ABAP_DOC_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_DOC_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | 20121025 | ||||
| 2 | FIRST_ABAP_DOC_TOKEN | Call by reference | Type reference (TYPE) | STOKES | 20121029 | ||||
| 3 | STATEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20121030 | ||||
| 4 | WARNING_LIST | Call by reference | Object reference (TYPE REF TO) | LCL_WARNING_LIST | 20121114 |
Method CHECK_ABAP_DOC_POSITION on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method CHECK_COMMENT_BLOCK_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIRST_ABAP_DOC_TOKEN | Call by reference | Type reference (TYPE) | STOKES | 20121119 | ||||
| 2 | STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | 20121119 | ||||
| 3 | WARNING_LIST | Call by reference | Object reference (TYPE REF TO) | LCL_WARNING_LIST | 20121119 |
Method CHECK_COMMENT_BLOCK_CONTENT on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROGRAM_NAME | Call by reference | Type reference (TYPE) | PROGNAME | 20121024 | ||||
| 2 | REPLACING_INCLUDES | Call by reference | Type reference (TYPE) | SREPTAB | 20121025 | ||||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SEDI_ABAP_DOC_CHECK | 20121024 | ||||
| 4 | SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20121024 |
Method CREATE_INSTANCE on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method GET_INCLUDE_BY_STMNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PROGNAME | 20121025 | ||||
| 2 | STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | 20121025 |
Method GET_INCLUDE_BY_STMNT on class CL_SEDI_ABAP_DOC_CHECK has no exception.
Method SCAN Signature
Method SCAN on class CL_SEDI_ABAP_DOC_CHECK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121025 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |