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 CO_ABAPDOC Constant Public Type reference (TYPE) STRING 'abapdoc' 20120817
2 CO_ABAP_TYPE Constant Public Type reference (TYPE) STRING 'abapType' 20120817
3 CO_ABSTRACT Constant Public Type reference (TYPE) STRING 'abstract' 20120817
4 CO_BY_VALUE Constant Public Type reference (TYPE) STRING 'byValue' 20120817
5 CO_CHANGING Constant Public Type reference (TYPE) STRING 'changing' 20120817
6 CO_CLASS_EXCEPTION Constant Public Type reference (TYPE) STRING 'classException' 20120817
7 CO_CLASS_NAME Constant Public Type reference (TYPE) SEOCLSNAME 'CL_CC_ADT_RES_CODE_ELEMENTINFO' 20120817
8 CO_CONSTRUCTOR Constant Public Type reference (TYPE) STRING 'constructor' 20120817
9 CO_EVENT_HANDLER Constant Public Type reference (TYPE) STRING 'eventhandler' 20120817
10 CO_EXPORTING Constant Public Type reference (TYPE) STRING 'exporting' 20120817
11 CO_FINAL Constant Public Type reference (TYPE) STRING 'final' 20120817
12 CO_IMPORTING Constant Public Type reference (TYPE) STRING 'importing' 20120817
13 CO_INSTANTIATION Constant Public Type reference (TYPE) STRING 'instantiation' 20120817
14 CO_KIND Constant Public Type reference (TYPE) STRING 'kind' 20120817
15 CO_LEVEL Constant Public Type reference (TYPE) STRING 'level' 20120817
16 CO_OPTIONAL Constant Public Type reference (TYPE) STRING 'optional' 20120817
17 CO_PARAM_DEFAULT_VALUE Constant Public Type reference (TYPE) STRING 'paramDefaultValue' 20120817
18 CO_PARAM_TYPE Constant Public Type reference (TYPE) STRING 'paramType' 20120817
19 CO_READ_ONLY Constant Public Type reference (TYPE) STRING 'readOnly' 20120817
20 CO_REDEFINITION Constant Public Type reference (TYPE) STRING 'redefinition' 20120817
21 CO_RESUMABLE Constant Public Type reference (TYPE) STRING 'resumable' 20120817
22 CO_RETURNING Constant Public Type reference (TYPE) STRING 'returning' 20120817
23 CO_SHORTTEXT Constant Public Type reference (TYPE) STRING 'shorttext' 20120817
24 CO_STRUCTURE_COMPONENT Constant Public Type reference (TYPE) STRING 'structureComponent' 20120817
25 CO_TABLES Constant Public Type reference (TYPE) STRING 'tables' 20120817
26 CO_TESTCLASS Constant Public Type reference (TYPE) STRING 'testclass' 20120817
27 CO_TEST_METHOD Constant Public Type reference (TYPE) STRING 'testmethod' 20120817
28 CO_TRANSFORMATION_NAME Constant Private Type reference (TYPE) STRING 'ST_CC_ADT_CODE_ELEMENT' 20120817
29 CO_TRANSFORMATION_ROOT Constant Private Type reference (TYPE) STRING 'CODE_ELEMENT_DATA' 20120817
30 CO_USING Constant Public Type reference (TYPE) STRING 'using' 20120817
31 CO_VISIBILITY Constant Public Type reference (TYPE) STRING 'visibility' 20120817
32 REQUEST_HEADER_CONTENT_TYPE Constant Private Type reference (TYPE) STRING 'application/vnd.sap.adt.elementinfo+xml' 20120817
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_RESULT_IDENTIFIER Instance method Private Method 20131114
2 EXTRACT_LAST_IDENTIFIER Instance method Private Method 20120817
3 FIND_RESULT Instance method Private Method 20131114
4 GET_CODE_ELEMENT_DATA 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 Importing COMPLETION_RESULT Call by reference Type reference (TYPE) SCC_ADT_COMPLETION_RESULTS 20131114
2 Importing IDENTIFIER Call by reference Type reference (TYPE) STRING 20131114
3 Returning 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 Importing IS_FIELD_SYMBOL Call by reference Type reference (TYPE) ABAP_BOOL 20120817
2 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20120817
3 Importing 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 Importing COMPLETION_RESULT Call by reference Type reference (TYPE) SCC_ADT_COMPLETION_RESULTS 20131114
2 Returning RESULT Value transfer Type reference (TYPE) SCC_COMPLETION 20131114
3 Importing SOURCE_LINE Call by reference Type reference (TYPE) STRING 20131114
4 Importing 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 Importing COMPLETION_RESULT_ENTRY Call by reference Type reference (TYPE) SCC_COMPLETION 20131114
2 Importing REQUEST_URI Call by reference Type reference (TYPE) STRING 20131114
3 Returning 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