SAP ABAP Class CL_RFAC_ABAP_STATEMENT (representation of an ABAP statement for refactoring)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_IMPL (Package) Implementation of new refactoring
Properties
Class CL_RFAC_ABAP_STATEMENT  
Short Description representation of an ABAP statement for refactoring    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_IMPL   Implementation of new refactoring 
Created 20120719   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RFAC_ABAP_STATEMENT has no forward declaration.
Interfaces
Class CL_RFAC_ABAP_STATEMENT has no interface implemented.
Friends
Class CL_RFAC_ABAP_STATEMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STATEMENT_FROM_SCAN Instance attribute Private Type reference (TYPE) SSTMNT 20120719
2 TOKENS Instance attribute Private Type reference (TYPE) IF_RIS_ADT_SOURCE_HANDLER=>TY_T_TOKEN 20120719
3 TOKENS_ARE_QUALIFIED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120719
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20120719
2 GET_QUALIFIED_TOKENS Instance method Public Method 20120719
3 GET_STATEMENT_FROM_SCAN Instance method Public Method 20120719
Events
Class CL_RFAC_ABAP_STATEMENT has no event.
Types
Class CL_RFAC_ABAP_STATEMENT has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATEMENT Call by reference Type reference (TYPE) SSTMNT 20120719
2 Importing I_TOKENS Call by reference Type reference (TYPE) IF_RIS_ADT_SOURCE_HANDLER=>TY_T_TOKEN 20120719
3 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RFAC_ABAP_STATEMENT 20120719

Method CREATE on class CL_RFAC_ABAP_STATEMENT has no exception.

Method GET_QUALIFIED_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) IF_RIS_ADT_SOURCE_HANDLER=>TY_T_TOKEN 20120719

Method GET_QUALIFIED_TOKENS on class CL_RFAC_ABAP_STATEMENT has no exception.

Method GET_STATEMENT_FROM_SCAN Signature

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

Method GET_STATEMENT_FROM_SCAN on class CL_RFAC_ABAP_STATEMENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740