SAP ABAP Class CL_ART_CONTRIB_4_LITERAL (contributor - quickfixes on literals)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_BLACKBOARD (Package) Refactoring Blackboard
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ART_BLACKBOARD_CONTRIBUTOR Agent filling the blackboard 20130306
Properties
Class CL_ART_CONTRIB_4_LITERAL  
Short Description contributor - quickfixes on literals    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_BLACKBOARD   Refactoring Blackboard 
Created 20120712   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ART_CONTRIB_4_LITERAL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ART_BLACKBOARD_CONTRIBUTOR Agent filling the blackboard 20130306
Friends
Class CL_ART_CONTRIB_4_LITERAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BLACKBOARD Instance attribute Private Object reference (TYPE REF TO) CL_ART_BLACKBOARD 20130306
2 LITERAL Instance attribute Private Type reference (TYPE) STRING 20130306
3 SURROUNDING_CLASS Instance attribute Private Object reference (TYPE REF TO) CL_PST_CLASS 20130306
4 SURROUNDING_INTERFACE Instance attribute Private Object reference (TYPE REF TO) CL_PST_INTERFACE 20130306
5 SURROUNDING_METHOD Instance attribute Private Object reference (TYPE REF TO) CL_PST_METHOD_IMPLEMENTATION 20130306
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PROPOSAL_USE_GLOBAL_CONST Instance method Private Method 20130819
2 ADD_RF_CREATE_ATTRIBUTE Instance method Private Method 20130306
3 ADD_RF_CREATE_LOCAL_CONSTANT Instance method Private Method 20130306
4 ADD_RF_CREATE_LOCAL_VARIABLE Instance method Private Method 20130306
5 ADD_RF_CREATE_MEMBER_CONSTANT Instance method Private Method 20130306
6 ADD_RF_CREATE_MEMBER_CONST_IF Instance method Private Method 20130306
7 ADD_RF_EXTRACT_PARAMETER Instance method Private Method 20130313
8 ADD_RF_USE_GLOBAL_CONSTANT Instance method Private Method 20130819
9 ADD_RF_USE_LOCAL_CONSTANTS Instance method Private Method 20130306
10 ADD_RF_USE_MEMBER_CONSTANTS Instance method Private Method 20130306
11 ADD_RF_USE_MEMBER_CONSTANTS_IF Instance method Private Method 20130306
12 CREATE Static method Public Method 20130306
13 LITERAL_IS_IN_CONSTANT_STMNT Instance method Private Method 20130306
14 LITERAL_IS_IN_DATA_STMNT Instance method Private Method 20130819
Events
Class CL_ART_CONTRIB_4_LITERAL has no event.
Types
Class CL_ART_CONTRIB_4_LITERAL has no local type.
Method Signatures

Method ADD_PROPOSAL_USE_GLOBAL_CONST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONSTANT_NAME Call by reference Type reference (TYPE) STRING 20130819

Method ADD_PROPOSAL_USE_GLOBAL_CONST on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_CREATE_ATTRIBUTE Signature

Method ADD_RF_CREATE_ATTRIBUTE on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_CREATE_ATTRIBUTE on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_CREATE_LOCAL_CONSTANT Signature

Method ADD_RF_CREATE_LOCAL_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_CREATE_LOCAL_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_CREATE_LOCAL_VARIABLE Signature

Method ADD_RF_CREATE_LOCAL_VARIABLE on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_CREATE_LOCAL_VARIABLE on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_CREATE_MEMBER_CONSTANT Signature

Method ADD_RF_CREATE_MEMBER_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_CREATE_MEMBER_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_CREATE_MEMBER_CONST_IF Signature

Method ADD_RF_CREATE_MEMBER_CONST_IF on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_CREATE_MEMBER_CONST_IF on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_EXTRACT_PARAMETER Signature

Method ADD_RF_EXTRACT_PARAMETER on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_EXTRACT_PARAMETER on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_USE_GLOBAL_CONSTANT Signature

Method ADD_RF_USE_GLOBAL_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_USE_GLOBAL_CONSTANT on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_USE_LOCAL_CONSTANTS Signature

Method ADD_RF_USE_LOCAL_CONSTANTS on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_USE_LOCAL_CONSTANTS on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_USE_MEMBER_CONSTANTS Signature

Method ADD_RF_USE_MEMBER_CONSTANTS on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_USE_MEMBER_CONSTANTS on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method ADD_RF_USE_MEMBER_CONSTANTS_IF Signature

Method ADD_RF_USE_MEMBER_CONSTANTS_IF on class CL_ART_CONTRIB_4_LITERAL has no parameter.
Method ADD_RF_USE_MEMBER_CONSTANTS_IF on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BLACKBOARD Call by reference Object reference (TYPE REF TO) CL_ART_BLACKBOARD Refactoring blackboard 20130306
2 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ART_CONTRIB_4_LITERAL 20130306

Method CREATE on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method LITERAL_IS_IN_CONSTANT_STMNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130306

Method LITERAL_IS_IN_CONSTANT_STMNT on class CL_ART_CONTRIB_4_LITERAL has no exception.

Method LITERAL_IS_IN_DATA_STMNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130819

Method LITERAL_IS_IN_DATA_STMNT on class CL_ART_CONTRIB_4_LITERAL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740