SAP ABAP Class CL_OO_SYNTAX_CHECK_HELPER (Helper for CLIF syntax-ckeck)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEO_ADT (Package) ABAP Develeopment Tools integration for Class Builder
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SEDI_SOURCE_POS_CONVERTER | Conversion of source code positions | 20121024 |
Properties
| Class | CL_OO_SYNTAX_CHECK_HELPER | |
| Short Description | Helper for CLIF syntax-ckeck | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEO_ADT | ABAP Develeopment Tools integration for Class Builder |
| Created | 20080716 | SAP |
| Last change | 20130531 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SEDI_SOURCE_POS_CONVERTER | Conversion of source code positions | 20121024 |
Friends
Class CL_OO_SYNTAX_CHECK_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SEOCLSKEY | Key structure of a class | 20080716 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_OO_CLIF_SOURCE | Source Code of a Class | 20080716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20080716 | ||
| 2 | Instance method | Private | Method | 20100128 | ||
| 3 | Instance method | Public | Method | Line conversion for sytax-xheck errors | 20080716 | |
| 4 | Instance method | Public | Method | 20100128 | ||
| 5 | Instance method | Public | Method | Line conversion for sytax-xheck errors | 20080716 | |
| 6 | Instance method | Public | Method | 20100128 | ||
| 7 | Static method | Public | Method | provides an instance of class | 20080716 |
Events
Class CL_OO_SYNTAX_CHECK_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_ERROR_TAB | Public | See coding | 20080716 | TYPE_ERROR_TAB type standard table of rslinlmsg
|
||
| 2 | TYPE_ERROR_WITH_URI_TAB | Public | See coding | 20100128 | type_error_with_uri_tab type standard table of sadt_rslinlmsg_with_uri
|
Method Signatures
Method CHANGE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | RSLINLMSG | Output structure for syntax check warnings | 20080716 |
Method CHANGE_ERROR on class CL_OO_SYNTAX_CHECK_HELPER has no exception.
Method CHANGE_ERROR_TO_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | SADT_RSLINLMSG_WITH_URI | 20100128 | ||||
| 2 | PROGRAMNAME | Call by reference | Type reference (TYPE) | PROGRAM | 20100128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101221 |
Method CONVERT_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRORS | Call by reference | Type reference (TYPE) | TYPE_ERROR_TAB | 20080716 |
Method CONVERT_ERRORS on class CL_OO_SYNTAX_CHECK_HELPER has no exception.
Method CONVERT_ERRORS_TO_URIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRORS | Call by reference | Type reference (TYPE) | TYPE_ERROR_TAB | 20100128 | ||||
| 2 | ERRORS_WITH_URI | Call by reference | Type reference (TYPE) | TYPE_ERROR_WITH_URI_TAB | 20100128 | ||||
| 3 | PROGRAMNAME | Call by reference | Type reference (TYPE) | PROGRAM | 20100128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101221 |
Method CONVERT_WARNINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WARNINGS | Call by reference | Type reference (TYPE) | TYPE_ERROR_TAB | 20080716 |
Method CONVERT_WARNINGS on class CL_OO_SYNTAX_CHECK_HELPER has no exception.
Method CONVERT_WARNINGS_TO_URIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROGRAMNAME | Call by reference | Type reference (TYPE) | PROGRAM | 20100128 | ||||
| 2 | WARNINGS | Call by reference | Type reference (TYPE) | TYPE_ERROR_TAB | 20100128 | ||||
| 3 | WARNINGS_WITH_URI | Call by reference | Type reference (TYPE) | TYPE_ERROR_WITH_URI_TAB | 20100128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101221 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CIFKEY | Call by reference | Type reference (TYPE) | SEOCLSKEY | Key structure of a class | 20080716 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_OO_SYNTAX_CHECK_HELPER | Helper for CLIF syntax-ckeck | 20080716 | |||
| 3 | SOURCE_OBJ | Call by reference | Object reference (TYPE REF TO) | IF_OO_CLIF_SOURCE | Source Code of a Class | 20080716 |
Method GET_INSTANCE on class CL_OO_SYNTAX_CHECK_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |