Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_OO_SOURCE_SCANNER | Scanner for Classes and Interfaces | 20061211 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_OO_SOURCE_REPRESENTATION | Source representation for source-based Class Builder | 20091021 |
Properties
| Class | CL_OO_SOURCE_SCANNER_CLASS | |
| Short Description | WB - Class Builder - Source Scanner for Classes | |
| Super Class | CL_OO_SOURCE_SCANNER | Scanner for Classes and Interfaces |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEO_SOURCE_BASED | Source-based Class Editor |
| Created | 20061211 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_OO_SOURCE_SCANNER_CLASS has no interface implemented.
Friends
Class CL_OO_SOURCE_SCANNER_CLASS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | 20110329 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | 20110329 | ||||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'BY' | 20070605 | |||
| 4 | Constant | Protected | Type reference (TYPE) | STRING | 'CLIENT' | 20100226 | |||
| 5 | Constant | Protected | Type reference (TYPE) | STRING | 'DATABASE' | 20130415 | |||
| 6 | Constant | Protected | Type reference (TYPE) | STRING | 'DEFINITION' | C_TOKEN_DEFINITION | 20061211 | ||
| 7 | Constant | Protected | Type reference (TYPE) | STRING | 'ENDCLASS' | C_TOKEN_ENDCLASS | 20061211 | ||
| 8 | Constant | Protected | Type reference (TYPE) | STRING | 'ENDMETHOD' | C_TOKEN_ENDMETHOD | 20061211 | ||
| 9 | Constant | Protected | Type reference (TYPE) | STRING | 'IMPLEMENTATION' | C_TOKEN_IMPLEMENTATION | 20061211 | ||
| 10 | Constant | Protected | Type reference (TYPE) | STRING | 'KERNEL' | 20070605 | |||
| 11 | Constant | Protected | Type reference (TYPE) | STRING | 'METHOD' | C_TOKEN_METHOD | 20061211 | ||
| 12 | Constant | Protected | Type reference (TYPE) | STRING | 'MODULE' | 20070605 | |||
| 13 | Constant | Protected | Type reference (TYPE) | STRING | 'OPEN' | C_TOKEN_OPEN | 20061211 | ||
| 14 | Constant | Protected | Type reference (TYPE) | STRING | 'PRIVILEGES' | 20100226 | |||
| 15 | Constant | Protected | Type reference (TYPE) | STRING | 'PRIVATE' | C_TOKEN_PRIVATE | 20061211 | ||
| 16 | Constant | Protected | Type reference (TYPE) | STRING | 'PROCEDURE' | 20130415 | |||
| 17 | Constant | Protected | Type reference (TYPE) | STRING | 'PROTECTED' | C_TOKEN_PROTECTED | 20061211 | ||
| 18 | Constant | Protected | Type reference (TYPE) | STRING | '%_METHOD_BODY' | 20121221 | |||
| 19 | Constant | Protected | Type reference (TYPE) | STRING | 'PUBLIC' | C_TOKEN_PUBLIC | 20061211 | ||
| 20 | Constant | Protected | Type reference (TYPE) | STRING | 'SECTION' | C_TOKEN_SECTION | 20061211 | ||
| 21 | Constant | Protected | Type reference (TYPE) | STRING | 'SYSTEM' | 20100226 | |||
| 22 | Constant | Protected | Type reference (TYPE) | STRING | 'WITH' | 20100226 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | ENDCLASS_DEFINITION | 20061211 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | ENDCLASS_IMPLEMENTATION | 20061211 | |||
| 25 | Instance attribute | Protected | Type reference (TYPE) | TYPE_METHOD_SOURCE_INTERVALS | METHOD_IMPLEMENTATIONS | 20061211 | |||
| 26 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SECTION_SOURCE_INTERVAL | PRIVATE_SECTION | 20061211 | |||
| 27 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SECTION_SOURCE_INTERVAL | PROTECTED_SECTION | 20061211 | |||
| 28 | Instance attribute | Protected | Type reference (TYPE) | TYPE_SECTION_SOURCE_INTERVAL | PUBLIC_SECTION | 20061211 |
Methods
Events
Class CL_OO_SOURCE_SCANNER_CLASS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_METHOD_IMPLEMENTATIONS | Public | See coding | 20061211 | type_method_implementations type sorted table of seocpdname
with non-unique key table_line
|
||
| 2 | TYPE_METHOD_SOURCE_INTERVAL | Protected | See coding | 20061211 | begin of type_method_source_interval,
name type seocpdname,
interval type type_source_interval,
source type seop_source_string,
identifier_pos type type_source_position,
end of type_method_source_interval
|
||
| 3 | TYPE_METHOD_SOURCE_INTERVALS | Protected | See coding | 20061211 | type_method_source_intervals type sorted table of type_method_source_interval
with unique key name
|
||
| 4 | TYPE_SOURCE_POSITIONS | Public | See coding | 20120828 | type_source_positions type sorted table of type_source_position
with non-unique key line column
|
Method Signatures
Method CREATE_CLASS_SCANNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20061211 | |||
| 2 | SCANNER | Value transfer | Object reference (TYPE REF TO) | CL_OO_SOURCE_SCANNER_CLASS | SCANNER | 20061211 | |||
| 3 | SOURCE | Call by reference | Type reference (TYPE) | SEOP_SOURCE_STRING | SOURCE | 20061211 |
Method CREATE_CLASS_SCANNER on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method DETERMINE_CLASS_IMPLEMENTATION Signature
Method DETERMINE_CLASS_IMPLEMENTATION on class CL_OO_SOURCE_SCANNER_CLASS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Class Processing Error | 20091124 |
Method DETERMINE_METHOD_IMPLS Signature
Method DETERMINE_METHOD_IMPLS on class CL_OO_SOURCE_SCANNER_CLASS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Class Processing Error | 20091124 |
Method DETERMINE_SECTIONS Signature
Method DETERMINE_SECTIONS on class CL_OO_SOURCE_SCANNER_CLASS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Class Processing Error | 20091124 |
Method GET_CLASS_IMPL_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_CLASS_IMPL_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_CLASS_NAME_DEF_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | 20110329 |
Method GET_CLASS_NAME_DEF_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_CLASS_NAME_IMPL_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | 20110329 |
Method GET_CLASS_NAME_IMPL_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_ENDCLASS_DEF_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_ENDCLASS_DEF_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_ENDCLASS_IMPL_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_ENDCLASS_IMPL_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_METHOD_IDENTIFIER_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | 20110915 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TYPE_SOURCE_POSITION | 20110915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110915 |
Method GET_METHOD_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD_IMPLEMENTATION | Value transfer | Type reference (TYPE) | TYPE_METHOD_SOURCE_INTERVAL | METHOD_IMPLEMENTATION | 20061211 | |||
| 2 | METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | METHOD_NAME | 20061211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061211 |
Method GET_METHOD_IMPLEMENTATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD_IMPLEMENTATIONS | Value transfer | Type reference (TYPE) | TYPE_METHOD_IMPLEMENTATIONS | METHOD_IMPLEMENTATIONS | 20061211 |
Method GET_METHOD_IMPLEMENTATIONS on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_METHOD_IMPL_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 | |||
| 2 | METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | METHOD_NAME | 20061211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061211 |
Method GET_METHOD_IMPL_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | METHOD_NAME | 20061211 | |||
| 2 | SOURCE | Value transfer | Type reference (TYPE) | SEOP_SOURCE_STRING | SOURCE | 20061211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061211 |
Method GET_PRIVATE_SECTION_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_PRIVATE_SECTION_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_PRIVATE_SECTION_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Value transfer | Type reference (TYPE) | SEOP_SOURCE_STRING | SOURCE | 20061211 |
Method GET_PRIVATE_SECTION_SOURCE on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_PROTECTED_SECTION_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_PROTECTED_SECTION_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_PROTECTED_SECTION_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Value transfer | Type reference (TYPE) | SEOP_SOURCE_STRING | SOURCE | 20061211 |
Method GET_PROTECTED_SECTION_SOURCE on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_PUBLIC_SECTION_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERVAL | Value transfer | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | INTERVAL | 20061211 |
Method GET_PUBLIC_SECTION_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_PUBLIC_SECTION_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Value transfer | Type reference (TYPE) | SEOP_SOURCE_STRING | SOURCE | 20061211 |
Method GET_PUBLIC_SECTION_SOURCE on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method GET_UNKNOWN_COMMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TYPE_SOURCE_POSITIONS | 20120828 |
Method GET_UNKNOWN_COMMENTS on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
Method IS_SOURCE_POSITION_IN_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SEOX_BOOLEAN | 20070111 | ||||
| 2 | SOURCE_INTERVAL | Call by reference | Type reference (TYPE) | TYPE_SOURCE_INTERVAL | 20070111 | ||||
| 3 | SOURCE_POSITION | Call by reference | Type reference (TYPE) | TYPE_SOURCE_POSITION | 20070111 |
Method IS_SOURCE_POSITION_IN_INTERVAL on class CL_OO_SOURCE_SCANNER_CLASS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |