SAP ABAP Class CL_SEDI_NAV_METHOD_DEF_IMPL (Navigation Method Definition <-> Implementation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ABA (Application Component) ABAP Editor
     SEDI_EXT (Package) Protected Enhancements for Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SEDI_NAVIGATION Navigation Analysis 20110923
Properties
Class CL_SEDI_NAV_METHOD_DEF_IMPL  
Short Description Navigation Method Definition <-> Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEDI_EXT   Protected Enhancements for Editor 
Created 20110923   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WB_SOURCE_NAVIGATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SEDI_NAVIGATION Navigation Analysis 20110923
Friends
Class CL_SEDI_NAV_METHOD_DEF_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADT_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_SEDI_ADT_POPUP_DEF_IMPL 20110923
2 CLIF_BLOCK_BUFFER Instance attribute Private See coding 20110923
3 CLIF_NAME Instance attribute Private Type reference (TYPE) SEOCLSNAME 20110923
4 CLIF_TYPE Instance attribute Private Type reference (TYPE) SEOCLSTYPE 20110923
5 COL Instance attribute Private Type reference (TYPE) I 20110923
6 INCLUDE Instance attribute Private Attribute reference (LIKE) 20110923
7 IS_ABSTRACT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
8 IS_REDEFINITION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111221
9 KEYWORDS Static Attribute Private See coding 20110923
10 LEVEL Instance attribute Private Type reference (TYPE) SLEVEL 20110926
11 LEVELS Instance attribute Private See coding 20110926
12 MAIN_PROGRAM Instance attribute Private Attribute reference (LIKE) 20110923
13 METHOD_COL Instance attribute Private Type reference (TYPE) I 20110923
14 METHOD_NAME Instance attribute Private Type reference (TYPE) STRING 20110923
15 METHOD_ROW Instance attribute Private Type reference (TYPE) I 20110923
16 ROW Instance attribute Private Type reference (TYPE) I 20110923
17 SCANNED_WITH_INCLUDES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110926
18 SOURCE Instance attribute Private Attribute reference (LIKE) 20110923
19 STATEMENT Instance attribute Private Type reference (TYPE) SSTMNT 20110923
20 STATEMENTS Instance attribute Private Type reference (TYPE) SEDI_STM 20110923
21 TOKEN Instance attribute Private Type reference (TYPE) STOKESX 20110923
22 TOKENS Instance attribute Private See coding 20110923
23 TO_DEFINITION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
24 TREE_OPTIONS Instance attribute Private Type reference (TYPE) CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS 20110923
Methods
# Method Level Visibility Method type Description Created on
1 ANALYSE Instance method Private Method 20110923
2 BREAK_UP_ALIAS_GLOBAL Instance method Private Method 20110923
3 BREAK_UP_ALIAS_LOCAL Instance method Private Method 20110923
4 CHECK_INCLUDE_AND_SCAN Instance method Private Method 20110923
5 CHECK_LOCAL_TYPE Instance method Private Method 20110923
6 CLASS_CONSTRUCTOR Static method Public Constructor 20110923
7 CONSTRUCTOR Instance method Public Constructor 20110923
8 CREATE_NAVIGATION_TREE Instance method Private Method 20110923
9 CREATE_WB_REQUEST Instance method Private Method 20110923
10 CREATE_WB_REQ_GLOBAL_METHOD Instance method Private Method 20110923
11 CREATE_WB_REQ_GOBAL_INTF Instance method Private Method 20110923
12 CREATE_WB_REQ_LOCAL_INTF Instance method Private Method 20110923
13 CREATE_WB_REQ_LOCAL_METHOD Instance method Private Method 20110923
14 CURSOR_AT_INTERFACE Instance method Private Method 20111021
15 DETERMINE_CLASS_NAME Instance method Private Method 20110923
16 DETERMINE_METHOD_NAME Instance method Private Method 20110923
17 GET_CLIF_BEGIN_END_TABIX Instance method Private Method 20110923
18 GET_CLIF_POSITION Instance method Private Method 20111021
19 GET_CLIF_TYPE Instance method Private Method 20110923
20 GET_INCLUDE_FROM_UNIT Instance method Private Method 20110923
21 GET_METHOD_POSITION Instance method Private Method 20110923
22 GET_METHOD_ROW_COL Instance method Private Method 20110923
23 GET_STATEMENT_INDEX_OF_ROW Instance method Private Method 20110926
24 GET_STMT_INDEX_FOR_TOKEN_INDEX Instance method Private Method 20110923
25 METHOD_IS_REDEFINED Instance method Private Method 20111221
26 SCAN_SOURCE Instance method Private Method 20110923
27 SCAN_SOURCE_WITH_INCLUDES Instance method Private Method 20110926
28 SPLIT_INTERFACE_NAME Instance method Private Method 20110923
29 USE_TYPE_HIERACHY Instance method Private Method 20110923
Events
Class CL_SEDI_NAV_METHOD_DEF_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CLIF_BLOCK_BUFFER Private See coding 20110923 BEGIN OF ts_clif_block_buffer, clif TYPE seoclsname, start TYPE i, end TYPE i, END OF ts_clif_block_buffer
2 TT_WB_TREE Private See coding 20110923 tt_wb_tree TYPE STANDARD TABLE OF scompo INITIAL SIZE 50
Method Signatures

Method ANALYSE Signature

Method ANALYSE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method ANALYSE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method BREAK_UP_ALIAS_GLOBAL Signature

Method BREAK_UP_ALIAS_GLOBAL on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method BREAK_UP_ALIAS_GLOBAL on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method BREAK_UP_ALIAS_LOCAL Signature

Method BREAK_UP_ALIAS_LOCAL on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method BREAK_UP_ALIAS_LOCAL on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method CHECK_INCLUDE_AND_SCAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) SYREPID 20110923

Method CHECK_INCLUDE_AND_SCAN on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method CHECK_LOCAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) SEOCLSTYPE 20110923

Method CHECK_LOCAL_TYPE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADT_POPUP Call by reference Object reference (TYPE REF TO) IF_SEDI_ADT_POPUP_DEF_IMPL 20110923
2 Importing I_INCLUDE Call by reference Type reference (TYPE) SYREPID 20110923
3 Importing I_MAIN_PROGRAM Call by reference Type reference (TYPE) SYREPID 20110923
4 Importing I_NAV_TREE_OPTIONS Call by reference Type reference (TYPE) CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS 20110923
5 Importing I_SOURCE Call by reference Type reference (TYPE) SEDI_SOURCE 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CREATE_NAVIGATION_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAVIGATION_TREE Value transfer Object reference (TYPE REF TO) CL_SEDI_ABS_NAV_TREE 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CREATE_WB_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CREATE_WB_REQ_GLOBAL_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923

Method CREATE_WB_REQ_GLOBAL_METHOD on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method CREATE_WB_REQ_GOBAL_INTF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CREATE_WB_REQ_LOCAL_INTF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CREATE_WB_REQ_LOCAL_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CURSOR_AT_INTERFACE 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 20111021

Method CURSOR_AT_INTERFACE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method DETERMINE_CLASS_NAME Signature

Method DETERMINE_CLASS_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method DETERMINE_CLASS_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method DETERMINE_METHOD_NAME Signature

Method DETERMINE_METHOD_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method DETERMINE_METHOD_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_CLIF_BEGIN_END_TABIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_END_TABIX Call by reference Type reference (TYPE) I 20110923
2 Exporting E_START_TABIX Call by reference Type reference (TYPE) I 20110923

Method GET_CLIF_BEGIN_END_TABIX on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_CLIF_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COL Call by reference Type reference (TYPE) I 20111021
2 Exporting E_ROW Call by reference Type reference (TYPE) I 20111021

Method GET_CLIF_POSITION on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_CLIF_TYPE Signature

Method GET_CLIF_TYPE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method GET_INCLUDE_FROM_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INCLUDE Value transfer Type reference (TYPE) INCLUDE 20110923

Method GET_INCLUDE_FROM_UNIT on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_METHOD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COL Call by reference Type reference (TYPE) I 20110923
2 Exporting E_ROW Call by reference Type reference (TYPE) I 20110923

Method GET_METHOD_POSITION on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_METHOD_ROW_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_METHOD_COL Call by reference Type reference (TYPE) I 20110923
2 Exporting E_METHOD_ROW Call by reference Type reference (TYPE) I 20110923
3 Importing I_CLASS_END_TABIX Call by reference Type reference (TYPE) I 20110923
4 Importing I_CLASS_TABIX Call by reference Type reference (TYPE) I 20110923

Method GET_METHOD_ROW_COL on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_STATEMENT_INDEX_OF_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATEMENT_INDEX Value transfer Type reference (TYPE) I 20110926

Method GET_STATEMENT_INDEX_OF_ROW on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method GET_STMT_INDEX_FOR_TOKEN_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TOKEN_INDEX Call by reference Type reference (TYPE) I 20110923
2 Returning R_STATEMENT_INDEX Value transfer Type reference (TYPE) I 20110923

Method GET_STMT_INDEX_FOR_TOKEN_INDEX on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method METHOD_IS_REDEFINED Signature

Method METHOD_IS_REDEFINED on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method METHOD_IS_REDEFINED on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method SCAN_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20110923

Method SCAN_SOURCE on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method SCAN_SOURCE_WITH_INCLUDES Signature

Method SCAN_SOURCE_WITH_INCLUDES on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method SCAN_SOURCE_WITH_INCLUDES on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method SPLIT_INTERFACE_NAME Signature

Method SPLIT_INTERFACE_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no parameter.
Method SPLIT_INTERFACE_NAME on class CL_SEDI_NAV_METHOD_DEF_IMPL has no exception.

Method USE_TYPE_HIERACHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923
History
Last changed by/on SAP  20130531 
SAP Release Created in 740