SAP ABAP Class CL_PST_REPOSITORY (Persistency for Program Structure Trees)
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_REPOSITORY  
Short Description Persistency for Program Structure Trees    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_PROGRAM_STRUCTURE_TREE   Program Structure Tree 
Created 20120806   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PST_REPOSITORY has no forward declaration.
Interfaces
Class CL_PST_REPOSITORY has no interface implemented.
Friends
Class CL_PST_REPOSITORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COUNTER Static Attribute Private Type reference (TYPE) I 0 20120814
2 MT_XML Instance attribute Private Type reference (TYPE) CL_PST_REPOSITORY=>TY_XML 20120806
3 NODE_MAP Instance attribute Private Object reference (TYPE REF TO) LCL_NODE_IDENTITY_MAP 20120814
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CHILDREN Instance method Private Method 20120806
2 BUILD_PROPERTIES Instance method Private Method 20120806
3 CREATE Static method Public Method 20120806
4 DESERIALIZE Instance method Public Method 20120815
5 NODE_2_DB Instance method Public Method 20120814
6 SERIALIZE Instance method Public Method 20120814
7 TO_XML Instance method Public Method 20120806
Events
Class CL_PST_REPOSITORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_NODE_ENTRY Public See coding 20120814 BEGIN OF ts_node_entry, id TYPE i, kind TYPE string, name TYPE string, parent TYPE i, include TYPE string, start_row TYPE i, start_col TYPE i, end_row TYPE i, end_col TYPE i, END OF ts_node_entry
2 TT_NODE_ENTRIES Public See coding 20120814 tt_node_entries TYPE SORTED TABLE OF ts_node_entry WITH UNIQUE KEY id
3 TY_XML Public See coding 20120806 ty_xml TYPE STANDARD TABLE OF string WITH DEFAULT KEY
Method Signatures

Method BUILD_CHILDREN 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 20120806
2 Returning R_XML_TABLE Value transfer Type reference (TYPE) TY_XML 20120815

Method BUILD_CHILDREN on class CL_PST_REPOSITORY has no exception.

Method BUILD_PROPERTIES 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 20120806
2 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20120806

Method BUILD_PROPERTIES on class CL_PST_REPOSITORY has no exception.

Method CREATE Signature

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

Method CREATE on class CL_PST_REPOSITORY has no exception.

Method DESERIALIZE Signature

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

Method DESERIALIZE on class CL_PST_REPOSITORY has no exception.

Method NODE_2_DB 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 20120814
2 Returning R_DB Value transfer Type reference (TYPE) CL_PST_REPOSITORY=>TT_NODE_ENTRIES 20120814

Method NODE_2_DB on class CL_PST_REPOSITORY has no exception.

Method SERIALIZE 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 20120814
2 Returning R_DB Value transfer Type reference (TYPE) CL_PST_REPOSITORY=>TT_NODE_ENTRIES 20120814

Method SERIALIZE on class CL_PST_REPOSITORY has no exception.

Method TO_XML 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 20120806
2 Returning R_XML_TABLE Value transfer Type reference (TYPE) TY_XML 20120815

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