SAP ABAP Class CL_OO_ADT_METADATA_TEST_ROOT (Class used for outline generation testing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEO_ADT_TEST (Package) Test objects for SEO_ADT

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20130424 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_OO_ADT_CLASS_METADATA_TEST | class used for testing metadata retrieval | 20110714 |
Properties
Class | CL_OO_ADT_METADATA_TEST_ROOT | |
Short Description | Class used for outline generation testing | |
Super Class | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEO_ADT_TEST | Test objects for SEO_ADT |
Created | 20100331 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_OO_ADT_METADATA_TEST_ROOT has no forward declaration.
Interfaces
Class CL_OO_ADT_METADATA_TEST_ROOT has no interface implemented.
Friends
Class CL_OO_ADT_METADATA_TEST_ROOT has no friend class.
Attributes
Class CL_OO_ADT_METADATA_TEST_ROOT has no attribute.
Methods
Class CL_OO_ADT_METADATA_TEST_ROOT has no method.
Events
Class CL_OO_ADT_METADATA_TEST_ROOT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ATTRIBUTES_METADATA | Public | See coding | 20100331 | attributes_metadata type standard table of attribute_metadata with default key
|
||
2 | ATTRIBUTE_METADATA | Public | See coding | 20100331 | begin of attribute_metadata,
name type string,
level type string, " instance, static, constant
visibility type string,
is_readonly type abap_bool,
pos type source_position,
end of attribute_metadata
|
||
3 | CLASSES_METADATA | Public | See coding | 20100331 | classes_metadata type standard table of class_metadata with default key
|
||
4 | CLASS_METADATA | Public | See coding | 20100331 | begin of class_metadata,
name type string,
visibility type string,
is_abstract type abap_bool,
is_final type abap_bool,
is_testclass type abap_bool,
def_pos type include_source_position,
impl_pos type include_source_position,
constants type attributes_metadata,
attributes type attributes_metadata,
methods type methods_metadata,
events type events_metadata,
friends type friends_metadata,
interfaces type interfaces_metadata,
types type types_metadata,
end of class_metadata
|
||
5 | CLASS_POOL_METADATA | Public | See coding | 20100331 | begin of class_pool_metadata,
main_class_metadata type class_metadata,
local_classes type classes_metadata,
end of class_pool_metadata
|
||
6 | EVENTS_METADATA | Public | See coding | 20100331 | events_metadata type standard table of event_metadata with default key
|
||
7 | EVENT_METADATA | Public | See coding | 20100331 | begin of event_metadata,
name type string,
level type string, " instance, static, constant
visibility type string,
def_pos type source_position,
end of event_metadata
|
||
8 | FRIENDS_METADATA | Public | See coding | 20100331 | friends_metadata type standard table of friend_metadata with default key
|
||
9 | FRIEND_METADATA | Public | See coding | 20100331 | begin of friend_metadata,
name type string,
def_pos type source_position,
end of friend_metadata
|
||
10 | INCLUDE_SOURCE_POSITION | Public | See coding | 20100331 | begin of include_source_position,
line type i,
column type i,
include_name type progname,
end of include_source_position
|
||
11 | INTERFACES_METADATA | Public | See coding | 20100331 | interfaces_metadata type standard table of interface_metadata with default key
|
||
12 | INTERFACE_METADATA | Public | See coding | 20100331 | begin of interface_metadata,
name type string,
def_pos type source_position,
end of interface_metadata
|
||
13 | METHODS_METADATA | Public | See coding | 20100331 | methods_metadata type standard table of method_metadata with default key
|
||
14 | METHOD_METADATA | Public | See coding | 20100331 | begin of method_metadata,
name type string,
level type string, " instance, static, constant
visibility type string,
is_abstract type abap_bool,
is_final type abap_bool,
is_testmethod type abap_bool,
is_redefinition type abap_bool, "true for all methods which have "redefinition" stmt in class def
" and for all implemented interface~methods
def_pos type source_position,
impl_pos type source_position,
end of method_metadata
|
||
15 | SOURCE_POSITION | Public | See coding | 20100331 | begin of source_position,
line type i,
column type i,
end of source_position
|
||
16 | TYPES_METADATA | Public | See coding | 20100331 | types_metadata type standard table of type_metadata with default key
|
||
17 | TYPE_METADATA | Public | See coding | 20100331 | begin of type_metadata,
name type string,
visibility type string,
def_pos type source_position,
end of type_metadata
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |