SAP ABAP Class CL_SLIN_CLASS_INFO (Container for Class Information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
⤷
SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)

⤷

⤷

Properties
Class | CL_SLIN_CLASS_INFO | |
Short Description | Container for Class Information | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLIN_INTERN | Internal Use for SLIN (changes made without discussion) |
Created | 20110322 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SLIN_CLASS_INFO has no interface implemented.
Friends
Class CL_SLIN_CLASS_INFO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | See coding | 20110322 | ||||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110322 | |||
3 | ![]() |
Instance attribute | Private | See coding | 20130327 | ||||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SLIN_CLASS_INFO | 20110322 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20110322 | |||
6 | ![]() |
Instance attribute | Private | See coding | 20130708 | ||||
7 | ![]() |
Constant | Private | See coding | 20110322 | ||||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130708 | |||
9 | ![]() |
Instance attribute | Private | See coding | 20110322 | ||||
10 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SLIN_CLASS_INFO | 20111202 | |||
11 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SLIN_CLASS_INFO | 20110322 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20110322 | |
2 | ![]() |
Instance method | Public | Method | Alias Name -> Full Name | 20110322 |
3 | ![]() |
Static method | Public | Method | 20130708 | |
4 | ![]() |
Static method | Public | Method | Factory for Class Information | 20110322 |
5 | ![]() |
Static method | Public | Method | 20111202 | |
6 | ![]() |
Instance method | Public | Method | Method Name -> CL_SLIN_PROC Instance (Create on Demand) | 20110322 |
Events
Class CL_SLIN_CLASS_INFO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DESC_ALIASE | Private | See coding | 20110322 | BEGIN OF desc_aliase,
aliase_name TYPE string, " aliase name
intf_comp_name TYPE string, " interface component name
END OF desc_aliase
|
||
2 | DESC_EVENT_HANDLER | Private | See coding | 20130327 | BEGIN OF desc_event_handler,
meth_name TYPE string, " method name
event_name TYPE string, " event name
event_clif TYPE string, " event class/interface
END OF desc_event_handler
|
||
3 | DESC_METH | Private | See coding | 20110322 | BEGIN OF desc_meth,
name TYPE string, " method name
is_class_meth TYPE boolean, " true for CLASS methods
kind TYPE kind_flag, " method classification
idx TYPE sstmnt_idx, " statment index position of signature
body TYPE range, " implementation of the method, is initial, if missing
proc TYPE REF TO cl_slin_proc, " create ON DEMAND, at start is is initial,
END OF desc_meth
|
||
4 | KIND_FLAG | Private | Type reference (TYPE) | FLAG | 20110322 |
|
|
5 | METH_BODY | Private | See coding | 20110322 | BEGIN OF meth_body,
name TYPE string,
rg_idx TYPE range,
END OF meth_body
|
||
6 | METH_BODY_SET | Private | See coding | 20110322 | meth_body_set TYPE HASHED TABLE OF meth_body WITH UNIQUE KEY name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SLIN_CLASS_INFO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SLIN_CLASS_INFO has no exception.
Method GET_ALIASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ALIASE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110322 | |||
2 | ![]() |
RET | Value transfer | Type reference (TYPE) | STRING | 20110322 |
Method GET_ALIASE on class CL_SLIN_CLASS_INFO has no exception.
Method GET_EVENT_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RAISE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130708 | |||
2 | ![]() |
RET | Value transfer | Type reference (TYPE) | CL_SLIN_UTIL=>METH_HANDLER_SET | 20130708 | |||
3 | ![]() |
SCAN | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_SCAN | 20130708 | |||
4 | ![]() |
STMNT | Call by reference | Type reference (TYPE) | SSTMNT | 20130708 |
Method GET_EVENT_HANDLER on class CL_SLIN_CLASS_INFO has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS_DEF_IDX | Call by reference | Type reference (TYPE) | SSTMNT_IDX | 20110322 | |||
2 | ![]() |
CLASS_IMPL_IDX | Call by reference | Type reference (TYPE) | SSTMNT_IDX | 0 | 20110322 | ||
3 | ![]() |
CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | 20110322 | |||
4 | ![]() |
MAIN_SCAN | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_SCAN | 20110322 | |||
5 | ![]() |
RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_CLASS_INFO | 20110322 |
Method GET_INSTANCE on class CL_SLIN_CLASS_INFO has no exception.
Method GET_INSTANCE_NULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_CLASS_INFO | 20111202 |
Method GET_INSTANCE_NULL on class CL_SLIN_CLASS_INFO has no exception.
Method GET_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DYNAMIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120111 | ||
2 | ![]() |
METH_NAME | Call by reference | Type reference (TYPE) | STRING | 20110322 | |||
3 | ![]() |
NO_ASSERT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120722 | ||
4 | ![]() |
RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_PROC | 20110322 |
Method GET_METH on class CL_SLIN_CLASS_INFO has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |