SAP ABAP Class CL_SEDI_NAV_TREE_SUPER (Type Hierarchy Navigation)
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 Inheritance (c INHERITING FROM c_ref)  CL_SEDI_ABS_NAV_TREE Abstract Navigation Tree 20110923
Properties
Class CL_SEDI_NAV_TREE_SUPER  
Short Description Type Hierarchy Navigation    
Super Class CL_SEDI_ABS_NAV_TREE Abstract Navigation Tree 
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)
Interfaces
Class CL_SEDI_NAV_TREE_SUPER has no interface implemented.
Friends
Class CL_SEDI_NAV_TREE_SUPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TKD_BUFFER Instance attribute Private Type reference (TYPE) TT_TOKEN_DEFINITION 20110923
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110923
2 GET_TOKENS Instance method Private Method 20110923
Events
Class CL_SEDI_NAV_TREE_SUPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CLIF_DEFINITION Public See coding 20110923 BEGIN OF ts_clif_definition, str TYPE string, type TYPE c LENGTH 1, lvl TYPE int2, parent TYPE string, END OF ts_clif_definition
2 TS_TOKEN_DEFINITION Public See coding 20110923 BEGIN OF ts_token_definition, incl TYPE string, def TYPE STANDARD TABLE OF ts_clif_definition WITH KEY str, lvl TYPE SORTED TABLE OF ts_level WITH UNIQUE KEY lvl, END OF ts_token_definition
3 TT_TOKEN_DEFINITION Public See coding 20110923 tt_token_definition TYPE SORTED TABLE OF ts_token_definition WITH UNIQUE KEY incl
Method Signatures

Method CONSTRUCTOR 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_INCLUDE Call by reference Type reference (TYPE) SYREPID 20110923
4 Importing I_METHOD_NAME Call by reference Type reference (TYPE) STRING 20110923
5 Importing I_SOURCE Call by reference Type reference (TYPE) SEDI_SOURCE 20110923
6 Importing I_UI_DEFAULT Call by reference Type reference (TYPE) SEOCLSNAME 20110923
7 Importing I_USE_WUL Call by reference Type reference (TYPE) ABAP_BOOL 20110923

Method CONSTRUCTOR on class CL_SEDI_NAV_TREE_SUPER has no exception.

Method GET_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TOKENS Call by reference Type reference (TYPE) TS_TOKEN_DEFINITION 20110923
2 Importing I_MAINPROGRAM Call by reference Type reference (TYPE) SYREPID 20110923
3 Importing I_SOURCE Call by reference Type reference (TYPE) SEDI_SOURCE 20110923

Method GET_TOKENS on class CL_SEDI_NAV_TREE_SUPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in