SAP ABAP Interface IF_QLAST_VISITOR (Visitor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDIC_VIEWPARSER (Package) DDIC Viewparser
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DDL_PARSER_TEST_VISITOR | visitor for testing | 20130703 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DD_DDL_VISITOR | Visitor Methodes for DDL Parsing | 20130204 |
Properties
| Interface | IF_QLAST_VISITOR | |
| Short Description | Visitor |
General Data
| Package | SDDIC_VIEWPARSER | DDIC Viewparser |
| Created | 20121122 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_QLAST_VISITOR has no forward declaration.
Interfaces
Interface IF_QLAST_VISITOR has no interface.
Friends
Interface IF_QLAST_VISITOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCEND_NODESCEND | Constant | Public | Type reference (TYPE) | DESCEND_TYPE | 3 | 20121126 | ||
| 2 | DESCEND_POSTORDER | Constant | Public | Type reference (TYPE) | DESCEND_TYPE | 2 | 20121126 | ||
| 3 | DESCEND_PREORDER | Constant | Public | Type reference (TYPE) | DESCEND_TYPE | 1 | 20121126 | ||
| 4 | INHERITANCE_AFTER_PARENT | Constant | Public | Type reference (TYPE) | INERITANCE_TYPE | 2 | 20121126 | ||
| 5 | INHERITANCE_BEFORE_PARENT | Constant | Public | Type reference (TYPE) | INERITANCE_TYPE | 1 | 20121126 | ||
| 6 | INHERITANCE_NO_PARENT | Constant | Public | Type reference (TYPE) | INERITANCE_TYPE | 3 | 20121126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121126 | ||
| 2 | Instance method | Public | Method | 20121126 | ||
| 3 | Instance method | Public | Method | 20121126 | ||
| 4 | Instance method | Public | Method | 20121126 |
Events
Interface IF_QLAST_VISITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CLASS2METHOD_T | Public | See coding | 20121126 | BEGIN OF class2method_t,
classname TYPE string,
method TYPE string,
END OF class2method_t
|
||
| 2 | CLASS2METHOD_TABLE | Public | See coding | 20121126 | class2method_table TYPE SORTED TABLE OF class2method_t WITH UNIQUE KEY classname
|
||
| 3 | DESCEND_TYPE | Public | Type reference (TYPE) | I | 20121126 | |
|
| 4 | INERITANCE_TYPE | Public | Type reference (TYPE) | I | 20121126 | |
Method Signatures
Method CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Call by reference | Type reference (TYPE) | STRING | 20121126 | ||||
| 2 | OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20121126 |
Method CALL on Interface IF_QLAST_VISITOR has no exception.
Method GET_DESCEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCEND | Value transfer | Type reference (TYPE) | DESCEND_TYPE | 20121126 |
Method GET_DESCEND on Interface IF_QLAST_VISITOR has no exception.
Method GET_INHERITANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INHERITANCE | Value transfer | Type reference (TYPE) | INERITANCE_TYPE | 20121126 |
Method GET_INHERITANCE on Interface IF_QLAST_VISITOR has no exception.
Method GET_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAPPING | Value transfer | Type reference (TYPE) | CLASS2METHOD_TABLE | 20121126 |
Method GET_MAPPING on Interface IF_QLAST_VISITOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |