SAP ABAP Class CL_SEDI_ABS_NAV_METHOD (Abstract Editor Navigation for Methods)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SEDI_NAV_METHOD_BSP BSP Navigation for Methods 20110923
2 Inheritance (c INHERITING FROM c_ref)  CL_SEDI_NAV_METHOD_EDITOR Editor Navigation for Methods 20111221
Properties
Class CL_SEDI_ABS_NAV_METHOD  
Short Description Abstract Editor Navigation for Methods    
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)
3 SEDI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SEDI_NAVIGATION Navigation Analysis 20110923
Friends
Class CL_SEDI_ABS_NAV_METHOD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADT_POPUP Instance attribute Protected Object reference (TYPE REF TO) IF_SEDI_ADT_POPUP_DEF_IMPL 20110923
2 C_BADI Constant Protected Type reference (TYPE) DDTYPEKIND 'BADI' 20130513
3 C_CLAS Constant Protected Type reference (TYPE) DDTYPEKIND 'CLAS' 20110923
4 C_DTEL Constant Protected Type reference (TYPE) DDTYPEKIND 'DTEL' 20110923
5 C_INTF Constant Protected Type reference (TYPE) DDTYPEKIND 'INTF' 20110923
6 C_ME Constant Private See coding 'ME' 20110923
7 C_REPS Constant Protected Type reference (TYPE) TROBJTYPE 'REPS' 20110923
8 C_SUPER Constant Private See coding 'SUPER' 20110923
9 C_TABL Constant Protected Type reference (TYPE) DDTYPEKIND 'TABL' 20110923
10 C_TTYP Constant Protected Type reference (TYPE) DDTYPEKIND 'TTYP' 20110923
11 C_TYPE_DATA Constant Protected Type reference (TYPE) STRING 'D' 20110923
12 C_TYPE_GLOBAL_CLASS Constant Protected Type reference (TYPE) STRING 'GC' 20110923
13 C_TYPE_GLOBAL_INTERFACE Constant Protected Type reference (TYPE) STRING 'GI' 20110923
14 C_TYPE_LOCAL_CLASS Constant Protected Type reference (TYPE) STRING 'LC' 20110923
15 C_TYPE_LOCAL_INTERFACE Constant Protected Type reference (TYPE) STRING 'LI' 20110923
16 ENVIRONMENT Instance attribute Protected Type reference (TYPE) SEOCPDKEY 20110923
17 IS_METHOD_INCLUDE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20110923
18 IS_STATIC_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
19 IS_SUPER_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
20 MAIN_PROGRAM Instance attribute Protected Type reference (TYPE) SYREPID 20110923
21 NAV_TO_DEFINITION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
22 OBJECT_NAME Instance attribute Private Type reference (TYPE) SEU_OBJKEY WB Request: Key for Object in Development Environment 20120410
23 REFERRING_TYPE_BUFFER Instance attribute Private Type reference (TYPE) TT_REFERRING_TYPE_BUFFER 20110923
24 SCAN_KEYWORDS Static Attribute Protected Type reference (TYPE) IF_SEDI_KEYWORDS=>TT_KEYWORDS 20110923
25 SOURCE Instance attribute Protected Type reference (TYPE) SEDI_SOURCE 20110923
26 STRUCTURE_COMPONENT Instance attribute Private Type reference (TYPE) FIELDNAME 20110923
27 TOKEN_BUFFER Instance attribute Private Type reference (TYPE) TT_TOKEN_BUFFER 20110923
28 TOKEN_FRAME Instance attribute Protected Type reference (TYPE) TS_TOKEN_BUFFER 20110923
29 TOKEN_INCLUDE Instance attribute Protected Type reference (TYPE) TS_TOKEN_BUFFER 20110923
30 TREE_OPTIONS Instance attribute Private Type reference (TYPE) CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS 20110923
31 TREE_SEARCH_SUBCLASSES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110923
32 WB_TREE_BUFFER Instance attribute Protected Type reference (TYPE) TT_WB_TREE 20110923
Methods
# Method Level Visibility Method type Description Created on
1 BREAK_UP_ALIAS Instance method Private Method 20110923
2 CHECK_CLASS_CONTAINS_METHOD Instance method Protected Method 20110923
3 CHECK_LOCAL_TYPE Instance method Private Method 20111221
4 CHECK_RESERVED_NAME Instance method Private Method 20110923
5 CLASS_CONSTRUCTOR Static method Public Constructor 20110923
6 CONCATENATE_METHOD_CHAIN Instance method Private Method 20110923
7 CONSTRUCTOR Instance method Public Constructor 20110923
8 CREATE_NAVIGATION_TREE Instance method Private Method 20110923
9 DETERMINE_FRAME Instance method Protected Method 20110923
10 GET_CLASS_FRAME Instance method Private Method 20110923
11 GET_INCLUDE Instance method Private Method 20110923
12 GET_LOCAL_CLIF_FROM_WBTREE Instance method Protected Method 20120410
13 GET_METHOD_RETURING_TYPE Instance method Private Method 20110923
14 GET_METHOD_ROW_COL Instance method Private Method 20110923
15 GET_REFERRING Instance method Protected Method 20110923
16 GET_SUPER_CLASS Instance method Private Method 20110923
17 GET_TARGET_TYPE Instance method Protected Method 20110923
18 GET_TOKENS Instance method Protected Method 20110923
19 GET_WB_REQUEST Instance method Private Method 20110923
20 QUALIFY_TOKEN Instance method Protected Method 20110923
21 REDUCE_SOURCE Instance method Private Method 20110923
22 SEARCH Instance method Private Method 20110923
23 SEARCH_BLOCK Instance method Private Method 20110923
24 SEARCH_O2_TABLE Instance method Protected Method 20110923
25 SEARCH_SIGNATURE Instance method Protected Method 20110923
26 SPLIT_ROW Instance method Private Method 20110923
27 USE_ABAP_COMPILER Instance method Private Method 20110923
Events
Class CL_SEDI_ABS_NAV_METHOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_REFERRING_TYPE Protected See coding 20110923 BEGIN OF ts_referring_type, type TYPE c LENGTH 2, name TYPE string, END OF ts_referring_type
2 TS_TOKEN_BUFFER Protected See coding 20110923 BEGIN OF ts_token_buffer, name TYPE sy-repid, tokens TYPE sedi_tk, statements TYPE sedi_stm, structures TYPE STANDARD TABLE OF sstruc WITH DEFAULT KEY, qualified_tk_tabix TYPE SORTED TABLE OF i WITH UNIQUE KEY table_line, END OF ts_token_buffer
3 TT_METHOD_TOKENS Protected See coding 20110923 tt_method_tokens TYPE STANDARD TABLE OF string INITIAL SIZE 3
4 TT_REFERRING_TYPE_BUFFER Protected See coding 20110923 tt_referring_type_buffer TYPE SORTED TABLE OF ts_referring_type WITH UNIQUE KEY name INITIAL SIZE 5
5 TT_TOKEN_BUFFER Protected See coding 20110923 tt_token_buffer TYPE SORTED TABLE OF ts_token_buffer WITH UNIQUE KEY name INITIAL SIZE 5
6 TT_WB_TREE Protected See coding 20110923 tt_wb_tree TYPE STANDARD TABLE OF scompo INITIAL SIZE 50
Method Signatures

Method BREAK_UP_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_OBJECTNAME Call by reference Type reference (TYPE) STRING 20110923
2 Changing C_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method BREAK_UP_ALIAS on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method CHECK_CLASS_CONTAINS_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_METHOD Call by reference Type reference (TYPE) STRING 20110923
2 Changing C_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
3 Exporting E_METHOD_DEF_TABIX Call by reference Type reference (TYPE) I 20110923
4 Exporting E_METHOD_END_DEF_TABIX Call by reference Type reference (TYPE) I 20110923
5 Exporting E_OK Call by reference Type reference (TYPE) ABAP_BOOL 20110923

Method CHECK_CLASS_CONTAINS_METHOD on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method CHECK_LOCAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GET_IMPLEMENTATIONS Call by reference Type reference (TYPE) ABAP_BOOL 20121026
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20111221
3 Returning R_TYPE Value transfer Type reference (TYPE) STRING 20111221

Method CHECK_LOCAL_TYPE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method CHECK_RESERVED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method CLASS_CONSTRUCTOR Signature

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

Method CONCATENATE_METHOD_CHAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NEW_COLUMN Call by reference Type reference (TYPE) I 20110923
2 Changing C_SOURCE Call by reference Type reference (TYPE) STRING 20110923
3 Importing I_TOKENS Call by reference Type reference (TYPE) SEDI_TK 20110923

Method CONCATENATE_METHOD_CHAIN on class CL_SEDI_ABS_NAV_METHOD 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_NAV_TREE_OPTIONS Call by reference Type reference (TYPE) CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS 20110923
4 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 Importing I_CLIF_NAME Call by reference Type reference (TYPE) SEOCLSNAME 20110923
2 Importing I_CLIF_TYPE Call by reference Type reference (TYPE) SEOCLSTYPE 20110923
3 Importing I_METHOD_NAME Call by reference Type reference (TYPE) STRING 20110923
4 Returning R_NAVIGATION_TREE Value transfer Object reference (TYPE REF TO) CL_SEDI_ABS_NAV_TREE 20110923

Method CREATE_NAVIGATION_TREE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method DETERMINE_FRAME Signature

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

Method DETERMINE_FRAME on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_CLASS_FRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TOKENS_REF Call by reference Object reference (TYPE REF TO) TS_TOKEN_BUFFER 20110923
2 Exporting E_CLIF_BEGIN_ROW Call by reference Type reference (TYPE) I 20110923
3 Exporting E_CLIF_END_ROW Call by reference Type reference (TYPE) I 20110923
4 Importing I_CLIFNAME Call by reference Type reference (TYPE) STRING 20110923

Method GET_CLASS_FRAME on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GET_IMPLEMENTATIONS Call by reference Type reference (TYPE) ABAP_BOOL 20110923
2 Importing I_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
3 Returning R_INCLUDE Value transfer Type reference (TYPE) STRING 20110923

Method GET_INCLUDE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_LOCAL_CLIF_FROM_WBTREE Signature

Method GET_LOCAL_CLIF_FROM_WBTREE on class CL_SEDI_ABS_NAV_METHOD has no parameter.
Method GET_LOCAL_CLIF_FROM_WBTREE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_METHOD_RETURING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
2 Importing I_METHOD Call by reference Type reference (TYPE) STRING 20110923

Method GET_METHOD_RETURING_TYPE on class CL_SEDI_ABS_NAV_METHOD 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_COL Call by reference Type reference (TYPE) I 20110923
2 Exporting E_ROW Call by reference Type reference (TYPE) I 20110923
3 Importing I_METHOD Call by reference Type reference (TYPE) STRING 20110923
4 Importing I_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method GET_METHOD_ROW_COL on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_REFERRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
2 Changing C_TOKENS_REF Call by reference Object reference (TYPE REF TO) TS_TOKEN_BUFFER 20110923
3 Importing I_PREVIOUS_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method GET_REFERRING on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_SUPER_CLASS Signature

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

Method GET_SUPER_CLASS on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_TARGET_TYPE Signature

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

Method GET_TARGET_TYPE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GET_IMPLEMENTATIONS Call by reference Type reference (TYPE) ABAP_BOOL 20110923
2 Importing I_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
3 Returning R_TOKENS_REF Value transfer Object reference (TYPE REF TO) TS_TOKEN_BUFFER 20110923

Method GET_TOKENS on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method GET_WB_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
2 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 QUALIFY_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TOKENS_REF Call by reference Object reference (TYPE REF TO) TS_TOKEN_BUFFER 20110923
2 Importing I_TOKEN_TABIX Value transfer Type reference (TYPE) I 20110923

Method QUALIFY_TOKEN on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method REDUCE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROW_IN_REDUCED_SOURCE Call by reference Type reference (TYPE) I 20110923
2 Exporting E_SOURCE Call by reference Type reference (TYPE) SEDI_SOURCE 20110923
3 Importing I_COL Call by reference Type reference (TYPE) I 20110923
4 Importing I_ROW Call by reference Type reference (TYPE) I 20110923

Method REDUCE_SOURCE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20110923
2 Importing I_PREVIOUS_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
3 Returning R_TARGET Value transfer Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method SEARCH on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method SEARCH_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20110923
2 Returning R_TARGET Value transfer Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method SEARCH_BLOCK on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method SEARCH_O2_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
2 Importing I_METHOD_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110923
3 Importing I_NAME Call by reference Type reference (TYPE) STRING 20110923
# Exception Resumable Description Created on
1 ABORT 20110923

Method SEARCH_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20110923
2 Returning R_TARGET Value transfer Type reference (TYPE) TS_REFERRING_TYPE 20110923

Method SEARCH_SIGNATURE on class CL_SEDI_ABS_NAV_METHOD has no exception.

Method SPLIT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJECTNAME Call by reference Type reference (TYPE) SEU_OBJKEY WB Request: Schlüssel eines Objekts in der EU 20120410
2 Exporting E_TARGET Call by reference Type reference (TYPE) TS_REFERRING_TYPE 20110923
3 Exporting E_TOKENS Call by reference Type reference (TYPE) TT_METHOD_TOKENS 20110923
4 Importing I_COL Call by reference Type reference (TYPE) I 20110923
5 Importing I_ROW Call by reference Type reference (TYPE) I 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923

Method USE_ABAP_COMPILER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) I 20110923
2 Importing I_ROW Call by reference Type reference (TYPE) I 20110923
3 Returning R_TARGET Value transfer Type reference (TYPE) TS_REFERRING_TYPE 20110923
# Exception Resumable Description Created on
1 CX_SEDI_ERROR 20110923
History
Last changed by/on SAP  20130531 
SAP Release Created in 740