SAP ABAP Class CL_CC_ADT_RES_CODE_ELEMENTINFO (Resource controller code element info)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_CODE_COMPLETION_ADT (Package) ABAP Code Completion - ADT Wrapper

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CC_ADT_RES_BASE | Base class for all code completion resources | 20130314 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_WDY_CODE_ELEMENT_INFO | Display Element information for WDA Implementation page | 20130206 |
Properties
Class | CL_CC_ADT_RES_CODE_ELEMENTINFO | |
Short Description | Resource controller code element info | |
Super Class | CL_CC_ADT_RES_BASE | Base class for all code completion resources |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CODE_COMPLETION_ADT | ABAP Code Completion - ADT Wrapper |
Created | 20110519 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CC_ADT_RES_CODE_ELEMENTINFO has no forward declaration.
Interfaces
Class CL_CC_ADT_RES_CODE_ELEMENTINFO has no interface implemented.
Friends
Class CL_CC_ADT_RES_CODE_ELEMENTINFO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'abapdoc' | 20120817 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'abapType' | 20120817 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'abstract' | 20120817 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'byValue' | 20120817 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'changing' | 20120817 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'classException' | 20120817 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_CC_ADT_RES_CODE_ELEMENTINFO' | 20120817 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'constructor' | 20120817 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'eventhandler' | 20120817 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'exporting' | 20120817 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'final' | 20120817 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'importing' | 20120817 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'instantiation' | 20120817 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'kind' | 20120817 | ||
15 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'level' | 20120817 | ||
16 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'optional' | 20120817 | ||
17 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'paramDefaultValue' | 20120817 | ||
18 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'paramType' | 20120817 | ||
19 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'readOnly' | 20120817 | ||
20 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'redefinition' | 20120817 | ||
21 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'resumable' | 20120817 | ||
22 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'returning' | 20120817 | ||
23 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'shorttext' | 20120817 | ||
24 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'structureComponent' | 20120817 | ||
25 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'tables' | 20120817 | ||
26 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'testclass' | 20120817 | ||
27 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'testmethod' | 20120817 | ||
28 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'ST_CC_ADT_CODE_ELEMENT' | 20120817 | ||
29 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CODE_ELEMENT_DATA' | 20120817 | ||
30 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'using' | 20120817 | ||
31 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'visibility' | 20120817 | ||
32 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'application/vnd.sap.adt.elementinfo+xml' | 20120817 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20131114 | |
2 | ![]() |
Instance method | Private | Method | 20120817 | |
3 | ![]() |
Instance method | Private | Method | 20131114 | |
4 | ![]() |
Instance method | Private | Method | 20131114 |
Events
Class CL_CC_ADT_RES_CODE_ELEMENTINFO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ELEMENT_INFO | Public | See coding | 20120817 | begin of ty_element_info.
include type if_adt_tools_core_types=>ty_object_reference as object.
types:
properties type standard table of ty_element_info_property_entry with default key,
links type if_atom_types=>link_t,
documentations type standard table of ty_element_info_documentation with default key,
children type ref to data,
base_uri type string,
end of ty_element_info
|
||
2 | TY_ELEMENT_INFO_DOCUMENTATION | Public | See coding | 20120817 | begin of ty_element_info_documentation,
rel type string,
type type string,
text type string,
end of ty_element_info_documentation
|
||
3 | TY_ELEMENT_INFO_ELEMENTS | Public | See coding | 20120817 | ty_element_info_elements type standard table of ty_element_info with default key
|
||
4 | TY_ELEMENT_INFO_PROPERTY_ENTRY | Public | See coding | 20120817 | begin of ty_element_info_property_entry,
key type string,
value type string,
end of ty_element_info_property_entry
|
Method Signatures
Method CONTAINS_RESULT_IDENTIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPLETION_RESULT | Call by reference | Type reference (TYPE) | SCC_ADT_COMPLETION_RESULTS | 20131114 | |||
2 | ![]() |
IDENTIFIER | Call by reference | Type reference (TYPE) | STRING | 20131114 | |||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131114 |
Method CONTAINS_RESULT_IDENTIFIER on class CL_CC_ADT_RES_CODE_ELEMENTINFO has no exception.
Method EXTRACT_LAST_IDENTIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_SYMBOL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120817 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | STRING | 20120817 | |||
3 | ![]() |
SOURCE | Call by reference | Type reference (TYPE) | STRING | 20120817 |
Method EXTRACT_LAST_IDENTIFIER on class CL_CC_ADT_RES_CODE_ELEMENTINFO has no exception.
Method FIND_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPLETION_RESULT | Call by reference | Type reference (TYPE) | SCC_ADT_COMPLETION_RESULTS | 20131114 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SCC_COMPLETION | 20131114 | |||
3 | ![]() |
SOURCE_LINE | Call by reference | Type reference (TYPE) | STRING | 20131114 | |||
4 | ![]() |
WHOLE_LINE | Call by reference | Type reference (TYPE) | STRING | 20131114 |
Method FIND_RESULT on class CL_CC_ADT_RES_CODE_ELEMENTINFO has no exception.
Method GET_CODE_ELEMENT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPLETION_RESULT_ENTRY | Call by reference | Type reference (TYPE) | SCC_COMPLETION | 20131114 | |||
2 | ![]() |
REQUEST_URI | Call by reference | Type reference (TYPE) | STRING | 20131114 | |||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | CL_CC_ADT_RES_CODE_ELEMENTINFO=>TY_ELEMENT_INFO | 20131114 |
Method GET_CODE_ELEMENT_DATA on class CL_CC_ADT_RES_CODE_ELEMENTINFO has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |