SAP ABAP Class CL_PST_CLASS (Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_PROGRAM_STRUCTURE_TREE (Package) Program Structure Tree
Properties
Class CL_PST_CLASS  
Short Description Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_PROGRAM_STRUCTURE_TREE   Program Structure Tree 
Created 20120807   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PST_CLASS has no forward declaration.
Interfaces
Class CL_PST_CLASS has no interface implemented.
Friends
Class CL_PST_CLASS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLASS_DEF_NODE Instance attribute Public Object reference (TYPE REF TO) CL_PST_NODE 20121016
2 NAME Instance attribute Public Type reference (TYPE) STRING 20121011
3 REDEFINITION_MAP_BUFFER Instance attribute Private Type reference (TYPE) TY_T_REDEFINED_METHOD_MAP 20121114
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_MAP_OF_REDEFINED_METHODS Instance method Private Method 20121114
2 CREATE Static method Public Method 20120808
3 DOES_MEMBER_EXIST Instance method Public Method 20120815
4 DOES_SECTION_EXIST Instance method Public Method 20120815
5 FILTER_UNIMPLEMENTED_METHODS Instance method Public Method 20121112
6 FIND_CONSTANTS_BY_VALUE Instance method Public Method 20121220
7 FIND_CONSTANT_BY_NAME Instance method Public Method 20130131
8 FIND_IMPLEMENTED_INTERFACE Instance method Public Method 20121015
9 FIND_MEMBER Instance method Public Method 20120815
10 FIND_MEMBER_IN_IMPL_INTERFACE Instance method Private Method 20121114
11 FIND_PREVIOUS_DEFINITION_FOR Instance method Private Method 20121204
12 FIND_PREVIOUS_NODE_FOR_MEMBER Instance method Public Method 20130429
13 FIND_PREVIOUS_SECTION Instance method Private Method 20120808
14 GET_ABSTRACT_INTF_METHODS Instance method Private Method 20121106
15 GET_ABSTRACT_METHODS Instance method Private Method 20121031
16 GET_ALL_METHODS_TO_IMPLEMENT Instance method Private Method 20121112
17 GET_ALL_PARAMETERS Instance method Public Method 20130913
18 GET_DEFINITION_INCLUDE Instance method Public Method 20121016
19 GET_DEFINITION_STATEMENTS Instance method Public Method 20121128
20 GET_END_OF_DEFINITION Instance method Public Method 20131015
21 GET_END_OF_IMPLEMENTATION Instance method Public Method 20131015
22 GET_IF1_METHODS_TO_IMPLEMENT Instance method Private Method 20121112
23 GET_IMPLEMENTATION_INCLUDE Instance method Public Method 20121016
24 GET_IMPLEMENTATION_STATEMENTS Instance method Public Method 20121128
25 GET_IMPLEMENTED_INTERFACES Instance method Public Method 20121015
26 GET_INH_METHODS_TO_IMPLEMENT Instance method Private Method 20121112
27 GET_INTF_METHODS_TO_IMPLEMENT Instance method Private Method 20121112
28 GET_MEMBERS Instance method Public Method 20121127
29 GET_MEMBER_LIST Instance method Public Method 20130506
30 GET_METHOD_DEFINITION Instance method Public Method 20121023
31 GET_METHOD_IMPLEMENTATION Instance method Public Method 20121023
32 GET_ORIGINAL_METHOD_DEF Instance method Private Method 20121114
33 GET_OWN_METHODS_TO_IMPLEMENT Instance method Private Method 20121112
34 GET_START_OF_DEFINITION Instance method Public Method 20131015
35 GET_START_OF_IMPLEMENTATION Instance method Public Method 20131015
36 GET_STATEMENTS Instance method Public Method 20121126
37 GET_STATEMENTS_FOR_NODE Instance method Private Method 20121126
38 GET_SUPERCLASS Instance method Public Method 20121011
39 GET_UNIMPLEMENTED_INH_METHODS Instance method Public Method 20121112
40 GET_UNIMPLEMENTED_INTF_METHODS Instance method Public Method 20121112
41 GET_UNIMPLEMENTED_METHODS Instance method Public Method 20121025
42 GET_UNIMPLEMENTED_OWN_METHODS Instance method Public Method 20121112
43 HAS_IMPLEMENTATION_PART Instance method Public Method 20131015
44 IMPLEMENTS_METHOD Instance method Public Method 20121019
45 IMPLEMENTS_METHOD_NODE Instance method Public Method 20121029
46 IS_ABSTRACT Instance method Public Method 20121127
47 IS_DECLARED_FOR_TESTING Instance method Public Method 20121018
48 IS_GLOBAL Instance method Public Method 20121016
49 IS_INTERFACE_IMPLEMENTED Instance method Public Method 20121023
Events
Class CL_PST_CLASS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_REDEFINED_METHOD_ENTRY Private See coding 20121114 BEGIN OF ty_s_redefined_method_entry, redefined_method TYPE REF TO cl_pst_node, original_definition TYPE REF TO cl_pst_node, END OF ty_s_redefined_method_entry
2 TY_T_REDEFINED_METHOD_MAP Private See coding 20121114 ty_t_redefined_method_map TYPE TABLE OF ty_s_redefined_method_entry WITH KEY redefined_method
Method Signatures

Method BUILD_MAP_OF_REDEFINED_METHODS Signature

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

Method BUILD_MAP_OF_REDEFINED_METHODS on class CL_PST_CLASS has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121011
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_CLASS 20120808

Method CREATE on class CL_PST_CLASS has no exception.

Method DOES_MEMBER_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEMBER_NAME Call by reference Type reference (TYPE) CSEQUENCE 20120815
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20120815

Method DOES_MEMBER_EXIST on class CL_PST_CLASS has no exception.

Method DOES_SECTION_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBILITY Call by reference Type reference (TYPE) CSEQUENCE 20120815
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20120815

Method DOES_SECTION_EXIST on class CL_PST_CLASS has no exception.

Method FILTER_UNIMPLEMENTED_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD_NODES Call by reference Type reference (TYPE) CL_PST_NODE=>TAB 20121112
2 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20121112

Method FILTER_UNIMPLEMENTED_METHODS on class CL_PST_CLASS has no exception.

Method FIND_CONSTANTS_BY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20121220
2 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20121220

Method FIND_CONSTANTS_BY_VALUE on class CL_PST_CLASS has no exception.

Method FIND_CONSTANT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INHERITABLE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130131
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130131
3 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20130131

Method FIND_CONSTANT_BY_NAME on class CL_PST_CLASS has no exception.

Method FIND_IMPLEMENTED_INTERFACE 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 20121015
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_INTERFACE 20121015

Method FIND_IMPLEMENTED_INTERFACE on class CL_PST_CLASS has no exception.

Method FIND_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INHERITABLE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130411
2 Importing I_LOCAL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130411
3 Importing I_MEMBER_NAME Call by reference Type reference (TYPE) CSEQUENCE 20120815
4 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20120815

Method FIND_MEMBER on class CL_PST_CLASS has no exception.

Method FIND_MEMBER_IN_IMPL_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE_NAME Call by reference Type reference (TYPE) STRING 20121114
2 Importing I_MEMBER_NAME Call by reference Type reference (TYPE) STRING 20121114
3 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20121114

Method FIND_MEMBER_IN_IMPL_INTERFACE on class CL_PST_CLASS has no exception.

Method FIND_PREVIOUS_DEFINITION_FOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Object reference (TYPE REF TO) CE_PST_KIND 20121204
2 Importing I_POSITION_CONSTRAINT_BEFORE Call by reference Object reference (TYPE REF TO) CL_PST_SOURCE_POSITION 20121204
3 Importing I_VISIBILITY Call by reference Type reference (TYPE) CSEQUENCE 20121204
4 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20121204

Method FIND_PREVIOUS_DEFINITION_FOR on class CL_PST_CLASS has no exception.

Method FIND_PREVIOUS_NODE_FOR_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Object reference (TYPE REF TO) CE_PST_KIND 20130429
2 Importing I_POSITION_CONSTRAINT_BEFORE Call by reference Object reference (TYPE REF TO) CL_PST_SOURCE_POSITION 20130429
3 Importing I_VISIBILITY Call by reference Type reference (TYPE) CSEQUENCE 20130429
4 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20130429

Method FIND_PREVIOUS_NODE_FOR_MEMBER on class CL_PST_CLASS has no exception.

Method FIND_PREVIOUS_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBILITY Call by reference Type reference (TYPE) CSEQUENCE 20120808
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20120808

Method FIND_PREVIOUS_SECTION on class CL_PST_CLASS has no exception.

Method GET_ABSTRACT_INTF_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE_REF_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121106
2 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20121106

Method GET_ABSTRACT_INTF_METHODS on class CL_PST_CLASS has no exception.

Method GET_ABSTRACT_METHODS Signature

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

Method GET_ABSTRACT_METHODS on class CL_PST_CLASS has no exception.

Method GET_ALL_METHODS_TO_IMPLEMENT Signature

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

Method GET_ALL_METHODS_TO_IMPLEMENT on class CL_PST_CLASS has no exception.

Method GET_ALL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Object reference (TYPE REF TO) CE_PST_KIND 20130913
2 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20130913

Method GET_ALL_PARAMETERS on class CL_PST_CLASS has no exception.

Method GET_DEFINITION_INCLUDE Signature

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

Method GET_DEFINITION_INCLUDE on class CL_PST_CLASS has no exception.

Method GET_DEFINITION_STATEMENTS 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_PST_STATEMENT_TYPES=>TY_T_PST_STATEMENTS 20121128

Method GET_DEFINITION_STATEMENTS on class CL_PST_CLASS has no exception.

Method GET_END_OF_DEFINITION Signature

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

Method GET_END_OF_DEFINITION on class CL_PST_CLASS has no exception.

Method GET_END_OF_IMPLEMENTATION Signature

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

Method GET_END_OF_IMPLEMENTATION on class CL_PST_CLASS has no exception.

Method GET_IF1_METHODS_TO_IMPLEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE_REF_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121206
2 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20121112

Method GET_IF1_METHODS_TO_IMPLEMENT on class CL_PST_CLASS has no exception.

Method GET_IMPLEMENTATION_INCLUDE Signature

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

Method GET_IMPLEMENTATION_INCLUDE on class CL_PST_CLASS has no exception.

Method GET_IMPLEMENTATION_STATEMENTS 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_PST_STATEMENT_TYPES=>TY_T_PST_STATEMENTS 20121128

Method GET_IMPLEMENTATION_STATEMENTS on class CL_PST_CLASS has no exception.

Method GET_IMPLEMENTED_INTERFACES Signature

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

Method GET_IMPLEMENTED_INTERFACES on class CL_PST_CLASS has no exception.

Method GET_INH_METHODS_TO_IMPLEMENT Signature

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

Method GET_INH_METHODS_TO_IMPLEMENT on class CL_PST_CLASS has no exception.

Method GET_INTF_METHODS_TO_IMPLEMENT Signature

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

Method GET_INTF_METHODS_TO_IMPLEMENT on class CL_PST_CLASS has no exception.

Method GET_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INHERITABLE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121127
2 Importing I_KIND Call by reference Object reference (TYPE REF TO) CE_PST_KIND 20121127
3 Importing I_LOCAL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130411
4 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20121127

Method GET_MEMBERS on class CL_PST_CLASS has no exception.

Method GET_MEMBER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBILITY Call by reference Type reference (TYPE) STRING 20130506
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_MEMBERS 20130506

Method GET_MEMBER_LIST on class CL_PST_CLASS has no exception.

Method GET_METHOD_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD_NAME Call by reference Type reference (TYPE) STRING 20121023
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_METHOD_DEFINITION 20121023

Method GET_METHOD_DEFINITION on class CL_PST_CLASS has no exception.

Method GET_METHOD_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD_NAME Call by reference Type reference (TYPE) STRING 20121023
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_METHOD_IMPLEMENTATION 20121023

Method GET_METHOD_IMPLEMENTATION on class CL_PST_CLASS has no exception.

Method GET_ORIGINAL_METHOD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFERENCE_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121114
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20121114

Method GET_ORIGINAL_METHOD_DEF on class CL_PST_CLASS has no exception.

Method GET_OWN_METHODS_TO_IMPLEMENT Signature

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

Method GET_OWN_METHODS_TO_IMPLEMENT on class CL_PST_CLASS has no exception.

Method GET_START_OF_DEFINITION Signature

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

Method GET_START_OF_DEFINITION on class CL_PST_CLASS has no exception.

Method GET_START_OF_IMPLEMENTATION Signature

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

Method GET_START_OF_IMPLEMENTATION on class CL_PST_CLASS has no exception.

Method GET_STATEMENTS 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_PST_STATEMENT_TYPES=>TY_T_PST_STATEMENTS 20121126

Method GET_STATEMENTS on class CL_PST_CLASS has no exception.

Method GET_STATEMENTS_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121126
2 Returning R_RESULT Value transfer Type reference (TYPE) IF_PST_STATEMENT_TYPES=>TY_T_PST_STATEMENTS 20121126

Method GET_STATEMENTS_FOR_NODE on class CL_PST_CLASS has no exception.

Method GET_SUPERCLASS Signature

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

Method GET_SUPERCLASS on class CL_PST_CLASS has no exception.

Method GET_UNIMPLEMENTED_INH_METHODS Signature

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

Method GET_UNIMPLEMENTED_INH_METHODS on class CL_PST_CLASS has no exception.

Method GET_UNIMPLEMENTED_INTF_METHODS Signature

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

Method GET_UNIMPLEMENTED_INTF_METHODS on class CL_PST_CLASS has no exception.

Method GET_UNIMPLEMENTED_METHODS Signature

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

Method GET_UNIMPLEMENTED_METHODS on class CL_PST_CLASS has no exception.

Method GET_UNIMPLEMENTED_OWN_METHODS Signature

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

Method GET_UNIMPLEMENTED_OWN_METHODS on class CL_PST_CLASS has no exception.

Method HAS_IMPLEMENTATION_PART 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 20131015

Method HAS_IMPLEMENTATION_PART on class CL_PST_CLASS has no exception.

Method IMPLEMENTS_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD Call by reference Type reference (TYPE) CSEQUENCE 20121029
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121019

Method IMPLEMENTS_METHOD on class CL_PST_CLASS has no exception.

Method IMPLEMENTS_METHOD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20121029
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121029

Method IMPLEMENTS_METHOD_NODE on class CL_PST_CLASS has no exception.

Method IS_ABSTRACT 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 20121127

Method IS_ABSTRACT on class CL_PST_CLASS has no exception.

Method IS_DECLARED_FOR_TESTING 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 20121018

Method IS_DECLARED_FOR_TESTING on class CL_PST_CLASS has no exception.

Method IS_GLOBAL 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 20121016

Method IS_GLOBAL on class CL_PST_CLASS has no exception.

Method IS_INTERFACE_IMPLEMENTED 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 20121023
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121023

Method IS_INTERFACE_IMPLEMENTED on class CL_PST_CLASS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740