Hierarchy

⤷

⤷

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 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_PST_NODE | 20121016 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121011 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_REDEFINED_METHOD_MAP | 20121114 |
Methods
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 | ![]() |
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 | ![]() |
I_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121011 | |||
2 | ![]() |
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 | ![]() |
I_MEMBER_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120815 | |||
2 | ![]() |
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 | ![]() |
I_VISIBILITY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120815 | |||
2 | ![]() |
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 | ![]() |
I_METHOD_NODES | Call by reference | Type reference (TYPE) | CL_PST_NODE=>TAB | 20121112 | |||
2 | ![]() |
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 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121220 | |||
2 | ![]() |
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 | ![]() |
I_INHERITABLE_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130131 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130131 | |||
3 | ![]() |
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 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20121015 | |||
2 | ![]() |
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 | ![]() |
I_INHERITABLE_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130411 | ||
2 | ![]() |
I_LOCAL_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130411 | ||
3 | ![]() |
I_MEMBER_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120815 | |||
4 | ![]() |
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 | ![]() |
I_INTERFACE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121114 | |||
2 | ![]() |
I_MEMBER_NAME | Call by reference | Type reference (TYPE) | STRING | 20121114 | |||
3 | ![]() |
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 | ![]() |
I_KIND | Call by reference | Object reference (TYPE REF TO) | CE_PST_KIND | 20121204 | |||
2 | ![]() |
I_POSITION_CONSTRAINT_BEFORE | Call by reference | Object reference (TYPE REF TO) | CL_PST_SOURCE_POSITION | 20121204 | |||
3 | ![]() |
I_VISIBILITY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121204 | |||
4 | ![]() |
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 | ![]() |
I_KIND | Call by reference | Object reference (TYPE REF TO) | CE_PST_KIND | 20130429 | |||
2 | ![]() |
I_POSITION_CONSTRAINT_BEFORE | Call by reference | Object reference (TYPE REF TO) | CL_PST_SOURCE_POSITION | 20130429 | |||
3 | ![]() |
I_VISIBILITY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130429 | |||
4 | ![]() |
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 | ![]() |
I_VISIBILITY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120808 | |||
2 | ![]() |
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 | ![]() |
I_INTERFACE_REF_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121106 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_KIND | Call by reference | Object reference (TYPE REF TO) | CE_PST_KIND | 20130913 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_INTERFACE_REF_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121206 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_INHERITABLE_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121127 | ||
2 | ![]() |
I_KIND | Call by reference | Object reference (TYPE REF TO) | CE_PST_KIND | 20121127 | |||
3 | ![]() |
I_LOCAL_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130411 | ||
4 | ![]() |
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 | ![]() |
I_VISIBILITY | Call by reference | Type reference (TYPE) | STRING | 20130506 | |||
2 | ![]() |
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 | ![]() |
I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20121023 | |||
2 | ![]() |
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 | ![]() |
I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20121023 | |||
2 | ![]() |
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 | ![]() |
I_REFERENCE_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121114 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121126 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_METHOD | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121029 | |||
2 | ![]() |
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 | ![]() |
I_METHOD | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20121029 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20121023 | |||
2 | ![]() |
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 |