SAP ABAP Class CL_SLIN_CALL_GRAPH (Procedure Call Graph)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Properties
Class CL_SLIN_CALL_GRAPH  
Short Description Procedure Call Graph    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20120430   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLIN_CALL_GRAPH has no forward declaration.
Interfaces
Class CL_SLIN_CALL_GRAPH has no interface implemented.
Friends
Class CL_SLIN_CALL_GRAPH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LINKCACHE Instance attribute Private See coding 20120430
2 PROCVISITSET Instance attribute Private See coding 20120430
3 VISITSET Instance attribute Private See coding 20120430
Methods
# Method Level Visibility Method type Description Created on
1 CALL_ARG_TO_CALL_ARGS Instance method Public Method 20120430
2 CLEAR_VISIT_SET Instance method Public Method 20120430
3 GET_INSTANCE Static method Public Method 20120430
4 IS_PROC_VISITED Instance method Public Method 20120430
5 IS_VISITED Instance method Public Method 20120430
6 STMNT_RG_TO_CALLS Instance method Public Method 20120430
Events
Class CL_SLIN_CALL_GRAPH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LINK Private See coding 20120430 BEGIN OF link, from TYPE if_slin_proc_sig=>call_argument, tos TYPE if_slin_proc_sig=>call_argument_seq, END OF link
2 VISITITEM Private See coding 20120430 BEGIN OF visititem, body TYPE if_slin_proc_sig=>proc_body, argid TYPE string, END OF visititem
Method Signatures

Method CALL_ARG_TO_CALL_ARGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM Call by reference Type reference (TYPE) IF_SLIN_PROC_SIG=>CALL_ARGUMENT 20120430
2 Returning RET Value transfer Type reference (TYPE) IF_SLIN_PROC_SIG=>CALL_ARGUMENT_SEQ 20120430

Method CALL_ARG_TO_CALL_ARGS on class CL_SLIN_CALL_GRAPH has no exception.

Method CLEAR_VISIT_SET Signature

Method CLEAR_VISIT_SET on class CL_SLIN_CALL_GRAPH has no parameter.
Method CLEAR_VISIT_SET on class CL_SLIN_CALL_GRAPH has no exception.

Method GET_INSTANCE Signature

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

Method GET_INSTANCE on class CL_SLIN_CALL_GRAPH has no exception.

Method IS_PROC_VISITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROC Call by reference Object reference (TYPE REF TO) CL_SLIN_PROC 20120430
2 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL 20120430

Method IS_PROC_VISITED on class CL_SLIN_CALL_GRAPH has no exception.

Method IS_VISITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLARG Call by reference Type reference (TYPE) IF_SLIN_PROC_SIG=>CALL_ARGUMENT 20120430
2 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL 20120430

Method IS_VISITED on class CL_SLIN_CALL_GRAPH has no exception.

Method STMNT_RG_TO_CALLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG Call by reference Object reference (TYPE REF TO) CL_SLIN_PROG 20120729
2 Importing RANGE Call by reference Type reference (TYPE) RANGE 20120430
3 Returning RET Value transfer Type reference (TYPE) CL_SLIN_CALL_SET_MNG=>CALL_POS_SEQ 20120430

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